public class EmbeddedWidgetSetControl extends DashboardCategoryControl
EmbeddedWidgetSetControl Class that is used to display a embedded widget set in a control
DASHBOARD_CATEGORY_CONTROL_TITLE_BAR_NAME$="dashboardCategoryControlTitleBar", DASHBOARD_CATEGORY_CONTROL_TITLE_TEXT_NAME$="dashboardCategoryControlTitleText", DASHBOARD_CATEGORY_WINDOW_NAME$="dashboardCategoryWindow", Title$, WidgetMidpointsVector! | Constructor and Description |
|---|
EmbeddedWidgetSetControl(EmbeddedWidgetSet p_embeddedWidgetSet!, BBjWindow p_parentWindow!, BBjNumber p_x, BBjNumber p_y, BBjNumber p_width, BBjNumber p_height, BBjString p_flags$)Constructs a EmbeddedWidgetSetControl |
EmbeddedWidgetSetControl(EmbeddedWidgetSet p_embeddedWidgetSet!, BBjWindow p_parentWindow!, BBjNumber p_x, BBjNumber p_y, BBjNumber p_width, BBjNumber p_height, BBjString p_flags$, BBjNumber p_titleBar)Constructs a EmbeddedWidgetSetControl |
| Modifier and Type | Method and Description |
|---|---|
void | setSize(BBjNumber p_width, BBjNumber p_height)Sets the size of the EmbeddedWidgetSetControl |
activateWidget, deselectWidgetControl, destroy, getActiveDashboardWidgetControlPosition, getActiveDashboardWidgetControls, getBackColor, getBBjControl, getDashboardCategory, getDashboardCategoryWindow, getDashboardControl, getDashboardWidgetControl, getDashboardWidgetControls, getInactiveDashboardWidgetControlPosition, getInactiveDashboardWidgetControls, getName, getNumActiveDashboardWidgetControls, getNumDashboardWidgetControls, getNumInactiveDashboardWidgetControls, layoutWidgets, OnWidgetSelect, refresh, removeDashboardWidgetControl, removeDashboardWidgetControl, repositionDashboardWidgetControl, repositionDashboardWidgetControl, repositionDashboardWidgetControl, repositionDashboardWidgetControl, resetContainerHeight, setBackColor, setSize, setTitle, setVisible public EmbeddedWidgetSetControl(EmbeddedWidgetSet p_embeddedWidgetSet!, BBjWindow p_parentWindow!, BBjNumber p_x, BBjNumber p_y, BBjNumber p_width, BBjNumber p_height, BBjString p_flags$)Constructs a EmbeddedWidgetSetControl
p_embeddedWidgetSet! EmbeddedWidgetSet to display in the controlp_parentWindow! BBjWindow that the embedded widget set control will be addedp_x X location of the widget set controlp_y Y location of the widet set controlp_width Width of the widget set controlp_height Height of the widget set controlp_flags$ BBjControl flags that will be applied to the widget set control BBjWindow::addChildWindow for the list of valid flag optionspublic EmbeddedWidgetSetControl(EmbeddedWidgetSet p_embeddedWidgetSet!, BBjWindow p_parentWindow!, BBjNumber p_x, BBjNumber p_y, BBjNumber p_width, BBjNumber p_height, BBjString p_flags$, BBjNumber p_titleBar)Constructs a EmbeddedWidgetSetControl
p_embeddedWidgetSet! EmbeddedWidgetSet to display in the controlp_parentWindow! BBjWindow that the embedded widget set control will be addedp_x X location of the widget set controlp_y Y location of the widet set controlp_width Width of the widget set controlp_height Height of the widget set controlp_flags$ BBjControl flags that will be applied to the widget set controlp_titleBar Indicates if the the control should include title bar, 0=No title bar, 1=Title bar BBjWindow::addChildWindow for the list of valid flag options