GWT 2.4.0

Uses of Interface
com.google.gwt.core.ext.ConfigurationProperty

Packages that use ConfigurationProperty
com.google.gwt.core.ext Classes used to extend the GWT compiler. 
 

Uses of ConfigurationProperty in com.google.gwt.core.ext
 

Classes in com.google.gwt.core.ext that implement ConfigurationProperty
 class DefaultConfigurationProperty
          Default immutable implementation of ConfigurationProperty that receives its values in its constructor.
 

Methods in com.google.gwt.core.ext that return ConfigurationProperty
 ConfigurationProperty PropertyOracle.getConfigurationProperty(java.lang.String propertyName)
          Attempts to get a named configuration property.
 


GWT 2.4.0