|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.uibinder.attributeparsers.IntPairAttributeParser
class IntPairAttributeParser
Parses a pair of integer values.
Constructor Summary | |
---|---|
IntPairAttributeParser(IntAttributeParser intParser,
com.google.gwt.uibinder.rebind.MortalLogger logger)
|
Method Summary | |
---|---|
java.lang.String |
parse(com.google.gwt.uibinder.rebind.XMLElement source,
java.lang.String value)
Parse the given attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
IntPairAttributeParser(IntAttributeParser intParser, com.google.gwt.uibinder.rebind.MortalLogger logger)
Method Detail |
---|
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 parsed
UnableToCompleteException
- on parse error
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |