nsgenbind
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
CompositionEvent Interface Reference

import <uievents.idl;

Inheritance diagram for CompositionEvent:
UIEvent Event

Public Member Functions

void initCompositionEvent (DOMString typeArg, boolean bubblesArg, boolean cancelableArg, Window? viewArg, DOMString dataArg, DOMString locale)
 
- Public Member Functions inherited from UIEvent
void initUIEvent (DOMString typeArg, boolean bubblesArg, boolean cancelableArg, Window? viewArg, long detailArg)
 
- Public Member Functions inherited from Event
void stopPropagation ()
 
void stopImmediatePropagation ()
 
void preventDefault ()
 
void initEvent (DOMString type, boolean bubbles, boolean cancelable)
 

Public Attributes

readonly attribute DOMString data
 
- Public Attributes inherited from UIEvent
readonly attribute Window view
 
readonly attribute long detail
 
- Public Attributes inherited from Event
readonly attribute DOMString type
 
readonly attribute EventTarget target
 
readonly attribute EventTarget currentTarget
 
const unsigned short NONE = 0
 
const unsigned short CAPTURING_PHASE = 1
 
const unsigned short AT_TARGET = 2
 
const unsigned short BUBBLING_PHASE = 3
 
readonly attribute unsigned short eventPhase
 
readonly attribute boolean bubbles
 
readonly attribute boolean cancelable
 
readonly attribute boolean defaultPrevented
 
readonly attribute boolean isTrusted
 
readonly attribute DOMTimeStamp timeStamp
 

Detailed Description

Definition at line 117 of file uievents.idl.

Member Function Documentation

◆ initCompositionEvent()

void CompositionEvent::initCompositionEvent ( DOMString  typeArg,
boolean  bubblesArg,
boolean  cancelableArg,
Window viewArg,
DOMString  dataArg,
DOMString  locale 
)

Member Data Documentation

◆ data

readonly attribute DOMString CompositionEvent::data

Definition at line 118 of file uievents.idl.


The documentation for this interface was generated from the following file: