org.pentaho.platform.dataaccess.datasource.wizard.steps
Class VisualizeStep

java.lang.Object
  extended by org.pentaho.ui.xul.XulEventSourceAdapter
      extended by org.pentaho.platform.dataaccess.datasource.wizard.steps.AbstractWizardStep<DatasourceModel>
          extended by org.pentaho.platform.dataaccess.datasource.wizard.steps.VisualizeStep
All Implemented Interfaces:
IWizardStep, org.pentaho.ui.xul.XulEventSource

public class VisualizeStep
extends AbstractWizardStep<DatasourceModel>

Author:
wseyler

Field Summary
 
Fields inherited from class org.pentaho.platform.dataaccess.datasource.wizard.steps.AbstractWizardStep
DISABLED_PROPERTY_NAME, FINISHABLE_PROPERTY_NAME, PREVIEWABLE_PROPERTY_NAME, SPACER_IMAGE_SRC, STEP_GRID_ID, STEP_IMAGE_SRC, STEP_ROWS_ID, VALID_PROPERTY_NAME, XUL_IMAGE_TYPE, XUL_LABEL_TYPE, XUL_ROW_TYPE
 
Constructor Summary
VisualizeStep(DatasourceMessages datasourceMessages)
           
 
Method Summary
 String getStepName()
           
 void setBindings()
          setBindings() Allows concrete implementations to set their bindings for enclosed properties and Xul defined elements.
 void stepActivatingForward()
          stepActivatingForward() Called if the step that is activating is higher in the list than the current one (next).
 
Methods inherited from class org.pentaho.platform.dataaccess.datasource.wizard.steps.AbstractWizardStep
createPresentationComponent, getBindingFactory, getDocument, getModel, isDisabled, isFinishable, isValid, setBindingFactory, setDisabled, setDocument, setFinishable, setModel, setStepImageVisible, stepActivatingReverse, stepDeactivatingForward, stepDeactivatingReverse
 
Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisualizeStep

public VisualizeStep(DatasourceMessages datasourceMessages)
Method Detail

getStepName

public String getStepName()
Returns:
a string (must be localized) that describes this step

setBindings

public void setBindings()
Description copied from interface: IWizardStep
setBindings() Allows concrete implementations to set their bindings for enclosed properties and Xul defined elements.


stepActivatingForward

public void stepActivatingForward()
Description copied from interface: IWizardStep
stepActivatingForward() Called if the step that is activating is higher in the list than the current one (next).

Specified by:
stepActivatingForward in interface IWizardStep
Overrides:
stepActivatingForward in class AbstractWizardStep<DatasourceModel>