GWT 2.1.1

Uses of Interface
com.google.gwt.uibinder.attributeparsers.AttributeParser

Packages that use AttributeParser
com.google.gwt.uibinder.attributeparsers   
 

Uses of AttributeParser in com.google.gwt.uibinder.attributeparsers
 

Classes in com.google.gwt.uibinder.attributeparsers that implement AttributeParser
 class BundleAttributeParser
          Deprecated. soon to die, replaced by brace expressions
 class LengthAttributeParser
          Parses a CSS length value (e.g., "2em", "50%"), returning a comma-separated (double, Unit) pair.
 

Methods in com.google.gwt.uibinder.attributeparsers that return AttributeParser
 AttributeParser AttributeParsers.get(JType... types)
           
 


GWT 2.1.1