Class VerticalAlignmentConstantParser
- java.lang.Object
- 
- com.google.gwt.uibinder.attributeparsers.StrictAttributeParser
- 
- com.google.gwt.uibinder.attributeparsers.VerticalAlignmentConstantParser
 
 
- 
- All Implemented Interfaces:
- AttributeParser
 
 class VerticalAlignmentConstantParser extends StrictAttributeParser 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.google.gwt.uibinder.attributeparsers.StrictAttributeParserStrictAttributeParser.FieldReferenceDelegate
 
- 
 - 
Field Summary- 
Fields inherited from class com.google.gwt.uibinder.attributeparsers.StrictAttributeParserlogger
 
- 
 - 
Constructor SummaryConstructors Constructor Description VerticalAlignmentConstantParser(FieldReferenceConverter converter, JType type, com.google.gwt.uibinder.rebind.MortalLogger logger)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringparse(com.google.gwt.uibinder.rebind.XMLElement source, java.lang.String value)If the value holds a single field reference "{like.this}", converts it to a Java Expression.
 
- 
- 
- 
Constructor Detail- 
VerticalAlignmentConstantParserVerticalAlignmentConstantParser(FieldReferenceConverter converter, JType type, com.google.gwt.uibinder.rebind.MortalLogger logger) 
 
- 
 - 
Method Detail- 
parsepublic java.lang.String parse(com.google.gwt.uibinder.rebind.XMLElement source, java.lang.String value) throws UnableToCompleteExceptionDescription copied from class:StrictAttributeParserIf the value holds a single field reference "{like.this}", converts it to a Java Expression.In any other case (e.g. more than one field reference), an UnableToCompleteException is thrown. - Specified by:
- parsein interface- AttributeParser
- Overrides:
- parsein class- StrictAttributeParser
- Parameters:
- source- the source code the value came from, for error reporting purposes
- value- the attribute value to be parsed
- Returns:
- a valid Java expression
- Throws:
- UnableToCompleteException- on parse error
 
 
- 
 
-