createTabControl();
The createTabControl method creates a sheet panel.
The method use is relevant if the panel was not created before. By default the panel is created automatically.
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: