Modifier and Type | Origin and Description |
---|---|
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.createEmbeddedWidget(Widget p_widget!)
Creates and returns a embedded widget |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.createGridEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_connectString$, BBjString p_sql$)
Creates and returns a grid embedded widget |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.createGridEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_connectString$, BBjString p_sql$, BBjString p_mode$)
Creates and returns a grid embedded widget |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.createGridEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjRecordSet p_rs!, BBjVector p_columns!)
Creates and returns a grid embedded widget |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.createGridEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjVector p_colHeaderData!, BBjVector p_rowData!)
Creates and returns a grid embedded widget |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.createGridEmbeddedWidget(BBjString p_name$, BBjString p_title$)
Creates and returns an empty GridWidget as an embedded widget |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.createGridExEmbeddedWidget(BBjString p_name$, BBjString p_title$)
Creates and returns an empty GridExWidget as an embedded widget |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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 |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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 |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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 |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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 |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.createHtmlViewEmbeddedWidget(BBjString p_name$, BBjString p_title$)
Creates and returns a html view embedded widget |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.createHtmlViewEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_text$)
Creates and returns a html view embedded widget |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.createImageEmbeddedWidget(BBjString p_name$, BBjString p_title$)
Creates and returns an image embedded widget |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.createImageEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBjString p_imageName$)
Creates and returns an image embedded widget |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.createImageEmbeddedWidget(BBjString p_name$, BBjString p_title$, URL p_imageURL!)
Creates and returns an image embedded widget |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.createJasperViewerEmbeddedWidget(BBjString p_name$, BBjString p_title$, BBJasperReport p_report!)
Creates and returns a jasper viewer embedded widget by passing in a BBJasperReport object |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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 |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
public static EmbeddedWidget |
Dashboard.EmbeddedWidgetFactory.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. |
Modifier and Type | Origin and Description |
---|---|
public void |
Dashboard.EmbeddedWidgetSet.addEmbeddedWidget(EmbeddedWidget p_embeddedWidget!)
Adds an embedded widget to the embbeded widget set |
Modifier and Type | Origin and Description |
---|---|
EmbeddedWidgetControl |
Dashboard.EmbeddedWidgetControl.EmbeddedWidgetControl(EmbeddedWidget p_embeddedWidget!, BBjWindow p_parentWindow!, BBjNumber p_x, BBjNumber p_y, BBjNumber p_width, BBjNumber p_height, BBjString p_flags$)
Constructs a EmbeddedWidgetControl |
EmbeddedWidgetWindow |
Dashboard.EmbeddedWidgetWindow.EmbeddedWidgetWindow(EmbeddedWidget p_embeddedWidget!)
Constructs a EmbeddedWidgetWindow |
EmbeddedWidgetWindow |
Dashboard.EmbeddedWidgetWindow.EmbeddedWidgetWindow(EmbeddedWidget p_embeddedWidget!, BBjNumber p_width, BBjNumber p_height)
Constructs a EmbeddedWidgetWindow passing in a desired width and height |