Class CmsTabInfo

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.IsSerializable

    public class CmsTabInfo
    extends java.lang.Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    Form tab information bean.

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CmsTabInfo()
      Constructor for serialization only.
        CmsTabInfo​(java.lang.String tabName, java.lang.String tabKey, java.lang.String tabId, java.lang.String startName, boolean collapsed, java.lang.String description, java.lang.String descriptionKey)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Gets the description HTML.
      java.lang.String getDescriptionKey()
      Gets the localization key for the description.
      java.lang.String getStartName()
      Returns the startName.
      java.lang.String getTabId()
      Returns the tabId.
      java.lang.String getTabName()
      Returns the tabName.
      java.lang.String getTabNameKey()
      Gets the localization key for the tab name.
      boolean isCollapsed()
      Returns the collapsed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CmsTabInfo

        public CmsTabInfo​(java.lang.String tabName,
                          java.lang.String tabKey,
                          java.lang.String tabId,
                          java.lang.String startName,
                          boolean collapsed,
                          java.lang.String description,
                          java.lang.String descriptionKey)
        Constructor.

        Parameters:
        tabName - the tab name
        tabKey - the tab localization key
        tabId - the tab id
        startName - the start element name
        collapsed - if the labels should be collapsed
        description - the description HTML
        descriptionKey - the description key
      • CmsTabInfo

        protected CmsTabInfo()
        Constructor for serialization only.

    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Gets the description HTML.

        Returns:
        the description HTML
      • getDescriptionKey

        public java.lang.String getDescriptionKey()
        Gets the localization key for the description.
        Returns:
        the localization key for the description
      • getStartName

        public java.lang.String getStartName()
        Returns the startName.

        Returns:
        the startName
      • getTabId

        public java.lang.String getTabId()
        Returns the tabId.

        Returns:
        the tabId
      • getTabName

        public java.lang.String getTabName()
        Returns the tabName.

        Returns:
        the tabName
      • getTabNameKey

        public java.lang.String getTabNameKey()
        Gets the localization key for the tab name.
        Returns:
        the tab name localization key
      • isCollapsed

        public boolean isCollapsed()
        Returns the collapsed.

        Returns:
        the collapsed