Package org.opencms.acacia.shared
Class CmsTabInfo
java.lang.Object
org.opencms.acacia.shared.CmsTabInfo
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
Form tab information bean.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the description HTML.Gets the localization key for the description.Gets the raw configured description string.Returns the startName.getTabId()
Returns the tabId.Returns the tabName.Gets the localization key for the tab name.Gets the raw configured tab name.boolean
Returns the collapsed.
-
Constructor Details
-
CmsTabInfo
public CmsTabInfo(String tabName, String tabKey, String tabRaw, String tabId, String startName, boolean collapsed, String description, String descriptionKey, String descriptionRaw) Constructor.- Parameters:
tabName
- the tab nametabKey
- the tab localization keytabId
- the tab idstartName
- the start element namecollapsed
- if the labels should be collapseddescription
- the description HTMLdescriptionKey
- the description key
-
CmsTabInfo
protected CmsTabInfo()Constructor for serialization only.
-
-
Method Details
-
getDescription
Gets the description HTML.- Returns:
- the description HTML
-
getDescriptionKey
Gets the localization key for the description.- Returns:
- the localization key for the description
-
getDescriptionRaw
Gets the raw configured description string.- Returns:
- the raw description
-
getStartName
Returns the startName.- Returns:
- the startName
-
getTabId
Returns the tabId.- Returns:
- the tabId
-
getTabName
Returns the tabName.- Returns:
- the tabName
-
getTabNameKey
Gets the localization key for the tab name.- Returns:
- the tab name localization key
-
getTabNameRaw
Gets the raw configured tab name.- Returns:
- the raw configured tab name
-
isCollapsed
Returns the collapsed.- Returns:
- the collapsed
-