WbkDataView.createTabControl

Syntax

createTabControl();

Description

The createTabControl method creates a sheet panel.

Comments

The method use is relevant if the panel was not created before. By default the panel is created automatically.

Example

To execute the example, the page must contain the WbkDataBox component named wbkDataBox (see WbkDataBox Constructor).

// Get workspace
wbkDV = workbookBox.getDataView();
// Create sheet panel
wbkDV.createTabControl();

After executing the example a sheet panel is created.

See also:

WbkDataView