Uses of Interface
com.google.gwt.uibinder.elementparsers.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
Modifier and TypeClassDescriptionclass
ParsesAbsolutePanel
widgets.class
This parser is not tied to a particular class of element, but rather is run as the first parser in any parser stack.class
Utility methods for discovering bean-like properties and generating code to initialize them.class
ParsesCellPanel
widgets.class
Parses CustomButton widgets.class
ParsesDateLabel
widgets.class
ParsesDialogBox
widgets.class
ParsesDisclosurePanel
widgets.class
ParsesDockLayoutPanel
widgets.class
ParsesDockPanel
widgets.class
Parses a dom element and all of its children.class
ParsesFlowPanel
widgets.class
A parser for Grid rows and cells.class
Parses widgets that inherit fromHasAlignment
.class
Parses widgets that implementHasHTML
.class
Parses widgets that implementHasText
.class
ParsesTree
widgets.class
Parses any widgets that implementHasWidgets
.class
ParsesHTMLPanel
widgets.class
Custom parsing of Image widgets.class
The last parser, asserts that everything has been consumed and so the template has nothing unexpected.class
ParsesLayoutPanel
widgets.class
ParsesLazyPanel
widgets.class
A parser for ListBox items.class
ParsesMenuBar
widgets.class
A parser for menu items.class
ParsesDateLabel
widgets.class
ParsesRenderablePanel
widgets.class
ParsesStackLayoutPanel
widgets.class
ParsesStackPanel
widgets.class
ParsesTabLayoutPanel
widgets.class
ParsesTabPanel
widgets.class
Parses any children of widgets that use theUIChild
annotation.class
Parser of all UIObject types.