public class CmsXmlContentTab extends java.lang.Object
Constructor and Description |
---|
CmsXmlContentTab(java.lang.String startName)
Constructor with the start element name.
|
CmsXmlContentTab(java.lang.String startName,
boolean collapsed,
java.lang.String tabName,
java.lang.String description)
Constructor with all possible tab parameter settings.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
Gets the tab description HTML.
|
java.lang.String |
getIdName()
Returns the name for the tab ID, generated from the start name.
|
java.lang.String |
getStartName()
Returns the XML element name where this tab starts.
|
java.lang.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.
|
public CmsXmlContentTab(java.lang.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(java.lang.String startName, boolean collapsed, java.lang.String tabName, java.lang.String description)
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 tabdescription
- the tab description HTMLpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public java.lang.String getDescription()
public java.lang.String getIdName()
public java.lang.String getStartName()
public java.lang.String getTabName()
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public boolean isCollapsed()
true
if the first level of left labels should NOT be shown in the editor