GWT 0.0.0

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

Packages that use SelectionProperty
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.core.linker A package containing implementations of the GWT bootstrap linkers. 
 

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

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

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

Methods in com.google.gwt.core.ext.linker that return types with arguments of type SelectionProperty
abstract  java.util.SortedMap<SelectionProperty,java.lang.String> SoftPermutation.getPropertyMap()
          Returns only the collapsed selection properties that resulted in the particular soft permutation.
abstract  java.util.SortedSet<java.util.SortedMap<SelectionProperty,java.lang.String>> CompilationResult.getPropertyMap()
          Provides values for SelectionProperty instances that are not explicitly set during the compilation phase.
 

Uses of SelectionProperty in com.google.gwt.core.linker
 

Method parameters in com.google.gwt.core.linker with type arguments of type SelectionProperty
static java.lang.String SymbolMapsLinker.propertyMapToString(java.util.Map<SelectionProperty,java.lang.String> propertyMap)
           
 


GWT 0.0.0