Modifier and Type | Origin and Description |
---|---|
public WidgetControl |
Dashboard.DashboardWidgetEvent.WidgetControl!()
The WidgetControl (UI class) that's associated with the DashboardWidget (Data class). You can query the WidgetControl for UI specifics, such as size and location that may be useful when responding to the click event. |
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 |
Modifier and Type | Origin and Description |
---|---|
DashboardWidgetSelectEvent |
Dashboard.DashboardWidgetSelectEvent.DashboardWidgetSelectEvent(DashboardWidget p_dashboardWidget!, WidgetControl p_widgetControl!)
Contructs a DashboardWidgetSelectEvent |