Module is.codion.swing.common.ui
Class ColumnConditionPanel.ControlKeys
java.lang.Object
is.codion.swing.common.ui.component.table.ColumnConditionPanel.ControlKeys
- Enclosing class:
- ColumnConditionPanel<T>
The condition controls.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ControlKey<CommandControl>
Select the next condition operator.
Default key stroke: CTRL-DOWN ARROWstatic final ControlKey<CommandControl>
Select the previous condition operator.
Default key stroke: CTRL-UP ARROWstatic final ControlKey<ToggleControl>
Toggle the enabled status on/off.
Default key stroke: CTRL-ENTER -
Method Summary
-
Field Details
-
TOGGLE_ENABLED
Toggle the enabled status on/off.
Default key stroke: CTRL-ENTER -
PREVIOUS_OPERATOR
Select the previous condition operator.
Default key stroke: CTRL-UP ARROW -
NEXT_OPERATOR
Select the next condition operator.
Default key stroke: CTRL-DOWN ARROW
-