public class EmbeddedWidgetFactory
EmbeddedWidgetFactory Factory class that is used to create embedded widgets
Modifier and Type | Method and Description |
---|---|
static EmbeddedWidget | createAreaChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$) Creates and returns an area chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createAreaChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$) Creates and returns an area chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createAreaChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend, BBjRecordSet p_rs!, BBjVector p_columns!) Creates and returns an area chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createAreaChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend) Creates and returns an area chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$) Creates and returns a bar chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$) Creates and returns a bar chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjRecordSet p_rs!, BBjVector p_columns!) Creates and returns a bar chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend) Creates and returns a bar chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createEmbeddedWidget(Widget p_widget!) Creates and returns a embedded widget |
static EmbeddedWidgetSet | createEmbeddedWidgetSet(BBjString p_name$, BBjString p_title$) Creates and returns a embedded widget set |
static EmbeddedWidget | createGridEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_connectString$, BBjString p_sql$) Creates and returns a grid embedded widget |
static EmbeddedWidget | createGridEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$) Creates and returns a grid embedded widget |
static EmbeddedWidget | createGridEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjRecordSet p_rs!, BBjVector p_columns!) Creates and returns a grid embedded widget |
static EmbeddedWidget | createGridEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjVector p_colHeaderData!, BBjVector p_rowData!) Creates and returns a grid embedded widget |
static EmbeddedWidget | createGridEmbeddedWidget(BBjString p_name$, BBjString p_title$) Creates and returns an empty GridWidget as an embedded widget |
static EmbeddedWidget | createGridExEmbeddedWidget(BBjString p_name$, BBjString p_title$) Creates and returns an empty GridExWidget as an embedded widget |
static EmbeddedWidget | createGridExEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_connectString$, BBjString p_sql$) Creates and returns a GridExWidget as an embedded widget using a connection string and SQL query |
static EmbeddedWidget | createGridExEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$) Creates and returns a GridExWidget as an embedded widget using a connection string, SQL query, and mode |
static EmbeddedWidget | createGridExEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjRecordSet p_rs!, BBjVector p_columns!) Creates and returns a GridExWidget as an embedded widget using a BBjRecordSet for the row data and an (optionally null()) BBjVector for the column header data |
static EmbeddedWidget | createGridExEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjVector p_colHeaderData!, BBjVector p_rowData!) Creates and returns a GridExWidget as an embedded widget using BBjVectors for the column header data and row data |
static EmbeddedWidget | createHtmlViewEmbeddedWidget(BBjString p_name$, BBjString p_title$) Creates and returns a html view embedded widget |
static EmbeddedWidget | createHtmlViewEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_text$) Creates and returns a html view embedded widget |
static EmbeddedWidget | createImageEmbeddedWidget(BBjString p_name$, BBjString p_title$) Creates and returns an image embedded widget |
static EmbeddedWidget | createImageEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_imageName$) Creates and returns an image embedded widget |
static EmbeddedWidget | createImageEmbeddedWidget(BBjString p_name$, BBjString p_title$, URL p_imageURL!) Creates and returns an image embedded widget |
static EmbeddedWidget | createJasperViewerEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBJasperReport p_report!) Creates and returns a jasper viewer embedded widget by passing in a BBJasperReport object |
static EmbeddedWidget | createJasperViewerEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_reportFile$, BBjString p_connectString$, HashMap p_params!) Creates and returns a jasper viewer embedded widget given parameters so that the Dashboard Utility can create and fill the report before it displays the widget |
static EmbeddedWidget | createLineChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$) Creates and returns a line chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createLineChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$) Creates and returns a line chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createLineChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjRecordSet p_rs!, BBjVector p_columns!) Creates and returns a line chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createLineChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend) Creates and returns a line chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createPieChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjNumber p_flat, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$) Creates and returns a pie bar chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createPieChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjNumber p_flat, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$) Creates and returns a pie bar chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createPieChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjNumber p_flat, BBjNumber p_legend, BBjRecordSet p_rs!, BBjVector p_columns!) Creates and returns a pie bar chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createPieChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjNumber p_flat, BBjNumber p_legend, BBjNumber p_numSlices) Creates and returns a pie bar chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createPieChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjNumber p_flat, BBjNumber p_legend) Creates and returns a pie bar chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createRingChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjNumber p_flat, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$) Creates and returns a ring chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createRingChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjNumber p_flat, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$) Creates and returns a ring chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createRingChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjNumber p_flat, BBjNumber p_legend, BBjRecordSet p_rs!, BBjVector p_columns!) Creates and returns a ring chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createRingChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjNumber p_flat, BBjNumber p_legend, BBjNumber p_numSlices) Creates and returns a ring chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createRingChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjNumber p_flat, BBjNumber p_legend) Creates and returns a ring chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createStackedAreaChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$) Creates and returns a stacked area chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createStackedAreaChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$) Creates and returns a stacked area chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createStackedAreaChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend, BBjRecordSet p_rs!, BBjVector p_columns!) Creates and returns a stacked area chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createStackedAreaChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend) Creates and returns a stacked area chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createStackedBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$) Creates and returns a stacked bar chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createStackedBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$) Creates and returns a stacked bar chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createStackedBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjRecordSet p_rs!, BBjVector p_columns!) Creates and returns a stacked bar chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createStackedBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend) Creates and returns a stacked bar chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createStackedPercentageBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$) Creates and returns a stacked percentage bar chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createStackedPercentageBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$) Creates and returns a stacked percentage bar chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createStackedPercentageBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjRecordSet p_rs!, BBjVector p_columns!) Creates and returns a stacked percentage bar chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createStackedPercentageBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend) Creates and returns a stacked percentage bar chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createXYChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$) Creates and returns a xy chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createXYChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$) Creates and returns a xy chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createXYChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend, BBjRecordSet p_rs!, BBjVector p_columns!) Creates and returns a xy chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
static EmbeddedWidget | createXYChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend) Creates and returns a xy chart embedded widget Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher. |
public static EmbeddedWidget createAreaChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$)
Creates and returns an area chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=AreaChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_connectString$
JDBC connect stringp_sql$
SQL querypublic static EmbeddedWidget createAreaChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$)
Creates and returns an area chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=AreaChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_connectString$
JDBC connect stringp_sql$
SQL queryp_mode$
A string comprised of a list of properties and values separated by commas that will be passed to the database or JDBC connection at connect time. For example: "USER=myusername, PWD=mypass, AUTOCOMMIT=N"
BBj 16.00
public static EmbeddedWidget createAreaChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend, BBjRecordSet p_rs!, BBjVector p_columns!)
Creates and returns an area chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=AreaChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_rs!
BBjRecordSet which contains data for the embedded widgetp_columns!
BBjVector which contains the column names for the data for the embedded widgetpublic static EmbeddedWidget createAreaChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend)
Creates and returns an area chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=AreaChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendpublic static EmbeddedWidget createBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$)
Creates and returns a bar chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=BarChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_connectString$
JDBC connect stringp_sql$
SQL querypublic static EmbeddedWidget createBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$)
Creates and returns a bar chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=BarChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_connectString$
JDBC connect stringp_sql$
SQL queryp_mode$
A string comprised of a list of properties and values separated by commas that will be passed to the database or JDBC connection at connect time. For example: "USER=myusername, PWD=mypass, AUTOCOMMIT=N"
BBj 16.00
public static EmbeddedWidget createBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjRecordSet p_rs!, BBjVector p_columns!)
Creates and returns a bar chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=BarChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_rs!
BBjRecordSet which contains data for the embedded widgetp_columns!
BBjVector which contains the column names for the data for the embedded widgetpublic static EmbeddedWidget createBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend)
Creates and returns a bar chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=BarChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendpublic static EmbeddedWidget createEmbeddedWidget(Widget p_widget!)
Creates and returns a embedded widget
p_widget!
Widget to embedpublic static EmbeddedWidgetSet createEmbeddedWidgetSet(BBjString p_name$, BBjString p_title$)
Creates and returns a embedded widget set
p_widget!
Widget to embedpublic static EmbeddedWidget createGridEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_connectString$, BBjString p_sql$)
Creates and returns a grid embedded widget
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_connectString$
JDBC connect stringp_sql$
SQL querypublic static EmbeddedWidget createGridEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$)
Creates and returns a grid embedded widget
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_connectString$
JDBC connect stringp_sql$
SQL queryp_mode$
A string comprised of a list of properties and values separated by commas that will be passed to the database or JDBC connection at connect time. For example: "USER=myusername, PWD=mypass, AUTOCOMMIT=N"
BBj 16.00
public static EmbeddedWidget createGridEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjRecordSet p_rs!, BBjVector p_columns!)
Creates and returns a grid embedded widget
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_rs!
BBjRecordSet which contains data for the grid embedded widgetp_columns!
BBjVector which contains the column names for the grid embedded widgetpublic static EmbeddedWidget createGridEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjVector p_colHeaderData!, BBjVector p_rowData!)
Creates and returns a grid embedded widget
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_colHeaderData!
BBjVector which contains the column header datap_rowData!
BBjVector which contains the row datapublic static EmbeddedWidget createGridEmbeddedWidget(BBjString p_name$, BBjString p_title$)
Creates and returns an empty GridWidget as an embedded widget
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barpublic static EmbeddedWidget createGridExEmbeddedWidget(BBjString p_name$, BBjString p_title$)
Creates and returns an empty GridExWidget as an embedded widget
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title bar BBj 19.10
public static EmbeddedWidget createGridExEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_connectString$, BBjString p_sql$)
Creates and returns a GridExWidget as an embedded widget using a connection string and SQL query
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_connectString$
JDBC connect string used to connect to the databasep_sql$
SQL query used to provide data for the widget BBj 19.10
public static EmbeddedWidget createGridExEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$)
Creates and returns a GridExWidget as an embedded widget using a connection string, SQL query, and mode
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_connectString$
JDBC connect string used to connect to the databasep_sql$
SQL query used to provide data for the widgetp_mode$
A string comprised of a list of properties and values separated by commas that will be passed to the database or JDBC connection at connect time. For example: "USER=myusername, PWD=mypass, AUTOCOMMIT=N"
BBj 19.10
public static EmbeddedWidget createGridExEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjRecordSet p_rs!, BBjVector p_columns!)
Creates and returns a GridExWidget as an embedded widget using a BBjRecordSet for the row data and an (optionally null()) BBjVector for the column header data
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_rs!
BBjRecordSet which contains data for the dashboard widgetp_columns!
BBjVector that contains an ordered list of the columns to be used for the grid's data. The entries may be a string corresponding to a field name, or a 0-based index of the column number. If null() is passed in for the p_columns! vector then all columns of the BBjRecordSet will be used. BBj 19.10
public static EmbeddedWidget createGridExEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjVector p_colHeaderData!, BBjVector p_rowData!)
Creates and returns a GridExWidget as an embedded widget using BBjVectors for the column header data and row data
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_colHeaderData!
BBjVector which contains the column header datap_rowData!
BBjVector which contains the row data BBj 19.10
public static EmbeddedWidget createHtmlViewEmbeddedWidget(BBjString p_name$, BBjString p_title$)
Creates and returns a html view embedded widget
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barpublic static EmbeddedWidget createHtmlViewEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_text$)
Creates and returns a html view embedded widget
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_text$
HTML text for the html view widgetpublic static EmbeddedWidget createImageEmbeddedWidget(BBjString p_name$, BBjString p_title$)
Creates and returns an image embedded widget
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barpublic static EmbeddedWidget createImageEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_imageName$)
Creates and returns an image embedded widget
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_imageName$
Location of the image for the image embedded widgetpublic static EmbeddedWidget createImageEmbeddedWidget(BBjString p_name$, BBjString p_title$, URL p_imageURL!)
Creates and returns an image embedded widget
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_imageURL!
URL of then image for the image embedded widgetpublic static EmbeddedWidget createJasperViewerEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBJasperReport p_report!)
Creates and returns a jasper viewer embedded widget by passing in a BBJasperReport object
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_report!
BBJasperReport that will be displayed in the widgetpublic static EmbeddedWidget createJasperViewerEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_reportFile$, BBjString p_connectString$, HashMap p_params!)
Creates and returns a jasper viewer embedded widget given parameters so that the Dashboard Utility can create and fill the report before it displays the widget
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_reportFile$
The path to a jrxml or jasper report filep_connectString$
JDBC connect string used to connect to the databasep_params!
A HashMap containing parameters for the report which may be set to null() if the report doesn't require parameterspublic static EmbeddedWidget createLineChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$)
Creates and returns a line chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=LineChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_connectString$
JDBC connect stringp_sql$
SQL querypublic static EmbeddedWidget createLineChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$)
Creates and returns a line chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=LineChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_connectString$
JDBC connect stringp_sql$
SQL queryp_mode$
A string comprised of a list of properties and values separated by commas that will be passed to the database or JDBC connection at connect time. For example: "USER=myusername, PWD=mypass, AUTOCOMMIT=N"
BBj 16.00
public static EmbeddedWidget createLineChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjRecordSet p_rs!, BBjVector p_columns!)
Creates and returns a line chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=LineChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_rs!
BBjRecordSet which contains data for the embedded widgetp_columns!
BBjVector which contains the column names for the data for the embedded widgetpublic static EmbeddedWidget createLineChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend)
Creates and returns a line chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=LineChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendpublic static EmbeddedWidget createPieChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjNumber p_flat, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$)
Creates and returns a pie bar chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_connectString$
JDBC connect stringp_sql$
SQL querypublic static EmbeddedWidget createPieChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjNumber p_flat, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$)
Creates and returns a pie bar chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_connectString$
JDBC connect stringp_sql$
SQL queryp_mode$
A string comprised of a list of properties and values separated by commas that will be passed to the database or JDBC connection at connect time. For example: "USER=myusername, PWD=mypass, AUTOCOMMIT=N"
BBj 16.00
public static EmbeddedWidget createPieChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjNumber p_flat, BBjNumber p_legend, BBjRecordSet p_rs!, BBjVector p_columns!)
Creates and returns a pie bar chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_rs!
BBjRecordSet which contains data for the embedded widgetp_columns!
BBjVector which contains the column names for the data for the embedded widgetpublic static EmbeddedWidget createPieChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjNumber p_flat, BBjNumber p_legend, BBjNumber p_numSlices)
Creates and returns a pie bar chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_numSlices
Indicates the number of slices that the chart will havepublic static EmbeddedWidget createPieChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjNumber p_flat, BBjNumber p_legend)
Creates and returns a pie bar chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendpublic static EmbeddedWidget createRingChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjNumber p_flat, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$)
Creates and returns a ring chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_connectString$
JDBC connect stringp_sql$
SQL querypublic static EmbeddedWidget createRingChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjNumber p_flat, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$)
Creates and returns a ring chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_connectString$
JDBC connect stringp_sql$
SQL queryp_mode$
A string comprised of a list of properties and values separated by commas that will be passed to the database or JDBC connection at connect time. For example: "USER=myusername, PWD=mypass, AUTOCOMMIT=N"
BBj 16.00
public static EmbeddedWidget createRingChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjNumber p_flat, BBjNumber p_legend, BBjRecordSet p_rs!, BBjVector p_columns!)
Creates and returns a ring chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_rs!
BBjRecordSet which contains data for the embedded widgetp_columns!
BBjVector which contains the column names for the data for the embedded widgetpublic static EmbeddedWidget createRingChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjNumber p_flat, BBjNumber p_legend, BBjNumber p_numSlices)
Creates and returns a ring chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_numSlices
Specifies the number of slices that the ring chart will havepublic static EmbeddedWidget createRingChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjNumber p_flat, BBjNumber p_legend)
Creates and returns a ring chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendpublic static EmbeddedWidget createStackedAreaChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$)
Creates and returns a stacked area chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=StackedAreaChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_connectString$
JDBC connect stringp_sql$
SQL querypublic static EmbeddedWidget createStackedAreaChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$)
Creates and returns a stacked area chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=StackedAreaChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_connectString$
JDBC connect stringp_sql$
SQL queryp_mode$
A string comprised of a list of properties and values separated by commas that will be passed to the database or JDBC connection at connect time. For example: "USER=myusername, PWD=mypass, AUTOCOMMIT=N"
BBj 16.00
public static EmbeddedWidget createStackedAreaChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend, BBjRecordSet p_rs!, BBjVector p_columns!)
Creates and returns a stacked area chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=StackedAreaChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_rs!
BBjRecordSet which contains data for the embedded widgetp_columns!
BBjVector which contains the column names for the data for the embedded widgetpublic static EmbeddedWidget createStackedAreaChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend)
Creates and returns a stacked area chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=StackedAreaChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendpublic static EmbeddedWidget createStackedBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$)
Creates and returns a stacked bar chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=StackedBarChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_connectString$
JDBC connect stringp_sql$
SQL querypublic static EmbeddedWidget createStackedBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$)
Creates and returns a stacked bar chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=StackedBarChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_connectString$
JDBC connect stringp_sql$
SQL queryp_mode$
A string comprised of a list of properties and values separated by commas that will be passed to the database or JDBC connection at connect time. For example: "USER=myusername, PWD=mypass, AUTOCOMMIT=N"
BBj 16.00
public static EmbeddedWidget createStackedBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjRecordSet p_rs!, BBjVector p_columns!)
Creates and returns a stacked bar chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=StackedBarChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_rs!
BBjRecordSet which contains data for the embedded widgetp_columns!
BBjVector which contains the column names for the data for the embedded widgetpublic static EmbeddedWidget createStackedBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend)
Creates and returns a stacked bar chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=StackedBarChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendpublic static EmbeddedWidget createStackedPercentageBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$)
Creates and returns a stacked percentage bar chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=StackedPercentageBarChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_connectString$
JDBC connect stringp_sql$
SQL querypublic static EmbeddedWidget createStackedPercentageBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$)
Creates and returns a stacked percentage bar chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=StackedPercentageBarChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_connectString$
JDBC connect stringp_sql$
SQL queryp_mode$
A string comprised of a list of properties and values separated by commas that will be passed to the database or JDBC connection at connect time. For example: "USER=myusername, PWD=mypass, AUTOCOMMIT=N"
BBj 16.00
public static EmbeddedWidget createStackedPercentageBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend, BBjRecordSet p_rs!, BBjVector p_columns!)
Creates and returns a stacked percentage bar chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=StackedBarChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_rs!
BBjRecordSet which contains data for the embedded widgetp_columns!
BBjVector which contains the column names for the data for the embedded widgetpublic static EmbeddedWidget createStackedPercentageBarChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_flat, BBjNumber p_orientation, BBjNumber p_legend)
Creates and returns a stacked percentage bar chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=StackedBarChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendpublic static EmbeddedWidget createXYChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$)
Creates and returns a xy chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=XYChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_connectString$
JDBC connect stringp_sql$
SQL querypublic static EmbeddedWidget createXYChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$)
Creates and returns a xy chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=XYChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_connectString$
JDBC connect stringp_sql$
SQL queryp_mode$
A string comprised of a list of properties and values separated by commas that will be passed to the database or JDBC connection at connect time. For example: "USER=myusername, PWD=mypass, AUTOCOMMIT=N"
BBj 16.00
public static EmbeddedWidget createXYChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend, BBjRecordSet p_rs!, BBjVector p_columns!)
Creates and returns a xy chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=XYChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legendp_rs!
BBjRecordSet which contains data for the embedded widgetp_columns!
BBjVector which contains the column names for the data for the embedded widgetpublic static EmbeddedWidget createXYChartEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_chartTitle$, BBjString p_domainTitle$, BBjString p_rangeTitle$, BBjNumber p_orientation, BBjNumber p_legend)
Creates and returns a xy chart embedded widget
Note: As of BBj 23.00, the Dashboard Utility uses JFreeCharts 1.5.x which removes the pseudo-3D charts. Therefore, the p_flat parameter will be ignored in version 23 and higher.
p_name$
Unique name of the embedded widgetp_title$
Title which will display in the title barp_chartTitle$
Title to be displayed above the chart (may be empty)p_domainTitle$
Title for the domain axis (may be empty)p_rangeTitle$
Title for the range axis (may be empty)p_flat
Indicates whether the chart should be flat. 0=3D, 1=Flat (2D), ignored in version 23 and higherp_orientation
Indicates whether the chart will be in portrait or landscape orientation. Example: orientation=XYChartWidget.getORIENTATION_VERTICAL()p_legend
Indicates whether to show a legend for the chart. 0=Do not show legend, 1=Show legend