Class GeneratedCMSTabParagraphComponent

    • Field Detail

      • TITLE

        public static final java.lang.String TITLE
        Qualifier of the CMSTabParagraphComponent.title attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedCMSTabParagraphComponent

        public GeneratedCMSTabParagraphComponent()
    • Method Detail

      • getTitle

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

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

        public java.util.Map<Language,​java.lang.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 java.util.Map<Language,​java.lang.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,
                             java.lang.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​(java.lang.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,
                                java.util.Map<Language,​java.lang.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​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the CMSTabParagraphComponent.title attribute.
        Parameters:
        value - the title - Attribute that represents title of the tab.