Uses of Class
org.pentaho.di.ui.core.widget.ComboVar
Packages that use ComboVar
Package
Description
-
Uses of ComboVar in org.pentaho.di.core.vfs.connections.ui.dialog
Methods in org.pentaho.di.core.vfs.connections.ui.dialog that return ComboVarModifier and TypeMethodDescriptionVFSDetailsCompositeHelper.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 ComboVarModifier and TypeMethodDescriptionstatic ComboVar
WidgetUtils.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 -
Uses of ComboVar in org.pentaho.di.ui.core.widget
Methods in org.pentaho.di.ui.core.widget that return ComboVarMethods in org.pentaho.di.ui.core.widget that return types with arguments of type ComboVarModifier and TypeMethodDescriptionWidgetBuilder.Templates.comboVar
(org.eclipse.swt.widgets.Composite composite, org.eclipse.swt.widgets.Control above, String... items) 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 -
Uses of ComboVar in org.pentaho.di.ui.trans.step
Fields in org.pentaho.di.ui.trans.step declared as ComboVarMethods in org.pentaho.di.ui.trans.step with parameters of type ComboVarModifier and TypeMethodDescriptionstatic final void
BaseStepDialog.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 final void
BaseStepXulDialog.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.