GWT 2.6.0.vaadin2

com.google.gwt.core.client
Class RuntimePropertyRegistry.PropertyValueProvider

java.lang.Object
  extended by com.google.gwt.core.client.RuntimePropertyRegistry.PropertyValueProvider
Enclosing class:
RuntimePropertyRegistry

public abstract static class RuntimePropertyRegistry.PropertyValueProvider
extends java.lang.Object

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

RuntimePropertyRegistry.PropertyValueProvider

public RuntimePropertyRegistry.PropertyValueProvider()
Method Detail

getName

public abstract java.lang.String getName()
Returns the name of the property for which a value is being provided.


getValue

public abstract java.lang.String getValue()
Returns a value for the intended property. The value might or might not be calculated on the fly based on the browser environment.


GWT 2.6.0.vaadin2