Package echopointng.ui.util

Interface Summary
HtmlNodeLexer.HtmlLexerCallBack The HtmlLexerCallBack interface is used as a callback mechanism when a specific type of HTML node is encountered.
ImageManager.ImageReferenceURIHandler  
 

Class Summary
AblePartialUpdater AblePartialUpdater is a PartialUpdateParticipant that can handle the basic echopoint.able.* interfaces
CssKit CssKit is a ultitiy class for CSS functions
CssRolloverStyleEx CssRolloverStyle helps with creating componentsthat have rollover support.
CssStyleEx CssStyleEx adds extra setter functions to the CssStyle class.
HtmlNodeLexer HtmlNodeLexer will lex a piece of HTML text and callback out when a TextNode or Element is encountered.
HtmlTable The HtmlTable class is a helper for creating HTML TABLE elements, TBODY element, TR elements and TD elements in less code that usual.
ImageManager ImageManager is used to manage ImageReference 's within the EPNG code.
JavaScriptSnippetService JavaScriptSnippetService allows for dynamic snippets of JavaScript to be sent to the broweser.
LayoutStrut LayoutStrut can be used to generate transparent spacing between Elements.
Render Render is used to render stuff into CssStyle objects.
RenderingContext RenderingContext is useful as a wrapper inside a DomUpdateSupport or SynchronizePeer implementation to hold important context such as the component being rendered or the ServerComponentUpdate in use.
StaticImageService StaticImageService provides a static service wrapper for a given resource based image reference.
StringPeerFactory A PeerFactory that can return and peer object instance for a given string (rather than use class name which is what PeerFactory does)
TriCellTable Renders an HTML table that has two or three "container" cells and independently settable margins between them.