public abstract class AbstractGuiFlowStep extends AbstractFlowStep
Constructor and Description |
---|
AbstractGuiFlowStep()
No argument constructor to make this step a Java Bean.
|
AbstractGuiFlowStep(String name)
Creates this step from the supplied name.
|
Modifier and Type | Method and Description |
---|---|
String |
getPage()
Gets the name of the corresponding page, which defaults to the simple name of the class of this step.
|
void |
start()
Starts this step by redirecting to the corresponding page.
|
void |
start(javax.faces.event.ActionEvent actionEvent)
Starts this step as the result of an event.
|
String |
toString()
Creates a String representation of this AbstractGuiFlowStep.
|
back, finish, getInputOutputParameter, getName, getParentFlow, getRootFlow, isStartable, isUserStartable, isVisible, putInputOutputParameter, setStartable, setUserStartable, setVisible
public AbstractGuiFlowStep()
public AbstractGuiFlowStep(String name)
name
- The name of this step.public String getPage()
public void start()
start
in class AbstractFlowStep
getPage()
public void start(javax.faces.event.ActionEvent actionEvent)
actionEvent
- The action event.public String toString()
toString
in class AbstractFlowStep
Copyright © 2008–2018. All rights reserved.