public class BeanParser extends Object implements ElementParser
Constructor and Description |
---|
BeanParser(com.google.gwt.uibinder.rebind.UiBinderContext context) |
Modifier and Type | Method and Description |
---|---|
void |
parse(com.google.gwt.uibinder.rebind.XMLElement elem,
String fieldName,
JClassType type,
com.google.gwt.uibinder.rebind.UiBinderWriter writer)
Generates code to initialize all bean attributes on the given element.
|
public BeanParser(com.google.gwt.uibinder.rebind.UiBinderContext context)
public void parse(com.google.gwt.uibinder.rebind.XMLElement elem, String fieldName, JClassType type, com.google.gwt.uibinder.rebind.UiBinderWriter writer) throws UnableToCompleteException
parse
in interface ElementParser
elem
- the element to be parsedfieldName
- the name of the widget field to be initializedtype
- TODOwriter
- the writerUnableToCompleteException
Copyright © 2018. All rights reserved.