Class SimpleHTML.SimpleTextPanel

    • Field Detail

      • m_MissingValue

        protected String m_MissingValue
        the string to use for missing values.
    • Constructor Detail

      • SimpleTextPanel

        public SimpleTextPanel()
    • Method Detail

      • initialize

        protected void initialize()
        Initializes the members.
        Overrides:
        initialize in class BasePanel
      • initGUI

        protected void initGUI()
        Initializes the widgets.
        Overrides:
        initGUI in class BasePanel
      • setColumns

        public void setColumns​(SpreadSheetColumnRange value)
        Sets the columns to display.
        Parameters:
        value - the columns
      • getColumns

        public SpreadSheetColumnRange getColumns()
        Returns the columns to display.
        Returns:
        the columns
      • setMissingValue

        public void setMissingValue​(String value)
        Sets the string to use for missing values.
        Parameters:
        value - the string
      • getMissingValue

        public String getMissingValue()
        Returns the string to use for missing values.
        Returns:
        the string