org.pentaho.di.ui.trans.steps.groupby
Class GroupByDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.trans.step.BaseStepDialog
          extended by org.pentaho.di.ui.trans.steps.groupby.GroupByDialog
All Implemented Interfaces:
StepDialogInterface

public class GroupByDialog
extends BaseStepDialog
implements StepDialogInterface


Field Summary
static String STRING_SORT_WARNING_PARAMETER
           
 
Fields inherited from class org.pentaho.di.ui.trans.step.BaseStepDialog
loggingObject
 
Constructor Summary
GroupByDialog(Shell parent, Object in, TransMeta transMeta, String sname)
           
 
Method Summary
 void getData()
          Copy information from the meta-data input to the dialog fields.
 String open()
          Opens a step dialog window.
 void setFlags()
           
 
Methods inherited from class org.pentaho.di.ui.trans.step.BaseStepDialog
addConnectionLine, addConnectionLine, addConnectionLine, addConnectionLine, addDatabases, addDatabases, dispose, generateFieldMapping, getFieldsFromPrevious, getFieldsFromPrevious, getFieldsFromPrevious, getModifyListenerTooltipText, getRepository, isBasic, isDebug, isDetailed, isRowLevel, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, positionBottomButtons, selectDatabase, setMinimalShellHeight, setRepository, setShellImage, setSize, setSize, setSize, setTraverseOrder, storeScreenSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.di.trans.step.StepDialogInterface
setRepository
 

Field Detail

STRING_SORT_WARNING_PARAMETER

public static final String STRING_SORT_WARNING_PARAMETER
See Also:
Constant Field Values
Constructor Detail

GroupByDialog

public GroupByDialog(Shell parent,
                     Object in,
                     TransMeta transMeta,
                     String sname)
Method Detail

open

public String open()
Description copied from interface: StepDialogInterface
Opens a step dialog window.

Specified by:
open in interface StepDialogInterface
Returns:
the (potentially new) name of the step

setFlags

public void setFlags()

getData

public void getData()
Copy information from the meta-data input to the dialog fields.