Class SpreadSheetUseRowAsHeader

    • Field Detail

      • m_ForceString

        protected boolean m_ForceString
        whether to set value as string.
      • m_Delete

        protected boolean m_Delete
        whether to delete the row after updating the header.
    • Constructor Detail

      • SpreadSheetUseRowAsHeader

        public SpreadSheetUseRowAsHeader()
    • Method Detail

      • setRow

        public void setRow​(SpreadSheetRowIndex value)
        Sets the row to use as new header.
        Parameters:
        value - the row
      • getRow

        public SpreadSheetRowIndex getRow()
        Returns the row to use as new header.
        Returns:
        the row
      • rowTipText

        public String rowTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setForceString

        public void setForceString​(boolean value)
        Sets whether to force setting the value as string even if it resembles a number.
        Parameters:
        value - true if to force string
      • getForceString

        public boolean getForceString()
        Returns whether to force setting the value as string even if it resembles a number.
        Returns:
        true if string type is enforced
      • forceStringTipText

        public String forceStringTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setDelete

        public void setDelete​(boolean value)
        Sets whether to delete the row after updating the header.
        Parameters:
        value - true if to delete the afterwards
      • getDelete

        public boolean getDelete()
        Returns whether to delete the row after updating the header.
        Returns:
        true if to delete the row afterwards
      • deleteTipText

        public String deleteTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.