public class URIEvent extends Event
onURIChange
to notify that the associated URI
is changed by the user. Currently it is supported only by ZUL's
iframe component (and only if iframe contains a ZK page).
A typical use of this event is to support a better bookmarking for a page containing iframe.
Unlike BookmarkEvent
, this event is sent to the component
(iframe) directly.
Constructor and Description |
---|
URIEvent(java.lang.String name,
Component target,
java.lang.String uri)
Constructs an URI update event.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getURI()
Returns the URI (never null).
|
static URIEvent |
getURIEvent(AuRequest request)
Converts an AU request to an URI event.
|
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
public URIEvent(java.lang.String name, Component target, java.lang.String uri)
target
- the component to receive the event.uri
- the URI. Note: it doesn't include the context path
unless it starts with a protocol (such as http://).public static final URIEvent getURIEvent(AuRequest request)
public java.lang.String getURI()
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.