GWT 2.7.0

Uses of Interface
com.google.gwt.uibinder.elementparsers.ElementParser

Packages that use ElementParser
com.google.gwt.uibinder.elementparsers Classes that parse XML elements, using the context to generate widget initialization code. 
 

Uses of ElementParser in com.google.gwt.uibinder.elementparsers
 

Classes in com.google.gwt.uibinder.elementparsers that implement ElementParser
 class AbsolutePanelParser
          Parses AbsolutePanel widgets.
 class AttributeMessageParser
          This parser is not tied to a particular class of element, but rather is run as the first parser in any parser stack.
 class BeanParser
          Utility methods for discovering bean-like properties and generating code to initialize them.
 class CellPanelParser
          Parses CellPanel widgets.
 class CustomButtonParser
          Parses CustomButton widgets.
 class DateLabelParser
          Parses DateLabel widgets.
 class DialogBoxParser
          Parses DialogBox widgets.
 class DisclosurePanelParser
          Parses DisclosurePanel widgets.
 class DockLayoutPanelParser
          Parses DockLayoutPanel widgets.
 class DockPanelParser
          Parses DockPanel widgets.
 class DomElementParser
          Parses a dom element and all of its children.
 class FlowPanelParser
          Parses FlowPanel widgets.
 class GridParser
          A parser for Grid rows and cells.
 class HasAlignmentParser
          Parses widgets that inherit from HasAlignment.
 class HasHTMLParser
          Parses widgets that implement HasHTML.
 class HasTextParser
          Parses widgets that implement HasText.
 class HasTreeItemsParser
          Parses Tree widgets.
 class HasWidgetsParser
          Parses any widgets that implement HasWidgets.
 class HTMLPanelParser
          Parses HTMLPanel widgets.
 class ImageParser
          Custom parsing of Image widgets.
 class IsEmptyParser
          The last parser, asserts that everything has been consumed and so the template has nothing unexpected.
 class LayoutPanelParser
          Parses LayoutPanel widgets.
 class LazyPanelParser
          Parses LazyPanel widgets.
 class ListBoxParser
          A parser for ListBox items.
 class MenuBarParser
          Parses MenuBar widgets.
 class MenuItemParser
          A parser for menu items.
 class NumberLabelParser
          Parses DateLabel widgets.
 class RenderablePanelParser
          Parses RenderablePanel widgets.
 class StackLayoutPanelParser
          Parses StackLayoutPanel widgets.
 class StackPanelParser
          Parses StackPanel widgets.
 class TabLayoutPanelParser
          Parses TabLayoutPanel widgets.
 class TabPanelParser
          Parses TabPanel widgets.
 class UiChildParser
          Parses any children of widgets that use the UIChild annotation.
 class UIObjectParser
          Parser of all UIObject types.
 


GWT 2.7.0