org.pentaho.platform.dataaccess.datasource.wizard.steps
Class VisualizeStep
java.lang.Object
org.pentaho.ui.xul.XulEventSourceAdapter
org.pentaho.platform.dataaccess.datasource.wizard.steps.AbstractWizardStep<DatasourceModel>
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
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 |
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 |
VisualizeStep
public VisualizeStep(DatasourceMessages datasourceMessages)
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>