Package | Description |
---|---|
com.google.gwt.core.ext.linker.impl | |
com.google.gwt.dev.cfg |
Constructor and Description |
---|
StandardSelectionProperty(BindingProperty p) |
Modifier and Type | Method and Description |
---|---|
BindingProperty |
Properties.createBinding(String name)
Creates the specified deferred-binding property, or returns an existing one
by the specified name if present.
|
BindingProperty[] |
PropertyPermutations.getOrderedProperties() |
BindingProperty[] |
StaticPropertyOracle.getOrderedProps() |
Modifier and Type | Method and Description |
---|---|
Set<BindingProperty> |
DynamicPropertyOracle.getAccessedProperties() |
SortedSet<BindingProperty> |
Properties.getBindingProperties()
Gets all deferred binding properties in sorted order.
|
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.