Interface ColumnChooserStepProperty
- All Superinterfaces:
StepProperty<List<String>>
Step property that provides a column chooser for user to select an input.
Used by
ColumnChooserStepPropertyBuilder
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns input ID of step property.boolean
Returns the ability for a user to select multiple values from the column chooser.boolean
Returns the ability for a user to search of a specified value in the custom chooser.boolean
Returns the ability for a user to select all values from the column chooser.Methods inherited from interface com.experian.datastudio.sdk.api.step.configuration.StepProperty
createConfig, getDefaultValue, getDefaultValue, getId, getValue, hasDefaultValue, isDisabled, isRequired, onValueChanged, shouldRebuildIndex, validateState
-
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
-