|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.centrasite.control.discovery.AbstractPropertyAccessor
com.centrasite.control.discovery.ReadOnlyPropertyAccessor
public abstract class ReadOnlyPropertyAccessor
Constructor Summary | |
---|---|
ReadOnlyPropertyAccessor()
|
Method Summary | |
---|---|
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 |
Methods inherited from class com.centrasite.control.discovery.AbstractPropertyAccessor |
---|
editProperty, getActivatingMessage, getCommands, getDescription, getDisplayName, getReferencedItem, getSelectReferencedItemDescriptor, isComplexProperty, isDateProperty, isIntProperty, isTextEditAllowed, selectReferencedItem |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.centrasite.control.discovery.PropertyAccessor |
---|
getPropertyName, getValue |
Constructor Detail |
---|
public ReadOnlyPropertyAccessor()
Method Detail |
---|
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-only
public Item getReferencedItem()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |