Uses of Class
org.pentaho.di.ui.core.widget.TextVar
-
-
Uses of TextVar in org.pentaho.di.core.vfs.connections.ui.dialog
Methods in org.pentaho.di.core.vfs.connections.ui.dialog that return TextVar Modifier and Type Method Description TextVar
VFSDetailsCompositeHelper. createTextVar(org.pentaho.di.core.variables.VariableSpace variableSpace, org.eclipse.swt.widgets.Composite composite, int flags, org.eclipse.swt.widgets.Control topWidget, int width)
Creates a TextVar control to the left side of the parent composite and below the topWidget specified. -
Uses of TextVar in org.pentaho.di.ui.core
Constructors in org.pentaho.di.ui.core with parameters of type TextVar Constructor Description SimpleFileSelection(org.eclipse.swt.widgets.Shell shell, TextVar textVar)
Constructor.SimpleFileSelection(org.eclipse.swt.widgets.Shell shell, TextVar textVar, String... filterNames)
Constructor.SimpleFileSelection(org.eclipse.swt.widgets.Shell shell, TextVar textVar, String[] filterExtensions, String[] filterNames)
Constructor. -
Uses of TextVar in org.pentaho.di.ui.core.database.dialog.tags
Fields in org.pentaho.di.ui.core.database.dialog.tags declared as TextVar Modifier and Type Field Description TextVar
ExtTextbox. extText
-
Uses of TextVar in org.pentaho.di.ui.core.events.dialog
Constructors in org.pentaho.di.ui.core.events.dialog with parameters of type TextVar Constructor Description ConditionSelectionAdapterFileDialogTextVar(org.pentaho.di.core.logging.LogChannelInterface log, TextVar textUiWidget, org.pentaho.di.base.AbstractMeta meta, SelectionAdapterOptions options, DetermineSelectionOperationOp operator)
SelectionAdapterFileDialogTextVar(org.pentaho.di.core.logging.LogChannelInterface log, TextVar textUiWidget, org.pentaho.di.base.AbstractMeta meta, SelectionAdapterOptions options)
-
Uses of TextVar in org.pentaho.di.ui.core.widget
Subclasses of TextVar in org.pentaho.di.ui.core.widget Modifier and Type Class Description class
PasswordTextVar
class
TextVarButton
Fields in org.pentaho.di.ui.core.widget declared as TextVar Modifier and Type Field Description TextVar
VFSFileSelection. wFileName
TextVar
VfsFileChooserControls. wPath
Methods in org.pentaho.di.ui.core.widget that return TextVar Modifier and Type Method Description TextVar
PluginWidgetFactory. createSingleTextVarLeft()
TextVar
CheckBoxVar. getTextVar()
TextVar
FileChooserVar. getTextVarWidget()
TextVar
PasswordVisibleTextVar. getTextVarWidget()
TextVar
TopicSelection. getTopicTextComponent()
Methods in org.pentaho.di.ui.core.widget that return types with arguments of type TextVar Modifier and Type Method Description WidgetBuilder<TextVar>
WidgetBuilder.Templates. textvar(org.eclipse.swt.widgets.Composite composite, String text, org.eclipse.swt.widgets.Control above)
-
Uses of TextVar in org.pentaho.di.ui.core.widget.warning
Methods in org.pentaho.di.ui.core.widget.warning that return TextVar Modifier and Type Method Description TextVar
TextVarWarning. getTextWidget()
-
Uses of TextVar in org.pentaho.di.ui.job.entries.trans
Fields in org.pentaho.di.ui.job.entries.trans declared as TextVar Modifier and Type Field Description protected TextVar
JobEntryBaseDialog. wLogext
protected TextVar
JobEntryBaseDialog. wLogfile
protected TextVar
JobEntryBaseDialog. wPath
-
Uses of TextVar in org.pentaho.di.ui.trans.step
Fields in org.pentaho.di.ui.trans.step declared as TextVar Modifier and Type Field Description protected TextVar
BaseStreamingDialog. wBatchDuration
protected TextVar
BaseStreamingDialog. wBatchSize
protected TextVar
BaseStreamingDialog. wParallelism
protected TextVar
BaseStreamingDialog. wPrefetchCount
-
Uses of TextVar in org.pentaho.di.ui.util
Methods in org.pentaho.di.ui.util with parameters of type TextVar Modifier and Type Method Description static SelectionAdapterFileDialogTextVar
DialogHelper. constructSelectionAdapterFileDialogTextVarForKettleFile(org.pentaho.di.core.logging.LogChannel log, TextVar wPath, org.pentaho.di.base.AbstractMeta meta, SelectionOperation selectionOperation, FilterType filterType, org.pentaho.di.repository.Repository repository)
static SelectionAdapterFileDialogTextVar
DialogHelper. constructSelectionAdapterFileDialogTextVarForUserFile(org.pentaho.di.core.logging.LogChannel log, TextVar wPath, org.pentaho.di.base.AbstractMeta meta, SelectionOperation selectionOperation, FilterType[] filterTypes, FilterType defaultFilterType)
-