Class: DataGridProviderUpdateEvent

Oracle® JavaScript Extension Toolkit (JET)
15.1.0

F83698-01

Since:
  • 11.0.0
Module:
  • ojdatagridprovider

QuickNav

Fields

Description

Class for creating update events used for communicating cell updates to the DataGrid.

Ranges of cells can be updated/filled/cleared with this event.


Usage

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

For additional information visit:


Constructor

new DataGridProviderUpdateEvent(detail)

Class for creating update events used for communicating cell updates to the DataGrid.

Ranges of cells can be updated/filled/cleared with this event.

Parameters:
Name Type Description
detail DataGridProviderUpdateOperationEventDetail the event detail

Fields

detail :DataGridProviderUpdateOperationEventDetail

Update event details.
Since:
  • 11.0.0

type :'update'

Since:
  • 11.0.0