|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.guiseframework.Navigation
com.guiseframework.ModalNavigation
public class ModalNavigation
The encapsulation of a point of modal navigation.
| Constructor Summary | |
|---|---|
ModalNavigation(java.net.URI oldNavigationURI,
java.net.URI newNavigationURI,
ModalNavigationListener modalListener)
Creates an object encapsulating a point of modal navigation. |
|
| Method Summary | |
|---|---|
ModalNavigationListener |
getModalListener()
|
| Methods inherited from class com.guiseframework.Navigation |
|---|
getNewNavigationURI, getOldNavigationURI, getViewportID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModalNavigation(java.net.URI oldNavigationURI,
java.net.URI newNavigationURI,
ModalNavigationListener modalListener)
oldNavigationURI - The old point of navigation, with an absolute path.newNavigationURI - The new point of navigation, with an absolute path.modalListener - The listener to respond to the end of modal interaction.
java.lang.NullPointerException - if one of the navigation URIs is null, or does not contain a path.
java.lang.IllegalArgumentException - if one of the given navigation URIs contains a relative path.| Method Detail |
|---|
public ModalNavigationListener getModalListener()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||