Uses of Class
org.pentaho.di.ui.core.widget.ComboVar
-
-
Uses of ComboVar in org.pentaho.di.core.vfs.connections.ui.dialog
Methods in org.pentaho.di.core.vfs.connections.ui.dialog that return ComboVar Modifier and Type Method Description ComboVarVFSDetailsCompositeHelper. createComboVar(org.pentaho.di.core.variables.VariableSpace variableSpace, org.eclipse.swt.widgets.Composite composite, int flags, org.eclipse.swt.widgets.Control topWidget, int width) -
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.
-