public class EmbeddedWidgetSetControl extends DashboardCategoryControl
DASHBOARD_CATEGORY_CONTROL_TITLE_BAR_NAME$, DASHBOARD_CATEGORY_CONTROL_TITLE_TEXT_NAME$, DASHBOARD_CATEGORY_WINDOW_NAME$, 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, 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$)
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 controlpublic 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)
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 barpublic void setSize(BBjNumber p_width, BBjNumber p_height)
setSize
in class DashboardCategoryControl
p_width
- Width of the EmbeddedWidgetSetControl.p_height
- Height of the EmbeddedWidgetSetControl.