Uses of Class
org.pentaho.di.ui.core.widget.ComboVar
-
-
Uses of ComboVar in org.pentaho.di.ui.core
Methods in org.pentaho.di.ui.core that return ComboVar Modifier and Type Method Description static ComboVarWidgetUtils. createFieldDropDown(org.eclipse.swt.widgets.Composite parentComposite, PropsUI props, org.pentaho.di.trans.step.BaseStepMeta stepMeta, org.eclipse.swt.layout.FormData formData)creates a ComboVar populated with fields from the previous step. -
Uses of ComboVar in org.pentaho.di.ui.core.database.dialog.tags
Fields in org.pentaho.di.ui.core.database.dialog.tags declared as ComboVar Modifier and Type Field Description ComboVarExtMenuList. extCombo -
Uses of ComboVar in org.pentaho.di.ui.core.widget
Methods in org.pentaho.di.ui.core.widget that return ComboVar Modifier and Type Method Description ComboVarTopicSelection. getTopicTextCombo()Methods in org.pentaho.di.ui.core.widget that return types with arguments of type ComboVar Modifier and Type Method Description WidgetBuilder<ComboVar>WidgetBuilder.Templates. comboVar(org.eclipse.swt.widgets.Composite composite, org.eclipse.swt.widgets.Control above, String... items)WidgetBuilder<ComboVar>WidgetBuilder.Templates. comboVar(org.eclipse.swt.widgets.Composite composite, org.eclipse.swt.widgets.Control left, org.eclipse.swt.widgets.Control above, String... items) -
Uses of ComboVar in org.pentaho.di.ui.job.entries.trans
Fields in org.pentaho.di.ui.job.entries.trans declared as ComboVar Modifier and Type Field Description protected ComboVarJobEntryBaseDialog. wRunConfiguration -
Uses of ComboVar in org.pentaho.di.ui.trans.step
Fields in org.pentaho.di.ui.trans.step declared as ComboVar Modifier and Type Field Description protected ComboVarBaseStreamingDialog. wSubStepMethods in org.pentaho.di.ui.trans.step with parameters of type ComboVar Modifier and Type Method Description static voidBaseStepDialog. getFieldsFromPrevious(ComboVar comboVar, org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.trans.step.StepMeta stepMeta)Gets fields from previous steps and populate a ComboVar.static voidBaseStepXulDialog. getFieldsFromPrevious(ComboVar comboVar, org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.trans.step.StepMeta stepMeta)Gets fields from previous steps and populate a ComboVar. -
Uses of ComboVar in org.pentaho.di.ui.trans.steps.monetdbbulkloader
Methods in org.pentaho.di.ui.trans.steps.monetdbbulkloader that return ComboVar Modifier and Type Method Description ComboVarMonetDBBulkLoaderDialog. addConnectionLine(org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.widgets.Control previous, int middle, int margin, Class<? extends org.pentaho.di.core.database.DatabaseInterface> databaseType, org.pentaho.di.trans.TransMeta transMeta)Methods in org.pentaho.di.ui.trans.steps.monetdbbulkloader with parameters of type ComboVar Modifier and Type Method Description voidMonetDBBulkLoaderDialog. addDatabases(ComboVar wConnection, Class<? extends org.pentaho.di.core.database.DatabaseInterface> databaseType)voidMonetDBBulkLoaderDialog. selectDatabase(ComboVar wConnection, String name)
-