|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep
org.xwiki.gwt.user.client.ui.wizard.AbstractInteractiveWizardStep
public abstract class AbstractInteractiveWizardStep
An abstract wizard step that requires user input in order to move forward.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep |
|---|
getDirectionName, getNextStep, getValidDirections, setDirectionName, setNextStep, setValidDirections |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.xwiki.gwt.user.client.ui.wizard.WizardStep |
|---|
getResult, init, onCancel, onSubmit |
| Constructor Detail |
|---|
public AbstractInteractiveWizardStep()
public AbstractInteractiveWizardStep(com.google.gwt.user.client.ui.FlowPanel panel)
panel - the panel where this wizard step will add its widgets| Method Detail |
|---|
public 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 title
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||