Add a button that opens a multiple checkbox dialog box.
Add a button that opens a multiple checkbox dialog box.
String id of this input box.
The visual label of this input box.
Available checkbox values.
Default selected checkboxes.
Whether the user is required to select a value for this parameter.
A checkboxes element.
Add a button that opens a multiple checkbox dialog box.
Add a button that opens a multiple checkbox dialog box. This version is Java-friendly
String id of this input box.
The visual label of this input box.
Available checkbox values as java.util.List
Default selected checkboxes.
Whether the user is required to select a value for this parameter.
A checkboxes element.
String id of dropdown box. This corresponds to the id for this parameter in OperatorsParameters.
The visual label of this dropdown box.
e.g. Seq(.pynb) for python notebooks
Whether the user is required to select a value for this parameter.
If specified, a link button with label textLink
will show up at the bottom right of the dropdown selector.
Clicking on this button will open a new browser tab with URL of the workfile selected.
A ChorusFileDropdown element.
String id of dropdown box. This corresponds to the id for this parameter in OperatorsParameters.
The visual label of this dropdown box.
e.g. Seq(.pynb) for python notebooks
Whether the user is required to select a value for this parameter.
A ChorusFileDropdown element.
Add a schema selection box.
Add a schema selection box. This can be used to select the schema for the output table location, etc. This will be a dropdown menu.
String id of this input box. This is used later to reference the value of this input box.
The visual label of this input box.
The default value to be used in the input box.
A DB schema dropdown box element.
Add a table selection box.
Add a table selection box. This can be used to select an existing table for an input or an output table.
String id of this input box. This is used later to reference the value of this input box.
The visual label of this input box.
The id of the schema dialog element, to know which
A DB table dropdown box element.
Add a data source selection box.
Add a data source selection box. This can be used to select a particular data source if the workflow is associated with multiple data sources.
String id of this box. This is used later to reference the value of this input box.
This visual label of this input box.
The data source manager that contains the information about the available data sources as well as the chosen data source.
A data source dropdown box element.
It could throw an exception if the user tried to add more than one data source selection box to an operator dialog object.
Add a double text box.
Add a double text box.
String id of this input box.
The visual label of this input box.
The minimum value.
The maximum value.
Whether the minimum is an inclusive value.
Whether the maximum is an inclusive value.
The default value for the double.
A double box element.
Add a dropdown menu (a multiple choice input).
Add a dropdown menu (a multiple choice input).
String id of this input box.
The visual label of this input box.
Available checkbox values.
Default selected vale.
A dropdown box element.
Add a dropdown menu (a multiple choice input).
Add a dropdown menu (a multiple choice input). This version is Java-friendly.
String id of this input box.
The visual label of this input box.
Available checkbox values from java.util.List
Default selected vale.
A dropdown box element.
Add a Hdfs directory selection box.
Add a Hdfs directory selection box. This can be used to select an Hdfs directory that already exists through an interactive selection window.
String id of this input box. This is used later to reference the value of this input box.
The visual label of this input box.
The default value to be used in the input box.
- If the operator can be valid if this is left blank
A Hdfs directory selection box element.
Add a Hdfs directory selection box.
Add a Hdfs directory selection box. This can be used to select an Hdfs directory that already exists through an interactive selection window.
String id of this input box. This is used later to reference the value of this input box.
The visual label of this input box.
The default value to be used in the input box.
A Hdfs directory selection box element.
Add a Hdfs file selection box.
Add a Hdfs file selection box. This can be used to select an Hdfs file that already exists through an interactive selection window.
String id of this input box. This is used later to reference the value of this input box.
The visual label of this input box.
The default value to be used in the input box.
- If the operator can be valid if this is left blank
A Hdfs file selection box element.
Add a Hdfs file selection box.
Add a Hdfs file selection box. This can be used to select an Hdfs file that already exists through an interactive selection window.
String id of this input box. This is used later to reference the value of this input box.
The visual label of this input box.
The default value to be used in the input box.
A Hdfs file selection box element.
Add an integer text box.
Add an integer text box.
String id of this input box.
The visual label of this input box.
The minimum accepted value for the integer.
The maximum accepted value for the integer.
The default value for the integer.
An integer box element.
Add a large string input box.
Add a large string input box.
String id of this input box.
The visual label of this input box.
The default value in the string box.
The regular expression constraint for the input box.
Boolean indicating whether the value must be non-empty.
A string box element.
Add a drop down box that can be used to select a parent operator name.
Add a drop down box that can be used to select a parent operator name. This is useful to point to a particular parent's output for a particular use.
String id of this input box.
The visual label of this input box.
Whether the user is required to select a value for this parameter.
A parent operator dropdown box.
Add a drop down box that can be used to select a parent operator name.
Add a drop down box that can be used to select a parent operator name. This is useful to point to a particular parent's output for a particular use.
Equivalent to label, true)
String id of this input box.
The visual label of this input box.
A parent operator dropdown box.
Add a string box that obfuscates the characters typed.
Add a string box that obfuscates the characters typed. Note: In its current implementation, the passowrd cannot be seen in the UI, but is not in any other way more secure. The value of the password will still show up in a downloaded xml file.
String id of this input box.
The visual label of this input box.
The regular expression constraint for the input box. Default is "+." (any char)
Boolean indicating whether the value must be non-empty.
Add a radio button input (a multiple choice input).
Add a radio button input (a multiple choice input).
String id of this input box.
The visual label of this input box.
Available checkbox values
Default selected button.
A radio button element.
Add a radio button input (a multiple choice input).
Add a radio button input (a multiple choice input). This version is Java-friendly.
String id of this input box.
The visual label of this input box.
Available checkbox values as java.util.List
Default selected button.
A radio button element.
Add a string input box.
Add a string input box.
String id of this input box.
The visual label of this input box.
The default value in the string box.
The regular expression constraint for the input box.
Boolean indicating whether the value must be non-empty.
A string box element.
Add a button for column checkboxes for a dataset input.
Add a button for column checkboxes for a dataset input. This can be used to select multiple columns from a tabular dataset input. I.e., this will match tabular datasets coming in as inputs. In case of multiple dataset inputs, you'll need a separate column selector per dataset input (with a distinct parentBoxId).
String id for this parameter set.
The label (prefix) for this parameter set. In case there are multiple input datasets, each column selector button will be prefixed by this label.
Filter the columns that are selectable by their types.
If we want the available selections in this group to be dependent on other column selectors such that there's no duplicate selections, one could put multiple column selectors (checkboxes and/or dropboxes) in the same group.
Whether the user is required to select a value for this parameter.
This parameter should be different from None if you have multiple dataset inputs. The Option value needs to be the id of a (required) ParentOperatorDropdownBox dialog element from which the dataset columns checkboxes will be generated according to the parent operator name selected.
An input column checkboxes element.
Add a button for column checkboxes for a dataset input.
Add a button for column checkboxes for a dataset input. This can be used to select multiple columns from a tabular dataset input. I.e., this will match tabular datasets coming in as inputs. In case of multiple dataset inputs, use the method with parameter parentBoxId.
String id for this parameter set.
The label (prefix) for this parameter set. In case there are multiple input datasets, each column selector button will be prefixed by this label.
Filter the columns that are selectable by their types.
If we want the available selections in this group to be dependent on other column selectors such that there's no duplicate selections, one could put multiple column selectors (checkboxes and/or dropboxes) in the same group.
Whether the user is required to select a value for this parameter.
An input column checkboxes element.
Add a column selector dropdown box for a dataset input.
Add a column selector dropdown box for a dataset input. This can be used to select a single column from a tabular dataset. In case of multiple tabular dataset inputs, you'll need a separate column selector per dataset input (with a distinct parentBoxId).
String id for this parameter set.
The label (prefix) for this parameter set. In case there are multiple input datasets, each column selector button will be prefixed by this label.
Filter the columns that are selectable by their types.
If we want the available selections in this group to be dependent on other column selectors such that there's no duplicate selections, one could put multiple column selectors (checkboxes and/or dropboxes) in the same group.
Whether the user is required to select a value for this parameter.
This parameter should be different from None if you have multiple dataset inputs. The Option value needs to be the id of a (required) ParentOperatorDropdownBox dialog element from which the dataset column dropdown will be generated according to the parent operator name selected.
A single column selector dropdown box element.
Add a column selector dropdown box for a dataset input.
Add a column selector dropdown box for a dataset input. This can be used to select a single column from a tabular dataset. In case of multiple dataset inputs, use the method with parameter parentBoxId.
String id for this parameter set.
The label (prefix) for this parameter set. In case there are multiple input datasets, each column selector button will be prefixed by this label.
Filter the columns that are selectable by their types.
If we want the available selections in this group to be dependent on other column selectors such that there's no duplicate selections, one could put multiple column selectors (checkboxes and/or dropboxes) in the same group.
Whether the user is required to select a value for this parameter.
A single column selector dropdown box element.
Get a dialog element by the Id.
Get a dialog element by the Id.
The id of the dialog element that we want to retrieve.
The matching dialog element.
Get an iterator of dialog elements.
Get an iterator of dialog elements.
The dialog elements.
Get the label for this dialog box.
Get the label for this dialog box.
Get the label.
Add a string input box.
Add a string input box.
String id of this input box.
The visual label of this input box.
The default value in the string box.
The regular expression constraint for the input box.
Number of pixels for the width. 0 will use a default value.
Number of pixels for the height. 0 will use a default value.
A string box element.
Use addStringBox (without width and height parameters) or addLargeStringBox instead.
:: AlpineSdkApi :: This represents the operator parameter dialog window. The operator can add input UIs during registration.