public interface I_CmsEditPropertyContext
| Modifier and Type | Method and Description |
|---|---|
void |
editProperty(java.lang.Object propertyId)
Start the editing process.
|
boolean |
isPropertyEditable(java.lang.Object propertyId)
Checks whether the given property is editable.
|
void editProperty(java.lang.Object propertyId)
propertyId - the property to editboolean isPropertyEditable(java.lang.Object propertyId)
propertyId - the property idtrue if the given property is editable