| Package | Description |
|---|---|
| com.vaadin.client.metadata |
| Modifier and Type | Method and Description |
|---|---|
Property |
Type.getProperty(String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Property> |
Type.getProperties()
Deprecated.
As of 7.0.1, use
Type.getPropertiesAsArray() instead for
improved performance |
static 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) |
| Modifier and Type | Method and 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 with
NoLayout. |
static void |
TypeDataStore.setValue(Property property,
Object target,
Object value) |
Copyright © 2016 Vaadin Ltd. All rights reserved.