public interface I_CmsWorkplaceAction extends I_CmsHasMenuItemVisibility
| Modifier and Type | Method and Description |
|---|---|
void |
executeAction(I_CmsDialogContext context)
Executes the action.
|
java.lang.String |
getId()
The action id.
|
java.lang.String |
getTitle(java.util.Locale locale)
Returns the localized action title.
|
boolean |
isActive(I_CmsDialogContext context)
Checks whether this action should be active in the given dialog context.
|
getVisibility, getVisibilityvoid executeAction(I_CmsDialogContext context)
context - the current dialog context.java.lang.String getId()
java.lang.String getTitle(java.util.Locale locale)
locale - the user's workplace localeboolean isActive(I_CmsDialogContext context)
context - the dialog contexttrue if this action should be active in the given dialog context