|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.opencms.workplace.tools.CmsToolGroup
public class CmsToolGroup
This is an admin tool group, it just generates the html code for the group structure.
| Constructor Summary | |
|---|---|
CmsToolGroup(java.lang.String id,
java.lang.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. |
java.util.List |
getAdminTools()
Retuns 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 |
| Constructor Detail |
|---|
public CmsToolGroup(java.lang.String id,
java.lang.String name)
id - a unique idname - the name of the group| Method Detail |
|---|
public void addAdminTool(CmsTool adminTool)
adminTool - the admin toolCmsIdentifiableObjectContainer.addIdentifiableObject(String, Object)
public void addAdminTool(CmsTool adminTool,
float position)
adminTool - the admin toolposition - the positionCmsIdentifiableObjectContainer.addIdentifiableObject(String, Object, float)public java.util.List getAdminTools()
CmsToolspublic java.lang.String getId()
public java.lang.String getName()
public java.lang.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 | |||||