Class SpreadSheetTableWithSearch

    • Field Detail

      • m_PanelSearch

        protected SearchPanel m_PanelSearch
        for searching the spreadsheet.
      • m_PanelColumnsDropdown

        protected JPanel m_PanelColumnsDropdown
        the panel for the columns combobox.
    • Constructor Detail

      • SpreadSheetTableWithSearch

        public SpreadSheetTableWithSearch()
        The default constructor.
      • SpreadSheetTableWithSearch

        public SpreadSheetTableWithSearch​(SpreadSheetTableModel model)
        Initializes the table with the specified model.
        Parameters:
        model - the model to use
    • Method Detail

      • setSearchVisible

        public void setSearchVisible​(boolean value)
        Sets whether the search is visible.
        Parameters:
        value - true if visible
      • isSearchVisible

        public boolean isSearchVisible()
        Returns whether the search is visible.
        Returns:
        true if visible
      • setColumnsDropdownVisible

        public void setColumnsDropdownVisible​(boolean value)
        Sets whether the dropdown with the columns is visible.
        Parameters:
        value - true if visible
      • isColumnsDropdownVisible

        public boolean isColumnsDropdownVisible()
        Returns whether the dropdown with the columns is visible.
        Returns:
        true if visible