Uses of Class
org.pentaho.di.ui.core.widget.TableView
-
-
Uses of TableView in org.pentaho.di.ui.core.dialog
Fields in org.pentaho.di.ui.core.dialog declared as TableView Modifier and Type Field Description protected TableView
ConfigurationDialog. wVariables
-
Uses of TableView in org.pentaho.di.ui.core.widget
Fields in org.pentaho.di.ui.core.widget declared as TableView Modifier and Type Field Description protected TableView
CheckBoxTableCombo. propertiesTable
-
Uses of TableView in org.pentaho.di.ui.job.entries.copyfiles
Fields in org.pentaho.di.ui.job.entries.copyfiles declared as TableView Modifier and Type Field Description protected TableView
JobEntryCopyFilesDialog. wFields
-
Uses of TableView in org.pentaho.di.ui.job.entries.trans
Fields in org.pentaho.di.ui.job.entries.trans declared as TableView Modifier and Type Field Description protected TableView
JobEntryBaseDialog. wFields
protected TableView
JobEntryBaseDialog. wParameters
-
Uses of TableView in org.pentaho.di.ui.trans.step
Fields in org.pentaho.di.ui.trans.step declared as TableView Modifier and Type Field Description protected TableView
BaseStreamingDialog. fieldsTable
Methods in org.pentaho.di.ui.trans.step that return TableView Modifier and Type Method Description protected TableView
BaseStreamingDialog. getFieldsTable()
Methods in org.pentaho.di.ui.trans.step with parameters of type TableView Modifier and Type Method Description static void
BaseStepDialog. getFieldsFromPrevious(org.pentaho.di.core.row.RowMetaInterface row, TableView tableView, int keyColumn, int[] nameColumn, int[] dataTypeColumn, int lengthColumn, int precisionColumn, boolean optimizeWidth, TableItemInsertListener listener)
Gets unused fields from previous steps and inserts them as rows into a table view.static void
BaseStepDialog. getFieldsFromPrevious(org.pentaho.di.core.row.RowMetaInterface row, TableView tableView, int keyColumn, int[] nameColumn, int[] dataTypeColumn, int lengthColumn, int precisionColumn, boolean optimizeWidth, TableItemInsertListener listener, BaseStepDialog.FieldsChoiceDialogProvider getFieldsChoiceDialogProvider)
Gets unused fields from previous steps and inserts them as rows into a table view.static void
BaseStepDialog. getFieldsFromPrevious(org.pentaho.di.core.row.RowMetaInterface row, TableView tableView, int keyColumn, int[] nameColumn, int[] dataTypeColumn, int lengthColumn, int precisionColumn, TableItemInsertListener listener)
Gets unused fields from previous steps and inserts them as rows into a table view.static void
BaseStepDialog. getFieldsFromPrevious(org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.trans.step.StepMeta stepMeta, TableView tableView, int keyColumn, int[] nameColumn, int[] dataTypeColumn, int lengthColumn, int precisionColumn, TableItemInsertListener listener)
Gets unused fields from previous steps and inserts them as rows into a table view. -
Uses of TableView in org.pentaho.di.ui.trans.step.common
Methods in org.pentaho.di.ui.trans.step.common that return TableView Modifier and Type Method Description TableView
GetFieldsCapableStepDialog. getFieldsTable()
-
Uses of TableView in org.pentaho.di.ui.trans.steps.csvinput
Methods in org.pentaho.di.ui.trans.steps.csvinput that return TableView Modifier and Type Method Description TableView
CsvInputDialog. getFieldsTable()
-
Uses of TableView in org.pentaho.di.ui.trans.steps.fileinput.text
Methods in org.pentaho.di.ui.trans.steps.fileinput.text that return TableView Modifier and Type Method Description TableView
TextFileInputDialog. getFieldsTable()
Methods in org.pentaho.di.ui.trans.steps.fileinput.text with parameters of type TableView Modifier and Type Method Description void
TextFileInputDialog. setMinimalWidth(TableView wFields)
Overloading setMinimalWidth() in order to test trim functionality -
Uses of TableView in org.pentaho.di.ui.trans.steps.textfileinput
Methods in org.pentaho.di.ui.trans.steps.textfileinput with parameters of type TableView Modifier and Type Method Description void
TextFileInputDialog. setMinimalWidth(TableView wFields)
Deprecated.Overloading setMinimalWidth() in order to test trim functionality -
Uses of TableView in org.pentaho.di.ui.util
Methods in org.pentaho.di.ui.util with parameters of type TableView Modifier and Type Method Description void
ParameterTableHelper. setParameterTableView(TableView parameterTableView)
-