public class PageTransitionEvent extends Event
| Modifier and Type | Class and Description |
|---|---|
static interface |
PageTransitionEvent.PageTransitionEventEventInitDictType |
Event.ComposedPathArrayUnionType, Event.DeepPathFn| Modifier and Type | Field and Description |
|---|---|
boolean |
persisted |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, CAPTURING_PHASE, composed, currentTarget, deepPath, defaultPrevented, eventPhase, namespaceURI, path, target, timeStamp, type| Constructor and Description |
|---|
PageTransitionEvent(java.lang.String type) |
PageTransitionEvent(java.lang.String type,
PageTransitionEvent.PageTransitionEventEventInitDictType eventInitDict) |
| Modifier and Type | Method and Description |
|---|---|
void |
initPageTransitionEvent(java.lang.String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
java.lang.Object persistedArg) |
composedPath, initEvent, initEvent, initEvent, preventDefault, stopImmediatePropagation, stopPropagationpublic PageTransitionEvent(java.lang.String type,
PageTransitionEvent.PageTransitionEventEventInitDictType eventInitDict)
public PageTransitionEvent(java.lang.String type)