TabSheetModel.getObjects

Syntax

getObjects();

Description

The getObjects method returns an array of model objects.

Example

To execute the example, the HTML page must contain the TabSheet component named tabSheet (see Example of Creating the TabSheet Component). Get model objects:

// Get table data model
var model = tabSheet.getModel();
// Get objects
model.getObjects();

After executing the example all model objects are obtained.

See also:

TabSheetModel