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(String name,
Object state) |
HistoryPopStateEvent(String name,
Object state,
String url) |
Modifier and Type | Method and Description |
---|---|
static HistoryPopStateEvent |
getHistoryPopStateEvent(AuRequest request)
Converts an AU request to a history pop state event.
|
Object |
getState()
Returns the state object.
|
String |
getUrl()
Returns the URL.
|
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
public static HistoryPopStateEvent getHistoryPopStateEvent(AuRequest request)
public Object getState()
public String getUrl()
Copyright © 2017. All rights reserved.