GWT 2.7.0

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

Packages that use ConfigurationProperty
com.google.gwt.core.ext Classes used to extend the GWT compiler. 
com.google.gwt.core.ext.linker Classes for writing Linkers. 
com.google.gwt.i18n.linker   
 

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

Methods in com.google.gwt.core.ext that return types with arguments of type ConfigurationProperty
 java.util.SortedSet<ConfigurationProperty> LinkerContext.getConfigurationProperties()
          Returns all configuration properties defined in the module.
 

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

Method parameters in com.google.gwt.core.ext.linker with type arguments of type ConfigurationProperty
 java.lang.String PropertyProviderGenerator.generate(TreeLogger logger, java.util.SortedSet<java.lang.String> possibleValues, java.lang.String fallback, java.util.SortedSet<ConfigurationProperty> configProperties)
          Generate a property provider.
 java.lang.String SelectionProperty.getPropertyProvider(TreeLogger logger, java.util.SortedSet<ConfigurationProperty> configProperties)
          Returns a raw function body that provides the runtime value to be used for a deferred binding property.
 

Uses of ConfigurationProperty in com.google.gwt.i18n.linker
 

Method parameters in com.google.gwt.i18n.linker with type arguments of type ConfigurationProperty
 java.lang.String LocalePropertyProviderGenerator.generate(TreeLogger logger, java.util.SortedSet<java.lang.String> possibleValues, java.lang.String fallback, java.util.SortedSet<ConfigurationProperty> configProperties)
           
 


GWT 2.7.0