Class ColumnConditionPanel.Fields

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

public final class ColumnConditionPanel.Fields extends Object
Provides the fields.
  • Method Details

    • operator

      public JComboBox<Item<Operator>> operator()
      Returns:
      the condition operator combo box
    • equal

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

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

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

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