|
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.PropertyValueProvider
public abstract static class RuntimePropertyRegistry.PropertyValueProvider
A base for classes that can return or calculate a value for a property.
| Constructor Summary | |
|---|---|
RuntimePropertyRegistry.PropertyValueProvider()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getName()
Returns the name of the property for which a value is being provided. |
abstract java.lang.String |
getValue()
Returns a value for the intended property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimePropertyRegistry.PropertyValueProvider()
| Method Detail |
|---|
public abstract java.lang.String getName()
public abstract java.lang.String getValue()
|
GWT 2.6.0.vaadin2 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||