Class ColumnConditionPanel.OperandComponents

java.lang.Object
is.codion.swing.common.ui.component.table.ColumnConditionPanel.OperandComponents
Enclosing class:
ColumnConditionPanel<T>

public final class ColumnConditionPanel.OperandComponents extends Object
Provides the operand components.
  • Method Details

    • equal

      public Optional<JComponent> equal()
      Returns:
      the JComponent used to specify the equal value
    • upper

      public Optional<JComponent> upper()
      Returns:
      the JComponent used to specify the upper bound
    • lower

      public Optional<JComponent> lower()
      Returns:
      the JComponent used to specify the lower bound
    • in

      public Optional<JComponent> in()
      Returns:
      the JComponent used to specify the in values