public abstract class AbstractInteractiveWizardStep extends AbstractNavigationAwareWizardStep
| Constructor and Description |
|---|
AbstractInteractiveWizardStep()
Creates a new composite wizard step.
|
AbstractInteractiveWizardStep(com.google.gwt.user.client.ui.FlowPanel panel)
Creates a new interactive wizard step that uses the given panel to hold its widgets.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.FlowPanel |
display()
This method is called right after the wizard step has been successfully initialized.
|
String |
getStepTitle() |
boolean |
isAutoSubmit() |
void |
setStepTitle(String title)
Sets the step title.
|
getDirectionName, getNextStep, getValidDirections, setDirectionName, setNextStep, setValidDirectionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResult, init, onCancel, onSubmitpublic AbstractInteractiveWizardStep()
public AbstractInteractiveWizardStep(com.google.gwt.user.client.ui.FlowPanel panel)
panel - the panel where this wizard step will add its widgetspublic com.google.gwt.user.client.ui.FlowPanel display()
You can safely use this method to access the panel and add widget to it.
WizardStep.display()public final boolean isAutoSubmit()
true if this step should be submitted automatically, false otherwise; the
WizardStep.display() method should return null if the step is submitted automaticallypublic String getStepTitle()
public void setStepTitle(String title)
title - the new step titleCopyright © 2004–2015 XWiki. All rights reserved.