Package org.loboevolution.events
Interface CompositionEvent
- All Known Implementing Classes:
CompositionEventImpl
The DOM CompositionEvent represents events that occur due to the user indirectly entering text.
- See Also:
-
Field Summary
Fields inherited from interface org.loboevolution.events.Event
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE, NONE
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
The data read-only property of the CompositionEvent interface returns the characters generated by the input method that raised the event; its exact nature varies depending on the type of event that generated the CompositionEvent object.void
initCompositionEvent
(String typeArg) The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.void
initCompositionEvent
(String typeArg, Boolean bubblesArg) The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.void
initCompositionEvent
(String typeArg, Boolean bubblesArg, boolean cancelableArg) The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.void
initCompositionEvent
(String typeArg, Boolean bubblesArg, boolean cancelableArg, Window viewArg) The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.void
initCompositionEvent
(String typeArg, Boolean bubblesArg, boolean cancelableArg, Window viewArg, String dataArg) The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.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
-
Method Details
-
getData
String getData()The data read-only property of the CompositionEvent interface returns the characters generated by the input method that raised the event; its exact nature varies depending on the type of event that generated the CompositionEvent object.- See Also:
-
initCompositionEvent
void initCompositionEvent(String typeArg, Boolean bubblesArg, boolean cancelableArg, Window viewArg, String dataArg) The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.- See Also:
-
initCompositionEvent
void initCompositionEvent(String typeArg, Boolean bubblesArg, boolean cancelableArg, Window viewArg) The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.- See Also:
-
initCompositionEvent
The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.- See Also:
-
initCompositionEvent
The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.- See Also:
-
initCompositionEvent
The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.- See Also:
-