Uses of Interface
com.google.gwt.core.ext.linker.SelectionProperty
-
Packages that use SelectionProperty Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description abstract java.util.SortedSet<java.util.SortedMap<SelectionProperty,java.lang.String>>CompilationResult. getPropertyMap()Provides values forSelectionPropertyinstances that are not explicitly set during the compilation phase.java.util.SortedSet<java.util.SortedMap<SelectionProperty,java.lang.String>>DelegatingCompilationResult. getPropertyMap()abstract java.util.SortedMap<SelectionProperty,java.lang.String>SoftPermutation. getPropertyMap()Returns only the collapsed selection properties that resulted in the particular soft permutation. -
Uses of SelectionProperty in com.google.gwt.core.linker
Method parameters in com.google.gwt.core.linker with type arguments of type SelectionProperty Modifier and Type Method Description static java.lang.StringSymbolMapsLinker. propertyMapToString(java.util.Map<SelectionProperty,java.lang.String> propertyMap)
-