Class CmsToolGroup


  • public class CmsToolGroup
    extends java.lang.Object
    This is an admin tool group, it just generates the html code for the group structure.

    Since:
    6.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      CmsToolGroup​(java.lang.String id, java.lang.String name)
      Default Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addAdminTool​(CmsTool adminTool)
      Adds an admin tool.
      void addAdminTool​(CmsTool adminTool, float position)
      Adds an admin tool at the given position.
      java.util.List<CmsTool> getAdminTools()
      Returns a list of admin tools.
      java.lang.String getId()
      Returns the id.
      java.lang.String getName()
      Returns the group name.
      java.lang.String groupHtml​(CmsWorkplace wp)
      Returns the necessary html code.
      • Methods inherited from class java.lang.Object

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