|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NavigationStage
This interface defines a navigation stage, that is a single page visited by a user in a request/response state model.
NavigationStage is also the superinterface of NavigationStageGroup, that groups a flow of individual stages, interacting with this superinterface in a composite pattern design.
NavigationStageGroup| Method Summary | |
|---|---|
AttributeInfo |
getAttributeInfo()
Get the metadata description for the form attribute on the current stage. |
NavigationStage |
getCurrentStage()
Get a shared stage instance that can be modified externally. |
Link |
getLink()
Get a reference to the current stage link. |
java.lang.String |
getName()
Returns the name of the current entry; this should be unique for each navigation stage type. |
boolean |
performMatch(NavigationStage other)
Check whether the current entry corresponds to another. |
| Method Detail |
|---|
java.lang.String getName()
boolean performMatch(NavigationStage other)
NavigationStage getCurrentStage()
Link getLink()
AttributeInfo getAttributeInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||