public class HistoryPopStateEvent extends Event
onHistoryPopState
to notify that user pressed BACK, FORWARD or others
that causes the history changed (but still in the same desktop).
All root components of all pages of the desktop will receives this event.
Constructor and Description |
---|
HistoryPopStateEvent(java.lang.String name,
java.lang.Object state) |
HistoryPopStateEvent(java.lang.String name,
java.lang.Object state,
java.lang.String url) |
Modifier and Type | Method and Description |
---|---|
static HistoryPopStateEvent |
getHistoryPopStateEvent(AuRequest request)
Converts an AU request to a history pop state event.
|
java.lang.Object |
getState()
Returns the state object.
|
java.lang.String |
getUrl()
Returns the URL.
|
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
public HistoryPopStateEvent(java.lang.String name, java.lang.Object state)
public HistoryPopStateEvent(java.lang.String name, java.lang.Object state, java.lang.String url)
public static HistoryPopStateEvent getHistoryPopStateEvent(AuRequest request)
public java.lang.Object getState()
public java.lang.String getUrl()
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.