|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NavigationStageGroup
Interface for navigation stage groups. A stage within the group is always selected. The getCurrentStage(), getLink() and getAttributeInfo() methods of NavigationStage will operate on the currently selected stage within a group.
| Method Summary | |
|---|---|
NavigationStage |
getPreviousStage()
Return the previous navigation stage if any. |
int |
getSelectedIndex()
Get the selected index of the current group. |
java.util.List<NavigationStage> |
getStages()
Return a read-only list of loaded stages. |
boolean |
performMatch(NavigationStage other)
Check whether the current entry corresponds to another. |
| Methods inherited from interface com.acsinet_solutions.cetia4.controller.nav.NavigationStage |
|---|
getAttributeInfo, getCurrentStage, getLink, getName |
| Method Detail |
|---|
boolean performMatch(NavigationStage other)
Calling this method will also select the current stage within a group.
performMatch in interface NavigationStageNavigationStage getPreviousStage()
int getSelectedIndex()
java.util.List<NavigationStage> getStages()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||