public class UIEventImpl extends EventImpl implements UIEvent
UIEvent
interface.bubbles, cancelable, currentTarget, eventPhase, initialized, preventDefault, stopPropagation, target, timeStamp, type
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE
Constructor and Description |
---|
UIEventImpl() |
Modifier and Type | Method and Description |
---|---|
int |
getDetail() |
AbstractView |
getView() |
void |
initUIEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
AbstractView viewArg,
int detailArg) |
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation
public AbstractView getView()
public void initUIEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg)
initUIEvent
in interface UIEvent
Copyright © 2016 JBoss by Red Hat. All rights reserved.