Class FilterColumnConditionPanel.ControlIds

java.lang.Object
is.codion.swing.common.ui.component.table.FilterColumnConditionPanel.ControlIds
Enclosing class:
FilterColumnConditionPanel<C,T>

public static final class FilterColumnConditionPanel.ControlIds extends Object
The condition controls.
  • Field Details

    • TOGGLE_ENABLED

      public static final ControlId<ToggleControl> TOGGLE_ENABLED
      Toggle the enabled status on/off.
      Default key stroke: CTRL-ENTER
    • PREVIOUS_OPERATOR

      public static final ControlId<CommandControl> PREVIOUS_OPERATOR
      Select the previous condition operator.
      Default key stroke: CTRL-UP ARROW
    • NEXT_OPERATOR

      public static final ControlId<CommandControl> NEXT_OPERATOR
      Select the next condition operator.
      Default key stroke: CTRL-DOWN ARROW