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 will open a child dialog box to this one.
Add a button that will open a child dialog box to this one.
The label for the child dialog box button.
A new child dialog object.
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 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.
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.
A parent operator dropdown box.
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 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 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.
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, there'll be a separate column selector per dataset input.
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, there'll be a separate column selector per dataset input.
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 an iterator of child operator dialogs.
Get an iterator of child operator dialogs.
An iterator of child operator dialogs.
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.
Returns a new mock parameters object with all the parameters that were added to this dialog object.