GWT 0.0.0

Uses of Class
com.google.gwt.uibinder.attributeparsers.BundleAttributeParser

Packages that use BundleAttributeParser
com.google.gwt.uibinder.attributeparsers Classes that parse XML attribute values, turning them into valid Java expressions. 
 

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

Methods in com.google.gwt.uibinder.attributeparsers that return BundleAttributeParser
 BundleAttributeParser BundleAttributeParsers.get(com.google.gwt.uibinder.rebind.model.OwnerFieldClass type)
          Deprecated.  
 BundleAttributeParser BundleAttributeParsers.get(com.google.gwt.uibinder.rebind.XMLAttribute attribute)
          Deprecated.  
 

Methods in com.google.gwt.uibinder.attributeparsers that return types with arguments of type BundleAttributeParser
 java.util.Map<java.lang.String,BundleAttributeParser> BundleAttributeParsers.getMap()
          Deprecated.  
 


GWT 0.0.0