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