Modifier and Type | Origin and Description |
---|---|
public void |
Dashboard.DashboardWidget.setWidgetControl(WidgetControl p_WidgetControl!)
Sets the WidgetControl (view) that's associated with the DashboardWidget (model) |
public void |
Dashboard.DashboardCategoryControl.activateWidget(DashboardWidgetControl p_dashboardWidgetControl!, BBjNumber p_activate)
Sets the active dashboard widget control that is part of the dashboard category control |
public void |
Dashboard.DashboardCategoryControl.removeDashboardWidgetControl(DashboardWidgetControl p_dashboardWidgetControl!)
An internal method that removes a dashboard widget control that is part of the dashboard category control given the DashboardWidgetControl object |
public void |
Dashboard.DashboardCategoryControl.repositionDashboardWidgetControl(DashboardWidgetControl p_dashboardWidgetControl!)
An internal method that repositions a dashboard widget control that is part of the dashboard category control given the DashboardWidgetControl object This method is called as a result of the user dragging and dropping a widget control into a new position. The method determines the new placement of the widget control, then calls the repositionDashboardWidgetControl() method with the control and destination position. |
public void |
Dashboard.DashboardCategoryControl.repositionDashboardWidgetControl(DashboardWidgetControl p_dashboardWidgetControl!, BBjNumber p_destPosition)
An internal method that repositions a dashboard widget control that is part of the dashboard category control given the DashboardWidgetControl object and a destination position |
public void |
Dashboard.BBjWidget.create(BBjControl p_widgetControlWindow!)
Creates a BBjWidget in the specified BBjChildWindow |
public void |
Dashboard.GridWidget.setClickTarget(BBjControl p_control!, BBjNumber p_x, BBjNumber p_y)
An internal method used by the Dashboard WidgetControl that sets the |
public static BBjNumber |
DialogWizard.DialogUtils.checkFile(BBjControl pControl!, BBjString pFilePath$, BBjNumber pMustExist, BBjNumber pFileOnly, BBjNumber pQuiet)
Method checkFile: Validity check for a given file path |
Modifier and Type | Origin and Description |
---|---|
DashboardCategoryControl |
Dashboard.DashboardCategoryControl.DashboardCategoryControl(DashboardCategory p_dashboardCategory!, DashboardControl p_dashboardControl!, BBjWindow p_parentWindow!, BBjNumber p_x, BBjNumber p_y, BBjNumber p_width, BBjNumber p_height, BBjString p_flags$)
Constructs a DashboardCategoryControl |
DashboardWidgetControl |
Dashboard.DashboardWidgetControl.DashboardWidgetControl(DashboardCategoryControl p_dashboardCategoryControl!, DashboardWidget p_dashboardWidget!, BBjWindow p_parentWindow!, BBjNumber p_x, BBjNumber p_y, BBjNumber p_width, BBjNumber p_height, BBjString p_flags$)
Contructs a dashboard widget control |
DashboardWidgetSelectEvent |
Dashboard.DashboardWidgetSelectEvent.DashboardWidgetSelectEvent(DashboardWidget p_dashboardWidget!, WidgetControl p_widgetControl!)
Contructs a DashboardWidgetSelectEvent |
DashboardWidgetFilterSelectEvent |
Dashboard.DashboardWidgetFilterSelectEvent.DashboardWidgetFilterSelectEvent(DashboardWidget p_dashboardWidget!, BBjString p_filterName$, BBjString p_filterKey$, BBjString p_filterValue$, BBjNumber p_filterType, BBjControl p_filterControl!)
Contructs a DashboardWidgetFilterSelectEvent specifying the type of filter The dashboard utility uses this method internally to create a DashboardWidgetFilterSelectEvent. After the user selects a DashboardWidgetFilter item the WidgetControl uses this method to create a DashboardWidgetFilterSelectEvent that is then passed to your callback routine. |
BBJasperViewerWindow |
BBJasper.BBJasperViewerWindow.BBJasperViewerWindow(BBJasperViewerControl p_parentViewerControl!, BBJasperReport p_report!, BBjNumber p_x, BBjNumber p_y, BBjNumber p_width, BBjNumber p_height, BBjString p_title!, BBjString p_flags$, BBjNumber p_fitType)
Constructor Constructs a BBJasperViewerWindow given a parent BBJasperViewercontrol object, BBJasperReport object, window x, window y, window width, window height, window title, and window flags |
BBJasperViewerWindow |
BBJasper.BBJasperViewerWindow.BBJasperViewerWindow(BBJasperViewerControl p_parentViewerControl!, BBjVector p_reports!, BBjNumber p_x, BBjNumber p_y, BBjNumber p_width, BBjNumber p_height, BBjString p_title!, BBjString p_flags$, BBjNumber p_fitType)
Constructor Constructs a BBJasperViewerWindow given a parent BBJasperViewercontrol object, BBJasperReport object, window x, window y, window width, window height, window title, and window flags |
BBJasperViewerWindow |
BBJasper.BBJasperViewerWindow.BBJasperViewerWindow(BBJasperViewerControl p_parentViewerControl!, JasperPrint p_jasperPrint!, BBjNumber p_x, BBjNumber p_y, BBjNumber p_width, BBjNumber p_height, BBjString p_title!, BBjString p_flags$, BBjNumber p_fitType)
Constructor Constructs a BBJasperViewerWindow given a parent JasperViewerControl object, JasperPrint object, window X, window Y, window width, window height, window title, window flags, and fit type |
BBJasperTabbedView |
BBJasper.BBJasperTabbedView.BBJasperTabbedView(BBJasperViewerControl p_viewerControl!, BBjWindow p_window!, BBjNumber p_id, BBjNumber p_x, BBjNumber p_y, BBjNumber p_width, BBjNumber p_height, BBjNumber p_fitType)
Constructor Constructs a BBJasperTabbedView given a BBJasperViewerControl object, BBjWindow object, control id, control x, control y, control width, control height and fit type |