Interface I_CmsValidatingContextMenuCommand

All Superinterfaces:
I_CmsContextMenuCommand
All Known Implementing Classes:
CmsEditFile

Context menu command with its own visibility check.

  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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

    • validate

      boolean validate(org.opencms.gwt.shared.CmsContextMenuEntryBean entry)
      Validates whether the context menu command should be visible.

      Parameters:
      entry - the context menu entry bean
      Returns:
      true if the context menu entry should be visible