Class FieldSelectionDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.core.dialog.BaseDialog
org.pentaho.di.ui.trans.step.common.FieldSelectionDialog

public class FieldSelectionDialog extends BaseDialog
A dialog with options to (re)load all fields, or only add new ones. Upon submitting the dialog, the "Sample data" dialog is opened to load fields.
  • Field Details

    • reloadAllFields

      protected boolean reloadAllFields
  • Constructor Details

    • FieldSelectionDialog

      public FieldSelectionDialog(org.eclipse.swt.widgets.Shell shell, int numNewFields)
  • Method Details

    • buildBody

      protected org.eclipse.swt.widgets.Control buildBody()
      Description copied from class: BaseDialog
      Returns the last element in the body - the one to which the buttons should be attached.
      Specified by:
      buildBody in class BaseDialog
      Returns:
    • cancel

      protected void cancel()
      Override to provide specific behavior, other than just disposing the dialog.
    • ok

      protected void ok()
      Override to provide specific behavior, other than just disposing the dialog.