Package org.opencms.ui
Interface I_CmsEditPropertyContext
- All Known Implementing Classes:
CmsExplorerDialogContext
,CmsFileTableDialogContext
,CmsListManager.DialogContext
public interface I_CmsEditPropertyContext
Action context that allows direct editing of single properties.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
editProperty
(Object propertyId) Start the editing process.boolean
isPropertyEditable
(Object propertyId) Checks whether the given property is editable.
-
Method Details
-
editProperty
Start the editing process.- Parameters:
propertyId
- the property to edit
-
isPropertyEditable
Checks whether the given property is editable.- Parameters:
propertyId
- the property id- Returns:
true
if the given property is editable
-