-
editing
int editing
Property allowing to make the table FULLY_NONEDITABLE and
FULLY_EDITABLE.
-
sortable
boolean sortable
-
quickFilterObject
Object quickFilterObject
-
quickFilterColumn
int quickFilterColumn
-
maxPrefix
String maxPrefix
-
SEARCH_FIELD_PREFERRED_SIZE
int SEARCH_FIELD_PREFERRED_SIZE
-
SEARCH_FIELD_SPACE
int SEARCH_FIELD_SPACE
-
searchTextField
JTextField searchTextField
-
heightOfTextField
int heightOfTextField
-
searchPanel
JPanel searchPanel
-
searchCombo
JComboBox<E> searchCombo
-
searchColumn
ETableColumn searchColumn
-
selectVisibleColumnsLabel
String selectVisibleColumnsLabel
-
inEditRequest
boolean inEditRequest
-
inRemoveRequest
boolean inRemoveRequest
-
quickFilterFormatStrings
String[] quickFilterFormatStrings
Default formatting strings for the Quick Filter feature.
Can be customized by setQuickFilterFormatStrings(...) method.
-
headerMouseListener
MouseListener headerMouseListener
Listener reacting to the user clicks on the header.
-
columnSelectionMouseListener
MouseListener columnSelectionMouseListener
Listener reacting to the user clicks on the table invoking the
column selection dialog.
-
columnSelector
TableColumnSelector columnSelector
Allows to supply alternative implementation of the column
selection functionality in ETable.
-
columnSelectionOnMouseClickLock
Object columnSelectionOnMouseClickLock
-
columnSelectionOnMouseClick
ETable.ColumnSelection[] columnSelectionOnMouseClick
-
columnHidingAllowed
boolean columnHidingAllowed
-
selectedRowsWhenTableChanged
org.netbeans.swing.etable.ETable.SelectedRows selectedRowsWhenTableChanged
-
sortingPermutationsWhenTableChanged
int[][] sortingPermutationsWhenTableChanged
-
selectedColumnWhenTableChanged
int selectedColumnWhenTableChanged