Class DocumentHtmlDisplaySettings

    • Constructor Detail

      • DocumentHtmlDisplaySettings

        public DocumentHtmlDisplaySettings()
    • Method Detail

      • getCellStyle

        public String getCellStyle()
        .
        Returns:
        cellStyle
      • setCellStyle

        public void setCellStyle​(String cellStyle)
        setCellStyle.
      • getCollapsibleSettings

        public DocumentHtmlCollapsibleDisplaySettings getCollapsibleSettings()
        This object defines the appearance and function of a collapsible section or item..
        Returns:
        collapsibleSettings
      • getDisplay

        public String getDisplay()
        .
        Returns:
        display
      • setDisplay

        public void setDisplay​(String display)
        setDisplay.
      • getDisplayLabel

        public String getDisplayLabel()
        .
        Returns:
        displayLabel
      • setDisplayLabel

        public void setDisplayLabel​(String displayLabel)
        setDisplayLabel.
      • getDisplayOrder

        public Integer getDisplayOrder()
        .
        Returns:
        displayOrder
      • setDisplayOrder

        public void setDisplayOrder​(Integer displayOrder)
        setDisplayOrder.
      • getDisplayPageNumber

        public Integer getDisplayPageNumber()
        .
        Returns:
        displayPageNumber
      • setDisplayPageNumber

        public void setDisplayPageNumber​(Integer displayPageNumber)
        setDisplayPageNumber.
      • isHideLabelWhenOpened

        public Boolean isHideLabelWhenOpened()
        .
        Returns:
        hideLabelWhenOpened
      • setHideLabelWhenOpened

        public void setHideLabelWhenOpened​(Boolean hideLabelWhenOpened)
        setHideLabelWhenOpened.
      • getInlineOuterStyle

        public String getInlineOuterStyle()
        .
        Returns:
        inlineOuterStyle
      • setInlineOuterStyle

        public void setInlineOuterStyle​(String inlineOuterStyle)
        setInlineOuterStyle.
      • getLabelWhenOpened

        public String getLabelWhenOpened()
        .
        Returns:
        labelWhenOpened
      • setLabelWhenOpened

        public void setLabelWhenOpened​(String labelWhenOpened)
        setLabelWhenOpened.
      • getPreLabel

        public String getPreLabel()
        .
        Returns:
        preLabel
      • setPreLabel

        public void setPreLabel​(String preLabel)
        setPreLabel.
      • scrollToTopWhenOpened

        public DocumentHtmlDisplaySettings scrollToTopWhenOpened​(Boolean scrollToTopWhenOpened)
        scrollToTopWhenOpened.
        Returns:
        DocumentHtmlDisplaySettings
      • isScrollToTopWhenOpened

        public Boolean isScrollToTopWhenOpened()
        .
        Returns:
        scrollToTopWhenOpened
      • setScrollToTopWhenOpened

        public void setScrollToTopWhenOpened​(Boolean scrollToTopWhenOpened)
        setScrollToTopWhenOpened.
      • getTableStyle

        public String getTableStyle()
        .
        Returns:
        tableStyle
      • setTableStyle

        public void setTableStyle​(String tableStyle)
        setTableStyle.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object