|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |
org.ecmascript.object.Object | +--org.w3c.dom.events.DocumentEvent
public abstract class DocumentEvent extends Object
Event
model.Field Summary |
---|
Fields inherited from org.ecmascript.object.Object |
constructor, prototype |
Method Summary |
|
---|---|
public Event |
|
Field Detail |
---|
Method Detail |
---|
public Event createEvent(String eventType)
Event
of a type supported by the implementation. It is expected that the DocumentEvent interface will
be implemented on the same object which implements the Document
interface in an
implementation which supports the Event
model.eventType | - | The eventType parameter specifies the type of Event interface to be
created. If the Event interface specified is supported by the
implementation this method will return a new Event of the interface
type requested. If the Event is to be dispatched via the dispatchEvent
method the appropriate event init method must be called after creation
in order to initialize the Event's values. As an example, a user
wishing to synthesize some kind of UIEvent would call createEvent with
the parameter "UIEvents". The initUIEvent method could then be called
on the newly created ( |
Event
- The newly created Event.DOMException
NOT_SUPPORTED_ERR: Raised if the implementation does not support the type
of Event interface requested.
|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |