Class: DataGridProviderRefreshEvent

Oracle® JavaScript Extension Toolkit (JET)
16.1.0

F92237-01

Since:
  • 11.0.0
Module:
  • ojdatagridprovider

QuickNav

Fields

Description

Class for creating refresh events used for communicating refresh to the DataGrid.

Note in response to a oj.ojDataGrid#event:sortRequest event this refresh event should be fired.


Usage

Typescript Import Format
//To import this class, use the format below.
import {DataGridProviderRefreshEvent} from "ojs/ojdatagridprovider";

For additional information visit:


Constructor

new DataGridProviderRefreshEvent(detail)

Class for creating refresh events used for communicating refresh to the DataGrid.

Note in response to a oj.ojDataGrid#event:sortRequest event this refresh event should be fired.

Parameters:
Name Type Argument Description
detail DataGridProviderRefreshOperationEventDetail <optional>
the event detail

Fields

detail :DataGridProviderRefreshOperationEventDetail

Refresh event details.
Since:
  • 12.0.0

type :'refresh'

Since:
  • 11.0.0