public static interface ItemDataSource.Configuration<PROPERTY> extends com.holonplatform.core.query.QueryConfigurationProvider, Serializable
| Modifier and Type | Method and Description |
|---|---|
Iterable<PROPERTY> |
getProperties()
Get available item properties.
|
Object |
getPropertyDefaultValue(PROPERTY property)
Get the default value for the given property.
|
Class<?> |
getPropertyType(PROPERTY property)
Gets the data type of the given data source property.
|
boolean |
isPropertyReadOnly(PROPERTY property)
Get whether the given property is read only.
|
boolean |
isPropertySortable(PROPERTY property)
Get whether the given property is sortable.
|
Iterable<PROPERTY> getProperties()
Class<?> getPropertyType(PROPERTY property)
property - Property (not null)boolean isPropertyReadOnly(PROPERTY property)
property - Property (not null)true if property is read only, false otherwiseboolean isPropertySortable(PROPERTY property)
property - Property (not null)true if property is sortable, false otherwiseCopyright © 2019 The Holon Platform. All rights reserved.