Uses of Class
com.vaadin.client.metadata.Property
-
Packages that use Property Package Description com.vaadin.client.metadata -
-
Uses of Property in com.vaadin.client.metadata
Methods in com.vaadin.client.metadata that return Property Modifier and Type Method Description Property
Type. getProperty(String propertyName)
Methods in com.vaadin.client.metadata that return types with arguments of type Property Modifier and Type Method Description Collection<Property>
Type. getProperties()
Deprecated.As of 7.0.1, useType.getPropertiesAsArray()
instead for improved performancestatic Collection<Property>
TypeDataStore. getProperties(Type type)
Deprecated.As of 7.0.1, useTypeDataStore.getPropertiesAsArray(Type)
instead for improved performanceJsArrayObject<Property>
Type. getPropertiesAsArray()
static JsArrayObject<Property>
TypeDataStore. getPropertiesAsArray(Type type)
Methods in com.vaadin.client.metadata with parameters of type Property Modifier and Type Method Description static String
TypeDataStore. getDelegateToWidget(Property property)
static Type
TypeDataStore. getType(Property property)
static Object
TypeDataStore. getValue(Property property, Object target)
static boolean
TypeDataStore. isNoLayoutProperty(Property property)
Checks whether the provided property is annotated withNoLayout
.static void
TypeDataStore. setValue(Property property, Object target, Object value)
-