Modifier and Type | Origin and Description |
---|---|
public DashboardWidgetControl |
Dashboard.DashboardCategoryControl.getDashboardWidgetControl(BBjString p_widgetName$)
Returns a dashboard widget control |
Modifier and Type | Origin and Description |
---|---|
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 |