|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.xml.content.CmsXmlContentTab
public class CmsXmlContentTab
Represents a configured tab to be used in the XML content editor for better usability.
Constructor Summary | |
---|---|
CmsXmlContentTab(String startName)
Constructor with the start element name. |
|
CmsXmlContentTab(String startName,
boolean collapsed,
String tabName)
Constructor with all possible tab parameter settings. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getIdName()
Returns the name for the tab ID, generated from the start name. |
String |
getStartName()
Returns the XML element name where this tab starts. |
String |
getTabName()
Returns the name to display on the tab. |
int |
hashCode()
|
boolean |
isCollapsed()
Indicates if the first level of left labels should be shown in the editor. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsXmlContentTab(String startName)
The tab name is equal to the element name and the first level should not be shown in the editor.
startName
- the XML element name where this tab startspublic CmsXmlContentTab(String startName, boolean collapsed, String tabName)
startName
- XML element name where this tab startscollapsed
- indicates if the first level of left labels should be shown in the editortabName
- the name to display on the tabMethod Detail |
---|
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String getIdName()
public String getStartName()
public String getTabName()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean isCollapsed()
true
if the first level of left labels should NOT be shown in the editor
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |