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 TableViewConfigurationDialog. 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 TableViewCheckBoxTableCombo. 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 TableViewJobEntryCopyFilesDialog. 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 TableViewJobEntryBaseDialog. wFieldsprotected TableViewJobEntryBaseDialog. 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 TableViewBaseStreamingDialog. fieldsTableMethods in org.pentaho.di.ui.trans.step that return TableView Modifier and Type Method Description protected TableViewBaseStreamingDialog. getFieldsTable()Methods in org.pentaho.di.ui.trans.step with parameters of type TableView Modifier and Type Method Description static voidBaseStepDialog. 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 voidBaseStepDialog. 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 voidBaseStepDialog. 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 voidBaseStepDialog. 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 TableViewGetFieldsCapableStepDialog. 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 TableViewCsvInputDialog. 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 TableViewTextFileInputDialog. getFieldsTable()Methods in org.pentaho.di.ui.trans.steps.fileinput.text with parameters of type TableView Modifier and Type Method Description voidTextFileInputDialog. 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 voidTextFileInputDialog. 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 voidParameterTableHelper. setParameterTableView(TableView parameterTableView)
-