Final Class: DataProviderRefreshEvent

Oracle® JavaScript Extension Toolkit (JET)
15.1.0

F83698-01

Since:
  • 4.1.0
Module:
  • ojdataprovider

QuickNav

Fields

Description

Refresh event dispatched by DataProvider


Usage

Signature:

final class DataProviderRefreshEvent<K>

Generic Parameters
ParameterDescription
KType of Key
Javascript Import Format
define(['ojs/ojdataprovider'], function(dataprovider) {
 // Application should call API on dataprovider.DataProviderRefreshEvent 
})
Typescript Import Format
//To import this class, use the format below.
import {DataProviderRefreshEvent} 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 DataProviderRefreshEvent

Fields

AT_TARGET :2

Since:
  • 4.1.0

BUBBLING_PHASE :3

Since:
  • 4.1.0

CAPTURING_PHASE :1

Since:
  • 4.1.0

NONE :0

Since:
  • 6.0.0

bubbles :boolean

Since:
  • 4.1.0

cancelBubble :boolean

Since:
  • 4.1.0

cancelable :boolean

Since:
  • 4.1.0

composed :boolean

Since:
  • 6.0.0

composedPath

Since:
  • 9.0.0

currentTarget :EventTarget

Since:
  • 4.1.0

deepPath

Since:
  • 4.1.0

defaultPrevented :boolean

Since:
  • 4.1.0

(nullable) detail :DataProviderRefreshEventDetail.<K>

Event detail
Since:
  • 10.0.0

eventPhase :number

Since:
  • 4.1.0

initEvent

Since:
  • 4.1.0

isTrusted :boolean

Since:
  • 4.1.0

preventDefault

Since:
  • 4.1.0

returnValue :boolean

Since:
  • 4.1.0

scoped :boolean

Since:
  • 4.1.0

srcElement :Element|null

Since:
  • 4.1.0

stopImmediatePropagation

Since:
  • 4.1.0

stopPropagation

Since:
  • 4.1.0

target :EventTarget

Since:
  • 4.1.0

timeStamp :number

Since:
  • 4.1.0

type :string

Since:
  • 4.1.0