Package org.loboevolution.html.js.events
Class UIEventImpl
java.lang.Object
org.loboevolution.js.AbstractScriptableDelegate
org.loboevolution.html.js.events.EventImpl
org.loboevolution.html.js.events.UIEventImpl
- All Implemented Interfaces:
Event,UIEvent,ScriptableDelegate
- Direct Known Subclasses:
AnimationEventImpl,AudioProcessingEventImpl,BeforeInstallPromptEventImpl,BeforeUnloadEventImpl,CompositionEventImpl,FocusEventImpl,InputEventImpl,KeyboardEventImpl,MouseEventImpl,StorageEventImpl,TouchEventImpl
UIEventImpl class.
-
Field Summary
Fields inherited from interface org.loboevolution.events.Event
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE, NONE -
Constructor Summary
ConstructorsConstructorDescriptionUIEventImpl(InputEvent inputEvent) UIEventImpl(Object[] params) Constructor for UIEventImpl. -
Method Summary
Modifier and TypeMethodDescriptionvoidinitUIEvent(String type) The UIEvent.initUIEvent() method initializes a UI event once it's been created.voidinitUIEvent(String type, Boolean bubbles) The UIEvent.initUIEvent() method initializes a UI event once it's been created.voidinitUIEvent(String type, Boolean bubbles, boolean cancelable) The UIEvent.initUIEvent() method initializes a UI event once it's been created.voidinitUIEvent(String type, Boolean bubbles, boolean cancelable, Window view) The UIEvent.initUIEvent() method initializes a UI event once it's been created.voidinitUIEvent(String type, Boolean bubbles, boolean cancelable, Window view, Double detail) The UIEvent.initUIEvent() method initializes a UI event once it's been created.protected voidtoString()Methods inherited from class org.loboevolution.html.js.events.EventImpl
getBoolVal, getComposedPath, getDefaultPrevented, getDoubleVal, getLongVal, getReturnValue, getSrcElement, getStopImmediatePropagation, getStopPropagation, getStringVal, getTimeStamp, initEvent, initEvent, initEvent, isPropogationStopped, preventDefault, setParams, setReturnValueMethods inherited from class org.loboevolution.js.AbstractScriptableDelegate
getScriptable, setScriptableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.loboevolution.events.Event
getBubbles, getCancelable, getComposed, getComposedPath, getCurrentTarget, getDefaultPrevented, getEventPhase, getReturnValue, getSrcElement, getStopImmediatePropagation, getStopPropagation, getTarget, getTimeStamp, getTrusted, getType, initEvent, initEvent, initEvent, preventDefault
-
Constructor Details
-
UIEventImpl
-
UIEventImpl
Constructor for UIEventImpl.
- Throws:
DOMException
-
-
Method Details
-
setUIEventParams
-
initUIEvent
public void initUIEvent(String type, Boolean bubbles, boolean cancelable, Window view, Double detail) Description copied from interface:UIEventThe UIEvent.initUIEvent() method initializes a UI event once it's been created.- Specified by:
initUIEventin interfaceUIEvent- See Also:
-
initUIEvent
Description copied from interface:UIEventThe UIEvent.initUIEvent() method initializes a UI event once it's been created.- Specified by:
initUIEventin interfaceUIEvent- See Also:
-
initUIEvent
Description copied from interface:UIEventThe UIEvent.initUIEvent() method initializes a UI event once it's been created.- Specified by:
initUIEventin interfaceUIEvent- See Also:
-
initUIEvent
Description copied from interface:UIEventThe UIEvent.initUIEvent() method initializes a UI event once it's been created.- Specified by:
initUIEventin interfaceUIEvent- See Also:
-
initUIEvent
Description copied from interface:UIEventThe UIEvent.initUIEvent() method initializes a UI event once it's been created.- Specified by:
initUIEventin interfaceUIEvent- See Also:
-
toString
-