Package com.google.gwt.uibinder.elementparsers

Interface Summary
ElementParser Element parsers are classes that parse xml elements, using the context to generate widget initialization code.
HtmlMessageInterpreter.PlaceholderInterpreterProvider Provides instances of PlaceholderInterpreter, to allow customized handling of the innards of a msg element.
 

Class Summary
AttributeMessageParser This parser is not tied to a particular class of element, but rather is run as the first parser in any parser stack.
BeanParser Utility methods for discovering bean-like properties and generating code to initialize them.
CellPanelParser Parses CellPanel widgets.
CustomButtonParser Parses CustomButton widgets.
DialogBoxParser Parses DialogBox widgets.
DisclosurePanelParser Parses DisclosurePanel widgets.
DockLayoutPanelParser Parses DockLayoutPanel widgets.
DockPanelParser Parses DockPanel widgets.
DomElementParser Parses a dom element and all of its children.
HasHTMLParser Parses widgets that implement HasHTML.
HasTextParser Parses widgets that implement HasText.
HasWidgetsParser Parses any widgets that implement HasWidgets.
HtmlInterpreter This is the most generally useful interpreter, and the most likely to be used by a custom parser when calling XMLElement.consumeInnerHtml(com.google.gwt.uibinder.rebind.XMLElement.Interpreter).
HtmlMessageInterpreter Processes elements inside HTML values, which themselves are allowed to contain HTML.
HTMLPanelParser Parses HTMLPanel widgets.
ImageParser Custom parsing of Image widgets.
IsEmptyParser The last parser, asserts that everything has been consumed and so the template has nothing unexpected.
LayoutPanelParser Parses LayoutPanel widgets.
ListBoxParser A parser for ListBox items.
MenuBarParser Parses MenuBar widgets.
MenuItemParser A parser for menu items.
NullInterpreter<T> An no-op interpreter.
StackLayoutPanelParser Parses StackLayoutPanel widgets.
StackPanelParser Parses StackPanel widgets.
TabLayoutPanelParser Parses TabLayoutPanel widgets.
TabPanelParser Parses TabPanel widgets.
TextInterpreter The interpreter of choice for calls to XMLElement.consumeInnerText(com.google.gwt.uibinder.rebind.XMLElement.PostProcessingInterpreter).
TextPlaceholderInterpreter Interprets the interior of text message.
UIObjectParser Parser of all UIObject types.
UiTextInterpreter Interprets generic message tags like: <ui:text from="{myMsg.message}" />.