Class: CollectionDataGridUtils

Oracle® Fusion Middleware Oracle JavaScript Extension Toolkit (JET)
12c (12.1.4)

E54107-01

QuickNav

oj. CollectionDataGridUtils

Constructor

new CollectionDataGridUtils()

This class contains all utility methods used by the data grid colelction model.
Source:

Methods

<static> _getModelKey(model) → {String}

Returns the key of the model. It is the id if one is set otherwise it is the cId
Parameters:
Name Type Description
model Object the model to chececk for id and cid
Source:
Returns:
the id or cid for the model
Type
String