Class GeneratedCMSTabParagraphComponent

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
CMSTabParagraphComponent

public abstract class GeneratedCMSTabParagraphComponent extends CMSParagraphComponent
Generated class for type CMSTabParagraphComponent.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedCMSTabParagraphComponent

      public GeneratedCMSTabParagraphComponent()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedCMSParagraphComponent
    • getTitle

      public String getTitle(SessionContext ctx)
      Generated method - Getter of the CMSTabParagraphComponent.title attribute.
      Returns:
      the title - Attribute that represents title of the tab.
    • getTitle

      public String getTitle()
      Generated method - Getter of the CMSTabParagraphComponent.title attribute.
      Returns:
      the title - Attribute that represents title of the tab.
    • getAllTitle

      public Map<Language,String> getAllTitle(SessionContext ctx)
      Generated method - Getter of the CMSTabParagraphComponent.title attribute.
      Returns:
      the localized title - Attribute that represents title of the tab.
    • getAllTitle

      public Map<Language,String> getAllTitle()
      Generated method - Getter of the CMSTabParagraphComponent.title attribute.
      Returns:
      the localized title - Attribute that represents title of the tab.
    • setTitle

      public void setTitle(SessionContext ctx, String value)
      Generated method - Setter of the CMSTabParagraphComponent.title attribute.
      Parameters:
      value - the title - Attribute that represents title of the tab.
    • setTitle

      public void setTitle(String value)
      Generated method - Setter of the CMSTabParagraphComponent.title attribute.
      Parameters:
      value - the title - Attribute that represents title of the tab.
    • setAllTitle

      public void setAllTitle(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the CMSTabParagraphComponent.title attribute.
      Parameters:
      value - the title - Attribute that represents title of the tab.
    • setAllTitle

      public void setAllTitle(Map<Language,String> value)
      Generated method - Setter of the CMSTabParagraphComponent.title attribute.
      Parameters:
      value - the title - Attribute that represents title of the tab.