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
AttributeParser
parse
in interface AttributeParser
source
- the source code the value came from, for error reporting purposeslengthStr
- the attribute value to be parsedUnableToCompleteException
- on parse errorCopyright © 2018. All rights reserved.