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[] |
PropertyCombinations.getOrderedProperties()
Returns the properties used to generate permutations.
|
BindingProperty[] |
BindingProperties.getOrderedProps()
Returns all binding properties in dependency order.
|
Modifier and Type | Method and Description |
---|---|
Set<BindingProperty> |
DynamicPropertyOracle.getAccessedProperties() |
SortedSet<BindingProperty> |
Properties.getBindingProperties()
Gets all deferred binding properties in sorted order.
|
com.google.gwt.thirdparty.guava.common.collect.ImmutableList<BindingProperty> |
PermutationProperties.getBindingProperties()
Returns the binding properties in dependency order (permutation-independent).
|
Modifier and Type | Method and Description |
---|---|
void |
Properties.addBindingProperty(BindingProperty bindingProperty)
Adds a previously created deferred-binding property.
|
Constructor and Description |
---|
BindingProperties(BindingProperty[] orderedProperties,
String[] orderedPropertyValues,
ConfigurationProperties configurationProperties)
Create a property oracle that will return the supplied values.
|
Copyright © 2018. All rights reserved.