
public class LengthAttributeParser extends Object implements AttributeParser
| Modifier and Type | Method and Description |
|---|---|
String |
parse(com.google.gwt.uibinder.rebind.XMLElement source,
String lengthStr)
Parse the given attribute value.
|
public String parse(com.google.gwt.uibinder.rebind.XMLElement source, String lengthStr) throws UnableToCompleteException
AttributeParserparse in interface AttributeParsersource - the source code the value came from, for error reporting purposeslengthStr - the attribute value to be parsedUnableToCompleteException - on parse errorCopyright © 2018. All rights reserved.