Class A_CmsSitemapModeEntry

    • Constructor Summary

      Constructors 
      Constructor Description
      A_CmsSitemapModeEntry​(java.lang.String label)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      A_CmsContextMenuItem generateMenuItem()
      Generates the context menu item.
      java.lang.String getIconClass()
      Returns a CSS class which should be used to display an icon, or null if no icon is required.
      java.lang.String getJspPath()
      Returns the JSP path for the command generation.
      java.lang.String getLabel()
      Returns the label (text) for the menu entry.
      java.lang.String getName()
      Returns the name of the entry.
      java.lang.String getReason()
      Returns the reason if the entry is de-activated .
      java.util.List<I_CmsContextMenuEntry> getSubMenu()
      Returns a list of I_CmsContextMenuEntry objects.
      boolean hasSubMenu()
      Returns true if this menu entry has a sub menu false otherwise.
      boolean isActive()
      Returns true if this menu entry is active false otherwise.
      boolean isSeparator()
      Returns true if this menu entry is a separator false otherwise.
      boolean isVisible()
      Returns true if this menu entry is visible false otherwise.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait