Class EditorAreaConfigWithOverviewTab.CustomTabWithoutEssentials

    • Method Detail

      • getPosition

        public java.math.BigInteger getPosition()
        Description copied from class: Positioned
        Gets the value of the position property.
        Overrides:
        getPosition in class Positioned
        Returns:
        possible object is BigInteger
      • isDisplayEssentialSectionIfPresent

        public boolean isDisplayEssentialSectionIfPresent()
        Description copied from class: AbstractTab
        Gets the value of the displayEssentialSectionIfPresent property.
        Overrides:
        isDisplayEssentialSectionIfPresent in class AbstractTab
        Returns:
        possible object is Boolean
      • getCustomSectionOrSection

        public java.util.List<AbstractSection> getCustomSectionOrSection()
        Description copied from class: Tab
        Gets the value of the customSectionOrSection property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the customSectionOrSection property.

        For example, to add a new item, do as follows:

            getCustomSectionOrSection().add(newItem);
         

        Objects of the following type(s) are allowed in the list CustomSection Section

        Overrides:
        getCustomSectionOrSection in class Tab
      • getName

        public java.lang.String getName()
        Description copied from class: AbstractTab
        Gets the value of the name property.
        Overrides:
        getName in class AbstractTab
        Returns:
        possible object is String
      • getMergeMode

        public java.lang.String getMergeMode()
        Description copied from class: AbstractTab
        Gets the value of the mergeMode property.
        Overrides:
        getMergeMode in class AbstractTab
        Returns:
        possible object is String
      • getTooltipText

        public java.lang.String getTooltipText()
        Description copied from class: AbstractTab
        Gets the value of the tooltipText property.
        Overrides:
        getTooltipText in class AbstractTab
        Returns:
        possible object is String
      • getRenderParameter

        public java.util.List<Parameter> getRenderParameter()
        Description copied from class: CustomTab
        Gets the value of the renderParameter property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the renderParameter property.

        For example, to add a new item, do as follows:

            getRenderParameter().add(newItem);
         

        Objects of the following type(s) are allowed in the list Parameter

        Overrides:
        getRenderParameter in class CustomTab
      • getClazz

        public java.lang.String getClazz()
        Description copied from class: CustomTab
        Gets the value of the clazz property.
        Overrides:
        getClazz in class CustomTab
        Returns:
        possible object is String
      • getSpringBean

        public java.lang.String getSpringBean()
        Description copied from class: CustomTab
        Gets the value of the springBean property.
        Overrides:
        getSpringBean in class CustomTab
        Returns:
        possible object is String