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 PropertyType. 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 StringTypeDataStore. getDelegateToWidget(Property property)static TypeTypeDataStore. getType(Property property)static ObjectTypeDataStore. getValue(Property property, Object target)static booleanTypeDataStore. isNoLayoutProperty(Property property)Checks whether the provided property is annotated withNoLayout.static voidTypeDataStore. setValue(Property property, Object target, Object value)
-