Modifier and Type | Origin and Description |
---|---|
public DashboardCategory |
Dashboard.DashboardWidget.DashboardCategory!()
DashboardCategory which a part of |
Modifier and Type | Origin and Description |
---|---|
public DashboardCategory |
Dashboard.Dashboard.addDashboardCategory(BBjString p_categoryName$, BBjString p_categoryTitle$)
Adds a dashboard category, which is used to group widgets, to the dashboard |
public DashboardCategory |
Dashboard.Dashboard.getDashboardCategory(BBjString p_categoryName$)
Returns a category of the dashboard, give a category name |
public DashboardCategory |
Dashboard.DashboardCategoryControl.getDashboardCategory()
Returns the encapuslated dashboard category used in the dashboard category control |
Modifier and Type | Origin and Description |
---|---|
DashboardWidget |
Dashboard.DashboardWidget.DashboardWidget(DashboardCategory p_dashboardCategory!, Widget p_widget!)
DashboardWidget Constructs a DashboardWidget |
DashboardCategoryControl |
Dashboard.DashboardCategoryControl.DashboardCategoryControl(DashboardCategory p_dashboardCategory!, BBjWindow p_parentWindow!, BBjNumber p_x, BBjNumber p_y, BBjNumber p_width, BBjNumber p_height, BBjString p_flags$)
Constructs a DashboardCategoryControl |
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 |
DashboardCategoryControl |
Dashboard.DashboardCategoryControl.DashboardCategoryControl(DashboardCategory p_dashboardCategory!, BBjWindow p_parentWindow!, BBjNumber p_x, BBjNumber p_y, BBjNumber p_width, BBjNumber p_height, BBjString p_flags$, BBjNumber p_titleBar)
Constructs a DashboardCategoryControl |
DashboardCategoryAttribute |
Dashboard.DashboardCategoryAttribute.DashboardCategoryAttribute(DashboardCategory p_category!)
Constructs a DashboardCategoryAttribute given an existing DashboardCategory. The DashboardCategoryAttribute's fields are populated automatically from the DashboardCategory. |