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
A dialog that allows the user to select the number of data rows to sample, when fetching fields.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGetFieldsSampleDataDialog
(org.eclipse.swt.widgets.Shell parentShell, GetFieldsCapableStepDialog parentDialog, boolean reloadAllFields) -
Method Summary
Methods inherited from class org.pentaho.di.ui.core.dialog.EnterNumberDialog
dispose, getData, open, setHideCancel
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Constructor Details
-
GetFieldsSampleDataDialog
public GetFieldsSampleDataDialog(org.eclipse.swt.widgets.Shell parentShell, GetFieldsCapableStepDialog parentDialog, boolean reloadAllFields)
-
-
Method Details
-
ok
protected void ok()- Overrides:
ok
in classEnterNumberDialog
-
handleOk
protected void handleOk(int samples)
-