Package org.loboevolution.html.js.events
Class CompositionEventImpl
java.lang.Object
org.loboevolution.js.AbstractScriptableDelegate
org.loboevolution.html.js.events.EventImpl
org.loboevolution.html.js.events.UIEventImpl
org.loboevolution.html.js.events.CompositionEventImpl
- All Implemented Interfaces:
CompositionEvent
,Event
,UIEvent
,ScriptableDelegate
-
Field Summary
Fields inherited from interface org.loboevolution.events.Event
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE, NONE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initCompositionEvent
(String type) The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.void
initCompositionEvent
(String type, Boolean bubbles) The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.void
initCompositionEvent
(String type, Boolean bubbles, boolean cancelable) The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.void
initCompositionEvent
(String type, Boolean bubbles, boolean cancelable, Window view) The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.void
initCompositionEvent
(String type, Boolean bubbles, boolean cancelable, Window view, String data) The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.toString()
Methods inherited from class org.loboevolution.html.js.events.UIEventImpl
initUIEvent, initUIEvent, initUIEvent, initUIEvent, initUIEvent, setUIEventParams
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, setReturnValue
Methods inherited from class org.loboevolution.js.AbstractScriptableDelegate
getScriptable, setScriptable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.loboevolution.events.CompositionEvent
getData
Methods 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
Methods inherited from interface org.loboevolution.events.UIEvent
getDetail, getView, getWhich, initUIEvent, initUIEvent, initUIEvent, initUIEvent, initUIEvent
-
Constructor Details
-
CompositionEventImpl
Constructor for CompositionEventImpl.
- Parameters:
params
- event constructor parameters
-
-
Method Details
-
initCompositionEvent
public void initCompositionEvent(String type, Boolean bubbles, boolean cancelable, Window view, String data) Description copied from interface:CompositionEvent
The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.- Specified by:
initCompositionEvent
in interfaceCompositionEvent
- See Also:
-
initCompositionEvent
Description copied from interface:CompositionEvent
The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.- Specified by:
initCompositionEvent
in interfaceCompositionEvent
- See Also:
-
initCompositionEvent
Description copied from interface:CompositionEvent
The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.- Specified by:
initCompositionEvent
in interfaceCompositionEvent
- See Also:
-
initCompositionEvent
Description copied from interface:CompositionEvent
The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.- Specified by:
initCompositionEvent
in interfaceCompositionEvent
- See Also:
-
initCompositionEvent
Description copied from interface:CompositionEvent
The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.- Specified by:
initCompositionEvent
in interfaceCompositionEvent
- See Also:
-
toString
- Overrides:
toString
in classUIEventImpl
-