Package org.opencms.workplace.tools
Class CmsToolGroup
java.lang.Object
org.opencms.workplace.tools.CmsToolGroup
This is an admin tool group, it just generates the html code for
the group structure.
- Since:
- 6.0.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAdminTool
(CmsTool adminTool) Adds an admin tool.void
addAdminTool
(CmsTool adminTool, float position) Adds an admin tool at the given position.Returns a list of admin tools.getId()
Returns the id.getName()
Returns the group name.Returns the necessary html code.
-
Constructor Details
-
CmsToolGroup
Default Constructor.- Parameters:
id
- a unique idname
- the name of the group
-
-
Method Details
-
addAdminTool
Adds an admin tool.- Parameters:
adminTool
- the admin tool- See Also:
-
addAdminTool
Adds an admin tool at the given position.- Parameters:
adminTool
- the admin toolposition
- the position- See Also:
-
getAdminTools
Returns a list of admin tools.- Returns:
- a list of
sCmsTool
-
getId
Returns the id.- Returns:
- the id
-
getName
Returns the group name.- Returns:
- the group name
-
groupHtml
Returns the necessary html code.- Parameters:
wp
- the jsp page to write the code to- Returns:
- html code
-