|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NavigationalStateContext
Provide access to a portion of the navigational state managed by the portal.
| Method Summary | |
|---|---|
Mode |
getMode(PortalNode window)
Returns the mode of a window or null if it is not found. |
WindowState |
getWindowState(PortalNode window)
Returns the window state of a window or null if it is not found. |
void |
setMode(PortalNode window,
Mode mode)
Updates the mode of a window. |
void |
setWindowState(PortalNode window,
WindowState windowState)
Updates the window state of a window. |
| Method Detail |
|---|
WindowState getWindowState(PortalNode window)
throws java.lang.IllegalArgumentException
window - the window from which the window state is returned
java.lang.IllegalArgumentException
void setWindowState(PortalNode window,
WindowState windowState)
throws java.lang.IllegalArgumentException
window - the window to updatewindowState - the new window state value
java.lang.IllegalArgumentException
Mode getMode(PortalNode window)
throws java.lang.IllegalArgumentException
window - the window from which the mode is returned
java.lang.IllegalArgumentException
void setMode(PortalNode window,
Mode mode)
throws java.lang.IllegalArgumentException
window - the window to updatemode - the new mode value
java.lang.IllegalArgumentException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||