Package | Description |
---|---|
net.coderazzi.filters.gui |
Modifier and Type | Field and Description |
---|---|
static AutoChoices |
FilterSettings.autoChoices
If and how to provide content to the editor field's choices.
|
Modifier and Type | Method and Description |
---|---|
AutoChoices |
IFilterEditor.getAutoChoices()
Returns the autoChoices mode.
|
AutoChoices |
TableFilterHeader.getAutoChoices()
Returns the auto choices flag.
|
AutoChoices |
FiltersHandler.getAutoChoices()
Returns the auto choices mode.
|
static AutoChoices |
AutoChoices.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoChoices[] |
AutoChoices.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IFilterEditor.setAutoChoices(AutoChoices mode)
Using autoChoices, the choices displayed on the popup menu are
automatically extracted from the associated
TableModel .For editors associated to boolean or short enumerations, if AutoCompletion is not set, setting the AutoChoices automatically changes the editable flag to true, unless AutoChoices has the DISABLED value |
void |
TableFilterHeader.setAutoChoices(AutoChoices set)
Sets the auto choices flag.
|
void |
FiltersHandler.setAutoChoices(AutoChoices mode)
Sets/unsets the auto choices flag.
|
Constructor and Description |
---|
TableFilterHeader(JTable table,
AutoChoices mode)
Advanced constructor, enabling setting the
AutoChoices mode |
TableFilterHeader(JTable table,
IParserModel parserModel,
AutoChoices mode)
Full constructor.
|