|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AutoChoices | |
---|---|
net.coderazzi.filters.gui |
Uses of AutoChoices in net.coderazzi.filters.gui |
---|
Fields in net.coderazzi.filters.gui declared as AutoChoices | |
---|---|
static AutoChoices |
FilterSettings.autoChoices
Whether to automatically fill with content the editor field's choices. |
Methods in net.coderazzi.filters.gui that return AutoChoices | |
---|---|
AutoChoices |
TableFilterHeader.getAutoChoices()
Returns the auto choices flag. |
AutoChoices |
IFilterEditor.getAutoChoices()
Returns the autoChoices mode. |
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. |
Methods in net.coderazzi.filters.gui with parameters of type AutoChoices | |
---|---|
void |
TableFilterHeader.setAutoChoices(AutoChoices set)
Sets the auto choices flag. |
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, setting the AutoChoices automatically changes the editable flag: it is set to true for DISABLED values, false otherwise. |
void |
FiltersHandler.setAutoChoices(AutoChoices mode)
Sets/unsets the auto choices flag. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |