-
backgroundSet
boolean backgroundSet
whether the user has explicitly provided colors/font.
-
foregroundSet
boolean foregroundSet
-
disabledBgColorSet
boolean disabledBgColorSet
-
disabledColorSet
boolean disabledColorSet
-
selectionBackgroundSet
boolean selectionBackgroundSet
-
selectionForegroundSet
boolean selectionForegroundSet
-
selectionColorSet
boolean selectionColorSet
-
gridColorSet
boolean gridColorSet
-
errorColorSet
boolean errorColorSet
-
warningColorSet
boolean warningColorSet
-
fontSet
boolean fontSet
-
positionHelper
net.coderazzi.filters.gui.PositionHelper positionHelper
The helper to handle the location of the filter in the table header.
-
look
Look look
Appearance instance.
-
instantFilteringEnabled
boolean instantFilteringEnabled
Flag to handle instant filtering support.
-
instantVanishingEnabled
boolean instantVanishingEnabled
Flag to handle allowance for vanishing during instant filtering
-
autoCompletionEnabled
boolean autoCompletionEnabled
Flag to handle auto completion support.
-
hidePopupsOnTableUpdates
boolean hidePopupsOnTableUpdates
Flag to handle auto closing popups during table updates
-
maxHistory
int maxHistory
This is the total max number of visible rows (history PLUS choices).
-
filterRowHeightDelta
int filterRowHeightDelta
Setting to add / decrease height to the filter row.
-
columnsController
net.coderazzi.filters.gui.TableFilterHeader.FilterColumnsControllerPanel columnsController
The columnsController is a glue component, controlling the filters
associated to each column.
-
filtersHandler
FiltersHandler filtersHandler
The privately owned instance of FiltersHandler that conforms the filter
defined by the TableFilterHeader.
-
observers
Set<E> observers
The set of currently subscribed observers.
-
resizer
ComponentAdapter resizer
Helper to revalidate the controller when the table changes size.