|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyAccessor
Capsulates API for accessing properties of an Item
Method Summary | |
---|---|
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 |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |