Package | Description |
---|---|
org.pentaho.di.ui.trans.step | |
org.pentaho.di.ui.trans.steps.fileinput.text | |
org.pentaho.di.ui.trans.steps.textfileinput |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TextFileInputDialog.setMinimalWidth(TableView wFields)
Overloading setMinimalWidth() in order to test trim functionality
|
Modifier and Type | Method and Description |
---|---|
void |
TextFileInputDialog.setMinimalWidth(TableView wFields)
Deprecated.
Overloading setMinimalWidth() in order to test trim functionality
|