public class CmsTabInfo extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
Modifier | Constructor and Description |
---|---|
protected |
CmsTabInfo()
Constructor for serialization only.
|
|
CmsTabInfo(java.lang.String tabName,
java.lang.String tabId,
java.lang.String startName,
boolean collapsed,
java.lang.String description)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the description HTML.
|
java.lang.String |
getStartName()
Returns the startName.
|
java.lang.String |
getTabId()
Returns the tabId.
|
java.lang.String |
getTabName()
Returns the tabName.
|
boolean |
isCollapsed()
Returns the collapsed.
|
public CmsTabInfo(java.lang.String tabName, java.lang.String tabId, java.lang.String startName, boolean collapsed, java.lang.String description)
tabName
- the tab nametabId
- the tab idstartName
- the start element namecollapsed
- if the labels should be collapseddescription
- the description HTMLprotected CmsTabInfo()
public java.lang.String getDescription()
public java.lang.String getStartName()
public java.lang.String getTabId()
public java.lang.String getTabName()
public boolean isCollapsed()