Final Class: DataProviderMutationEvent

Oracle® JavaScript Extension Toolkit (JET)
15.1.0

F83698-01

Since:
  • 4.2.0
Module:
  • ojdataprovider

QuickNav

Fields

Description

Mutation event dispatched by DataProvider


Usage

Signature:

final class DataProviderMutationEvent<K, D> implements Event

Generic Parameters
ParameterDescription
KType of Key
DType of Data
Javascript Import Format
define(['ojs/ojdataprovider'], function(dataprovider) {
 // Application should call API on dataprovider.DataProviderMutationEvent 
})
Typescript Import Format
//To import this class, use the format below.
import {DataProviderMutationEvent} from "ojs/ojdataprovider";

For additional information visit:


Final classes in JET

Classes in JET are generally final and do not support subclassing. At the moment, final is not enforced. However, this will likely change in an upcoming JET release.


Constructor

new DataProviderMutationEvent(detail)

Parameters:
Name Type Description
detail DataProviderMutationEventDetail.<K, D> the event detail

Fields

AT_TARGET :2

Since:
  • 4.2.0

BUBBLING_PHASE :3

Since:
  • 4.2.0

CAPTURING_PHASE :1

Since:
  • 4.2.0

NONE :0

Since:
  • 6.0.0

bubbles :boolean

Since:
  • 4.2.0

cancelBubble :boolean

Since:
  • 4.2.0

cancelable :boolean

Since:
  • 4.2.0

composed :boolean

Since:
  • 6.0.0

composedPath

Since:
  • 9.0.0

currentTarget :EventTarget

Since:
  • 4.2.0

deepPath

Since:
  • 4.2.0

defaultPrevented :boolean

Since:
  • 4.2.0

detail :DataProviderMutationEventDetail.<K, D>

Event detail
Since:
  • 4.2.0

eventPhase :number

Since:
  • 4.2.0

initEvent

Since:
  • 4.2.0

isTrusted :boolean

Since:
  • 4.2.0

preventDefault

Since:
  • 4.2.0

returnValue :boolean

Since:
  • 4.2.0

scoped :boolean

Since:
  • 4.2.0

srcElement :Element|null

Since:
  • 4.2.0

stopImmediatePropagation

Since:
  • 4.2.0

stopPropagation

Since:
  • 4.2.0

target :EventTarget

Since:
  • 4.2.0

timeStamp :number

Since:
  • 4.2.0

type :string

Since:
  • 4.2.0