See: Description
Interface | Description |
---|---|
DataFillableWidget |
Interface that facilitates the filling of the underlying dataset of the widget
|
EmailableWidget |
Interface that facilitates emailing of the widget
|
RefreshableWidget |
Interface that facilitates refreshing the widget
|
SaveableWidget |
Interface that facilitates saving of the widget
|
Widget |
Interface that comprises all the functionality required to be a widget
|
Class | Description |
---|---|
AreaChartWidget |
A Dashboard Utility Widget that displays an area chart which is similar to a filled Line Chart
|
AutoRefreshUnit |
Data class for an auto refresh unit
|
BarChartWidget |
A Dashboard Utility Widget that displays a bar chart that can display multiple groups of bars by providing a rowKey, colKey, and value for each dataset entry
|
BaseWidget |
Creates a widget base class that implements the Widget interface
|
BBjWidget |
Creates a widget that is implemented as a BBjControl
|
CategoryDataItem |
A CategoryDataItem extends the base DataItem class and is used for various charts including BarCharts, LineCharts, and AreaCharts.
|
ChartWidget |
The base chart class that all the other charts extend.
|
Dashboard |
Data class that encapsulates the entities that comprise a dashboard
|
DashboardCategory |
Data class that encapsulates the entities which comprise a dashboard category
|
DashboardCategoryAttribute |
Data class for attributes of a dashboard category
|
DashboardCategoryControl |
UI class that displays a dashboard category
|
DashboardControl |
UI class that displays a dashboard in a BBjChildWindow
|
DashboardItem |
The base dashboard class that all of the other dashboard data classes extend
|
DashboardWidget |
Data class that encapsulates the entities which comprise a dashboard widget
|
DashboardWidgetAttribute |
Data class for attributes of a dashboard widget
|
DashboardWidgetClickEvent |
Class that contains mouse click event information for a DashboardWidget
This data class will be made available to your custom callback routine after the user executes a click on the DashboardWidget
if you have previously executed the DashboardWidget::setCallback()
method to register for the ON_WIDGET_CLICK event.
|
DashboardWidgetControl |
UI class that displays a dashboard widget
|
DashboardWidgetEvent |
Class that contains event information for a DashboardWidget.
|
DashboardWidgetFilter |
Data class for the filter of a dashboard widget
|
DashboardWidgetFilterSelectEvent |
Class that contains widget filter select event information for a DashboardWidget
This data class will be made available to your custom callback routine after the user selects a filter item from a custom DashboardWidgetFilter
if you have previously executed the DashboardWidget::setCallback()
method to register for the ON_FILTER_SELECT event.
|
DashboardWidgetLeftClickEvent |
Class that contains mouse click event information for a DashboardWidget
This data class will be made available to your custom callback routine after the user executes a left click on the DashboardWidget
if you have previously executed the DashboardWidget::setCallback()
method to register for the ON_WIDGET_LEFT_CLICK event.
|
DashboardWidgetLink |
Data class for a link of a dashboard widget
|
DashboardWidgetLinkSelectEvent |
Class that contains widget link select event information for a DashboardWidget
This data class will be made available to your custom callback routine after the user selects a link item from a custom DashboardWidgetLink
if you have previously executed the DashboardWidget::setCallback()
method to register for the ON_LINK_SELECT event.
|
DashboardWidgetMenu |
Data class for a custom popup menu associated with a dashboard widget
|
DashboardWidgetMenuSelectEvent |
Class that contains the custom menu item selection event information for a DashboardWidget
This data class will be made available to your custom callback routine after the user selects a menu item from a custom
DashboardWidgetMenu if you have previously executed the
DashboardWidgetMenu::setCallback()
method to register for the ON_POPUP_ITEM_SELECT event.
|
DashboardWidgetRefreshEvent |
Class that contains refresh event information for a DashboardWidget
This data class will be made available to your custom callback routine after a refresh has been triggered
if you have previously executed the DashboardWidget::setCallback()
method to register for the ON_WIDGET_REFRESH event.
|
DashboardWidgetRightClickEvent |
Class that contains mouse click event information for a DashboardWidget
This data class will be made available to your custom callback routine after the user executes a right click on the DashboardWidget
if you have previously executed the DashboardWidget::setCallback()
method to register for the ON_WIDGET_RIGHT_CLICK event.
|
DashboardWidgetSelectEvent |
Class that contains select event information for a DashboardWidget
This data class will be made available to your custom callback routine after the user selects DashboardWidget
if you have previously executed the DashboardWidget::setCallback()
method to register for the ON_WIDGET_SELECT event.
|
DashboardWindow |
UI class that displays a dashboard in a BBjTopLevelWindow
|
DataItem |
Base class for an item of data
|
EmbeddedWidget |
Class that is used to embedded widget
|
EmbeddedWidgetControl |
Class that is used to display a embedded widget in a control
|
EmbeddedWidgetFactory |
Factory class that is used to create embedded widgets
|
EmbeddedWidgetSet |
Class that is used to embedded a widget set
|
EmbeddedWidgetSetControl |
Class that is used to display a embedded widget set in a control
|
EmbeddedWidgetSetWindow |
Class that is used to display a embedded widget set in a window
|
EmbeddedWidgetWindow |
Class that is used to display a embedded widget in a window
|
ExportData |
Exports data from record sets, grids, and data sets to an ASCII file that can use various field and record delimiters,
as well as diffent string qualifiers.
|
ExportDataDialog |
Provides a dialog which displays a UI to faciliate the exportation the data.
|
GridExWidget |
A Dashboard Utility Widget that displays data in a BBjGridExWidget, a BBj plug-in available from the BBj Plugin Manager
|
GridWidget |
A Dashboard Utility Widget that displays data in a grid
|
GridWidgetEvent |
Class that contains event information for a GridWidget
|
GridWidgetRefreshEvent |
Class that contains event information for a GridWidget that has just refreshed
|
HtmlViewWidget |
A Dashboard Utility Widget that displays html text or the contents of a URL
|
HtmlViewWidgetEvent |
Contains information for an HtmlViewWidget event that can be registered using the setCallback() method on the HtmlViewWidget
|
ImageWidget |
A Dashboard Utility Widget that displays an image retrieved from a file path or a URL
|
JasperViewerWidget |
A Dashboard Utility Widget that displays JasperReport where the user can view, perform drill downs, print and save reports to disk in various formats
|
JasperViewerWidgetControlEvent |
Contains information for a jasper viewer widget control event
|
KeyedValueDataItem |
A KeyedValueDataItem extends the base DataItem class and is used for PieCharts and RingCharts.
|
LineChartWidget |
A Dashboard Utility Widget that displays a line chart which can display multiple data series simultaneously
|
PieChartWidget |
A Dashboard Utility Widget that displays a pie chart where the data values all add up to 100%
|
RecordsetSeries |
An BBjRecordset-based data class used with XYCharts.
|
RingChartWidget |
A Dashboard Utility Widget that displays a ring or doughnut chart, which is similar to a pie chart with the middle cut out
|
Series |
A data class used with XYCharts.
|
SQLSeries |
An SQL-based data class used with XYCharts.
|
StackedAreaChartWidget |
A Dashboard Utility Widget that displays a stacked area chart which is similar to an area chart except that each series is drawn directly above the previous series
|
StackedBarChartWidget |
A Dashboard Utility Widget that displays a stacked bar chart where the bars for each column key are stacked upon one another
|
StackedPercentageBarChartWidget |
A Dashboard Utility Widget that displays a stacked percentage-based bar chart where you provide a data value and the remainder of the bar will be filled in up to 100% with a translucent version of the bar
|
WidgetControl |
UI class that displays a widget
|
XYChartWidget |
A Dashboard Utility Widget that displays an XY line chart that can display multiple data series simultaneously
|
XYSeriesDataItem |
An XYSeriesDataItem extends the base DataItem class and is used for XYCharts.
|