Class Reference
%DeepSee.UI.WorksheetBuilder
|
|
![]() |
|||
Private Storage |
DeepSee Worksheet Builder. This lets a user create and edit worksheets. A worksheet can be used as a source of KPI values or to drive dashboards.
|
|
|
Docbook ID for this page.
Pick up formula code.
Name of this page.
This is a comma-delimited list of system Resources and associated permissions. A user must hold the specified permissions on at least one of the specified resources in order to view this page or invoke any of its server-side methods from the client.
The format of each item in the list should be as follows:
Resource[:Permission]
Permission is optional, and defaults to USE if not supplied. If it is supplied, it should be one of USE, READ or WRITE.
|
If true, user can modify (non-read-only) worksheet.
For paging grids, this is the current page number (0 based).
Data connector class for "dataSource" mode (including .cls extension).
Specifies how the grid gets its data: "dataSet" or "dataSource".
Indicates that the user has selected the entire grid.
For paging grids, this is the current page size.
If true, user cannot modify the current worksheet.
Selected column or 0.
Selected row or 0.
Description of the saved worksheet (if any).
Keywords of the saved worksheet (if any).
Locked state of the saved worksheet.
Name of worksheet being viewed.
Owner of the saved worksheet (if any).
Public state of the saved worksheet.
Resource of the saved worksheet (if any).
|
Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
Decorate the page.
Get the (localized) name of the page.
Get the product name for the page.
Get the (localized) title string for the page. This should be implemented in a subclass.
Server-side callback to provide data for the dynaGrid.
Return JSON array of lookup information. This is used to drive a combo box.
Write out JSON array data for worksheets using external data source.
Lookup a set of formula references on the server.
Add content to ribbon bar.
Get information to display in the ribbon bar.
Save data to server.
Update a record within the data connector. Returns a message string.
Add a column to the grid
Add a row to the grid
Adjust sizes of components on the page.
Change in style control: apply to grid.
Test if the user has write privilege.
Change to cell control.
Change to column control.
Change to control showing details of grid.
Change to row control.
Clear styles for current item.
Delete the selected item.
Edit cell handler for grid.
Launch format dialog.
Get grid cell value from engine (1-based).
Compute number of grid pages (dataSource mode).
Compute number of rows in the current page (dataSource mode).
Get the logical value for a cell in the grid (1-based). This will return the display value if there is no logical value defined.
Go to a page in the grid.
Change to grid component.
Override keyhandling in cell editor.
Override keyhandling in grid.
Update grid.
Initialize the calculation engine.
Launch the data connector finder dialog.
Launch the worksheet finder dialog.
Move a column left one slot.
Move a column right one slot.
Move a row down one slot.
Move a row up one slot.
Create a new worksheet.
Show next page in grid.
Convert a column number to a letter (A,B,AA).
This client event is fired when a popup page launched from this page fires an action.
Adjust sizes of components on the page.
Show previous page in grid.
Show a PDF preview of this worksheet.
Recalculate worksheet (updating references).
Remove a column from the grid.
Remove a row from the grid.
Draw contents of nav bar.
Resolve references to external worksheets.
Launch the save worksheet dialog.
Select handler for grid.
User click on column.
User click on grid (upper left).
User click on rows.
User click on radio button to change target.
Update a cell within a dataSource grid.
Toggle display of settings (property tabs) box.
Update contents of property panel.
Make style controls match current selection.