Uses of Class
org.pentaho.di.ui.core.widget.ColumnInfo
-
Packages that use ColumnInfo Package Description org.pentaho.di.ui.core.dialog org.pentaho.di.ui.core.widget org.pentaho.di.ui.job.entries.copyfiles -
-
Uses of ColumnInfo in org.pentaho.di.ui.core.dialog
Methods in org.pentaho.di.ui.core.dialog that return ColumnInfo Modifier and Type Method Description protected ColumnInfo[]
PropertiesComboDialog. createColumns()
protected ColumnInfo[]
PropertiesDialog. createColumns()
-
Uses of ColumnInfo in org.pentaho.di.ui.core.widget
Methods in org.pentaho.di.ui.core.widget that return ColumnInfo Modifier and Type Method Description ColumnInfo[]
TableView. getColumns()
Returns copy of columns array in order to prevent unintented modifications.ColumnInfo
TableView. getNumberColumn()
Methods in org.pentaho.di.ui.core.widget with parameters of type ColumnInfo Modifier and Type Method Description void
TableView. setColumnInfo(int idx, ColumnInfo col)
void
TableView. setNumberColumn(ColumnInfo numberColumn)
Constructors in org.pentaho.di.ui.core.widget with parameters of type ColumnInfo Constructor Description TableView(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite parent, int style, ColumnInfo[] columnInfo, int nrRows, boolean readOnly, org.eclipse.swt.events.ModifyListener lsm, PropsUI pr)
TableView(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite parent, int style, ColumnInfo[] columnInfo, int nrRows, boolean readOnly, org.eclipse.swt.events.ModifyListener lsm, PropsUI pr, boolean addIndexColumn)
TableView(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite parent, int style, ColumnInfo[] columnInfo, int nrRows, boolean readOnly, org.eclipse.swt.events.ModifyListener lsm, PropsUI pr, boolean addIndexColumn, org.eclipse.swt.widgets.Listener lsnr)
TableView(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Composite parent, int style, ColumnInfo[] columnInfo, int nrRows, org.eclipse.swt.events.ModifyListener lsm, PropsUI pr)
-
Uses of ColumnInfo in org.pentaho.di.ui.job.entries.copyfiles
Methods in org.pentaho.di.ui.job.entries.copyfiles with parameters of type ColumnInfo Modifier and Type Method Description protected void
JobEntryCopyFilesDialog. setComboValues(ColumnInfo colInfo)
-