Usage
Signature:
final class DataProviderRefreshEvent<K>
- Generic Parameters
- Parameter - Description - K - Type 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