class IntPairAttributeParser extends java.lang.Object implements AttributeParser
Constructor and Description |
---|
IntPairAttributeParser(IntAttributeParser intParser,
com.google.gwt.uibinder.rebind.MortalLogger logger) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
parse(com.google.gwt.uibinder.rebind.XMLElement source,
java.lang.String value)
Parse the given attribute value.
|
IntPairAttributeParser(IntAttributeParser intParser, com.google.gwt.uibinder.rebind.MortalLogger logger)
public java.lang.String parse(com.google.gwt.uibinder.rebind.XMLElement source, java.lang.String value) throws UnableToCompleteException
AttributeParser
parse
in interface AttributeParser
source
- the source code the value came from, for error reporting purposesvalue
- the attribute value to be parsedUnableToCompleteException
- on parse error