public abstract class ReadOnlyPropertyAccessor extends AbstractPropertyAccessor
isComplexProperty, isDateProperty, isIntProperty
Constructor and Description |
---|
ReadOnlyPropertyAccessor() |
Modifier and Type | Method and Description |
---|---|
Item |
getReferencedItem()
Get the Item referenced by this property
|
boolean |
isReadOnly(Item item)
Check whether accessor allows for read access only
|
void |
setValue(Item item,
java.lang.String value)
Set value of property for given Item
|
editProperty, getActivatingMessage, getCommands, getDescription, getDisplayName, getReferencedItem, getSelectReferencedItemDescriptor, isComplexProperty, isDateProperty, isIntProperty, isTextEditAllowed, selectReferencedItem
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPropertyName, getValue
public final void setValue(Item item, java.lang.String value) throws java.lang.Exception
PropertyAccessor
java.lang.Exception
public final boolean isReadOnly(Item item)
PropertyAccessor
item
- the item for which it is to be checked whether the access is read-onlypublic Item getReferencedItem()