Uses of Interface
com.google.gwt.uibinder.elementparsers.ElementParser
Packages that use ElementParser
Package
Description
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 ElementParserModifier and TypeClassDescriptionclassParsesAbsolutePanelwidgets.classThis parser is not tied to a particular class of element, but rather is run as the first parser in any parser stack.classUtility methods for discovering bean-like properties and generating code to initialize them.classParsesCellPanelwidgets.classParses CustomButton widgets.classParsesDateLabelwidgets.classParsesDialogBoxwidgets.classParsesDisclosurePanelwidgets.classParsesDockLayoutPanelwidgets.classParsesDockPanelwidgets.classParses a dom element and all of its children.classParsesFlowPanelwidgets.classA parser for Grid rows and cells.classParses widgets that inherit fromHasAlignment.classParses widgets that implementHasHTML.classParses widgets that implementHasText.classParsesTreewidgets.classParses any widgets that implementHasWidgets.classParsesHTMLPanelwidgets.classCustom parsing of Image widgets.classThe last parser, asserts that everything has been consumed and so the template has nothing unexpected.classParsesLayoutPanelwidgets.classParsesLazyPanelwidgets.classA parser for ListBox items.classParsesMenuBarwidgets.classA parser for menu items.classParsesDateLabelwidgets.classParsesRenderablePanelwidgets.classParsesStackLayoutPanelwidgets.classParsesStackPanelwidgets.classParsesTabLayoutPanelwidgets.classParsesTabPanelwidgets.classParses any children of widgets that use theUIChildannotation.classParser of all UIObject types.