Interface I_CmsValidatingContextMenuCommand
- All Superinterfaces:
I_CmsContextMenuCommand
- All Known Implementing Classes:
CmsEditFile
Context menu command with its own visibility check.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
validate
(org.opencms.gwt.shared.CmsContextMenuEntryBean entry) Validates whether the context menu command should be visible.Methods inherited from interface org.opencms.gwt.client.ui.contextmenu.I_CmsContextMenuCommand
execute, getItemWidget, hasItemWidget
-
Method Details