|
GWT 2.6.0.vaadin2 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.google.gwt.core.client.RuntimePropertyRegistry
public class RuntimePropertyRegistry
A queryable runtime registry of binding property providers and configuration property
values.
Supports the execution of runtime rebinding by providing property value lookup to executing
runtime rebind rules.
| Nested Class Summary | |
|---|---|
static class |
RuntimePropertyRegistry.PropertyValueProvider
A base for classes that can return or calculate a value for a property. |
| Constructor Summary | |
|---|---|
RuntimePropertyRegistry()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getPropertyValue(java.lang.String propertyName)
Returns the value for the given property name. |
static void |
registerPropertyValueProvider(RuntimePropertyRegistry.PropertyValueProvider propertyValueProvider)
Registers the given property value provider. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimePropertyRegistry()
| Method Detail |
|---|
public static java.lang.String getPropertyValue(java.lang.String propertyName)
public static void registerPropertyValueProvider(RuntimePropertyRegistry.PropertyValueProvider propertyValueProvider)
|
GWT 2.6.0.vaadin2 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||