Class JTable

    • Field Detail

      • bsSelectedCells

        private javajs.util.BS bsSelectedCells
      • bsSelectedRows

        private javajs.util.BS bsSelectedRows
      • rowSelectionAllowed

        boolean rowSelectionAllowed
      • cellSelectionEnabled

        boolean cellSelectionEnabled
      • selectionListener

        Object selectionListener
    • Method Detail

      • setPreferredScrollableViewportSize

        public void setPreferredScrollableViewportSize​(Dimension dimension)
      • clearSelection

        public void clearSelection()
      • setRowSelectionAllowed

        public void setRowSelectionAllowed​(boolean b)
      • setRowSelectionInterval

        public void setRowSelectionInterval​(int i,
                                            int j)
      • setCellSelectionEnabled

        public void setCellSelectionEnabled​(boolean enabled)
      • addListSelectionListener

        public void addListSelectionListener​(Object listener)
        It will be the function of the JavaScript on the page to do with selectionListener what is desired.
        Specified by:
        addListSelectionListener in interface ListSelectionModel
        Parameters:
        listener -