|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.uibinder.elementparsers.BeanParser
public class BeanParser
Utility methods for discovering bean-like properties and generating code to initialize them.
| Constructor Summary | |
|---|---|
BeanParser()
|
|
| Method Summary | |
|---|---|
void |
parse(XMLElement elem,
java.lang.String fieldName,
JClassType type,
UiBinderWriter writer)
Generates code to initialize all bean attributes on the given element. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanParser()
| Method Detail |
|---|
public void parse(XMLElement elem,
java.lang.String fieldName,
JClassType type,
UiBinderWriter writer)
throws UnableToCompleteException
parse in interface ElementParserelem - the element to be parsedfieldName - the name of the widget field to be initializedtype - TODOwriter - the writer
UnableToCompleteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||