Package | Description |
---|---|
com.google.gwt.core.ext.linker.impl | |
com.google.gwt.dev.cfg |
Constructor and Description |
---|
StandardConfigurationProperty(ConfigurationProperty p) |
Modifier and Type | Method and Description |
---|---|
ConfigurationProperty |
Properties.createConfiguration(String name,
boolean allowMultipleValues)
Creates the specified configuration property, or returns an existing one by
the specified name if present.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<ConfigurationProperty> |
Properties.getConfigurationProperties() |
Constructor and Description |
---|
StaticPropertyOracle(BindingProperty[] orderedProps,
String[] orderedPropValues,
ConfigurationProperty[] configProps)
Create a property oracle that will return the supplied values.
|
Constructor and Description |
---|
PropertyProviderRegistratorGenerator(Collection<BindingProperty> newBindingProperties,
SortedSet<ConfigurationProperty> configurationProperties)
Constructs a PropertyProviderRegistratorGenerator that is able to generate a property provider
registrator for all of the given a collection of binding properties.
The provided binding properties are expected to all have been created by the current module but the provided configuration properties should be all that have been created by the entire current dependency tree. |
Copyright © 2018. All rights reserved.