Interface ColumnChooserStepProperty

All Superinterfaces:
StepProperty<List<String>>

public interface ColumnChooserStepProperty extends StepProperty<List<String>>
Step property that provides a column chooser for user to select an input. Used by ColumnChooserStepPropertyBuilder
Since:
2.0.0
  • Method Details

    • getInputId

      String getInputId()
      Returns input ID of step property.
      Returns:
      Input ID of step property
    • isMultipleSelectEnabled

      boolean isMultipleSelectEnabled()
      Returns the ability for a user to select multiple values from the column chooser.
      Returns:
      Flag of ability for multiple value selection
    • isSelectAllEnabled

      boolean isSelectAllEnabled()
      Returns the ability for a user to select all values from the column chooser.
      Returns:
      Flag of ability for selection of all values
    • isSearchEnabled

      boolean isSearchEnabled()
      Returns the ability for a user to search of a specified value in the custom chooser.
      Returns:
      Flag of ability for search of specified value