Uses of Class
com.vaadin.client.metadata.Property

Packages that use Property
com.vaadin.client.metadata   
 

Uses of Property in com.vaadin.client.metadata
 

Methods in com.vaadin.client.metadata that return Property
 Property Type.getProperty(java.lang.String propertyName)
           
 

Methods in com.vaadin.client.metadata that return types with arguments of type Property
 java.util.Collection<Property> Type.getProperties()
          Deprecated. As of 7.0.1, use Type.getPropertiesAsArray() instead for improved performance
static java.util.Collection<Property> TypeDataStore.getProperties(Type type)
          Deprecated. As of 7.0.1, use TypeDataStore.getPropertiesAsArray(Type) instead for improved performance
 JsArrayObject<Property> Type.getPropertiesAsArray()
           
static JsArrayObject<Property> TypeDataStore.getPropertiesAsArray(Type type)
           
 

Methods in com.vaadin.client.metadata with parameters of type Property
static java.lang.String TypeDataStore.getDelegateToWidget(Property property)
           
static Type TypeDataStore.getType(Property property)
           
static java.lang.Object TypeDataStore.getValue(Property property, java.lang.Object target)
           
static void TypeDataStore.setValue(Property property, java.lang.Object target, java.lang.Object value)
           
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.