Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
A specialized DeepSee Dashboard widget that displays a user-defined "portlet".
A portlet serves users defined HTML or SVG content that is displayed within the widge.
The portlet type is specified by the
If you wish to create your own portlet, do NOT subclass this component; instead,
create a subclass of the
|
|
|
If this widget has a data source, create a data controller that will serve this data to the client.
The controller's id is "controller" (within the scope of this widget).
Return information used to list this widget within the "widget catalog".
Return information on additional "properties" supported by this widget for the given subtype.
This callback is called just before controls are added to the top of the widget. pGroup is the header in which new Zen control can be added.
This callback is responsible for creating the contents of the widget.
Called when page is loaded or widget is resized.
Export current query to excel
Export current query to pdf. If we are in chart mode, export the chart.
If this widget contains a data controller, return it. This allows for generic capabilities in this base class.
Notification that a filter has changed.