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 |
Properties.findBindingProp(String propName)
Returns the property if (and only if) it's a BindingProperty, otherwise null.
|
BindingProperty[] |
PropertyPermutations.getOrderedProperties()
Returns the properties used to generate permutations.
|
BindingProperty[] |
BindingProps.getOrderedProps()
Returns all binding properties in dependency order.
|
Modifier and Type | Method and Description |
---|---|
Set<BindingProperty> |
DynamicPropertyOracle.getAccessedProperties() |
com.google.gwt.thirdparty.guava.common.collect.ImmutableList<BindingProperty> |
PermProps.getBindingProperties()
Returns the binding properties in dependency order (permutation-independent).
|
SortedSet<BindingProperty> |
Properties.getBindingProperties()
Gets all deferred binding properties in sorted order.
|
Modifier and Type | Method and Description |
---|---|
void |
Properties.addBindingProperty(BindingProperty bindingProperty)
Adds a previously created deferred-binding property.
|
Constructor and Description |
---|
BindingProps(BindingProperty[] orderedProps,
String[] orderedPropValues,
ConfigProps 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.