public interface PropertyAccessor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription(java.util.Locale locale)
Obtain a description which can be used by a tooltip for example
|
java.lang.String |
getDisplayName(java.util.Locale locale)
Obtain a localized display name for the property accessed using this PropertyAccessor
|
java.lang.String |
getPropertyName()
Obtain name of property being accessed via this accessor.
|
java.lang.String |
getValue(Item item)
Get value of property for given Item
|
boolean |
isReadOnly()
Check whether accessor allows for read access only
|
void |
setValue(Item item,
java.lang.String value)
Set value of property for given Item
|
java.lang.String getPropertyName()
java.lang.String getDisplayName(java.util.Locale locale)
java.lang.String getDescription(java.util.Locale locale)
java.lang.String getValue(Item item) throws java.lang.Exception
java.lang.Exception
void setValue(Item item, java.lang.String value) throws java.lang.Exception
java.lang.Exception
boolean isReadOnly()