Class GetFieldsSampleDataDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.pentaho.di.ui.core.dialog.EnterNumberDialog
-
- org.pentaho.di.ui.trans.step.common.GetFieldsSampleDataDialog
-
public class GetFieldsSampleDataDialog extends EnterNumberDialog
A dialog that allows the user to select the number of data rows to sample, when fetching fields.
-
-
Constructor Summary
Constructors Constructor Description GetFieldsSampleDataDialog(org.eclipse.swt.widgets.Shell parentShell, GetFieldsCapableStepDialog parentDialog, boolean reloadAllFields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
handleOk(int samples)
protected void
ok()
-
Methods inherited from class org.pentaho.di.ui.core.dialog.EnterNumberDialog
dispose, getData, open, setHideCancel
-
-
-
-
Constructor Detail
-
GetFieldsSampleDataDialog
public GetFieldsSampleDataDialog(org.eclipse.swt.widgets.Shell parentShell, GetFieldsCapableStepDialog parentDialog, boolean reloadAllFields)
-
-
Method Detail
-
ok
protected void ok()
- Overrides:
ok
in classEnterNumberDialog
-
handleOk
protected void handleOk(int samples)
-
-