|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.opencms.workplace.tools.CmsToolGroup
This is an admin tool group, it just generates the html code for the group structure.
| Constructor Summary | |
CmsToolGroup(String id,
String name)
Default Constructor. |
|
| Method Summary | |
void |
addAdminTool(CmsTool adminTool)
Adds an admin tool. |
void |
addAdminTool(CmsTool adminTool,
float position)
Adds an admin tool at the given position. |
List |
getAdminTools()
Retuns a list of admin tools. |
String |
getId()
Returns the id. |
String |
getName()
Returns the group name. |
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 |
| Constructor Detail |
public CmsToolGroup(String id,
String name)
id - a unique idname - the name of the group| Method Detail |
public void addAdminTool(CmsTool adminTool)
adminTool - the admin toolI_CmsIdentifiableObjectContainer.addIdentifiableObject(String, Object)
public void addAdminTool(CmsTool adminTool,
float position)
adminTool - the admin toolposition - the positionI_CmsIdentifiableObjectContainer.addIdentifiableObject(String, Object, float)public List getAdminTools()
CmsToolspublic String getId()
public String getName()
public String groupHtml(CmsWorkplace wp)
wp - the jsp page to write the code to
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||