public class DashboardWidgetControl extends WidgetControl
CloseButton!, DASHBOARD_WIDGET_AUTO_REFRESH_CONFIG_NAME$, DASHBOARD_WIDGET_AUTO_REFRESH_DONE_BUTTON_NAME$, DASHBOARD_WIDGET_AUTO_REFRESH_NAME$, DASHBOARD_WIDGET_AUTO_REFRESH_RATE_NAME$, DASHBOARD_WIDGET_AUTO_REFRESH_TEXT_NAME$, DASHBOARD_WIDGET_AUTO_REFRESH_UNITS_NAME$, DASHBOARD_WIDGET_AUTO_REFRESH_WINDOW_NAME$, DASHBOARD_WIDGET_CLOSE_BUTTON_NAME$, DASHBOARD_WIDGET_DECORATION_WINDOW_NAME$, DASHBOARD_WIDGET_MANUAL_REFRESH_NAME$, DASHBOARD_WIDGET_OPTIONS_BUTTON_NAME$, DASHBOARD_WIDGET_POPOUT_BUTTON_NAME$, DASHBOARD_WIDGET_REFRESH_MENU_NAME$, DASHBOARD_WIDGET_TITLE_BAR_NAME$, DASHBOARD_WIDGET_TITLE_TEXT_NAME$, DASHBOARD_WIDGET_WINDOW_NAME$, DraggingEnabled, MoveParentWindow, SelectEnabled, WidgetWindowX, WidgetWindowY
Constructor and Description |
---|
DashboardWidgetControl(DashboardCategoryControl p_dashboardCategoryControl!,
DashboardWidget p_dashboardWidget!,
BBjWindow p_parentWindow!,
BBjNumber p_x,
BBjNumber p_y,
BBjNumber p_width,
BBjNumber p_height,
BBjString p_flags$)
Contructs a dashboard widget control
|
Modifier and Type | Method and Description |
---|---|
void |
activate(BBjNumber p_activate)
Activates/Deactivates the dashboard widget control
|
void |
destroy()
Destroys the dashboard widget control
|
DashboardCategoryControl |
getDashboardCategoryControl()
Returns the dashboard category control that the dashboard widget control is housed in
|
void |
OnMouseUp(BBjMouseUpEvent p_event!)
Called when mouse is released on the dashboard widget control
|
void |
OnPopout(BBjToolButtonPushEvent p_event!)
Called popout button is pressed on the dashboard widget control
|
void |
OnPopoutClose(BBjToolButtonPushEvent p_event!)
Called when the popout window close button is pressed
|
addFilter, addLink, getAutoRefreshEnabled, getAutoRefreshRate, getAutoRefreshUnit, getBackColor, getBBjControl, getDashboardWidget, getHeight, getName, getParentWindow, getPreviewImage, getScreenX, getScreenY, getTitle, getWidget, getWidth, getX, getY, isActive, isAutoRefreshConfigurationMenuItemEnabled, isAutoRefreshMenuItemEnabled, isCloseButtonEnabled, isDestroyed, isDraggingEnabled, isEmailMenuItemEnabled, isExportDataMenuItemEnabled, isManualRefreshMenuItemEnabled, isOptionsButtonEnabled, isPopoutButtonEnabled, isRefreshMenuEnabled, isRefreshMenuItemEnabled, isSaveMenuItemEnabled, isSelectEnabled, isViewDataMenuItemEnabled, OnAutoRefresh, OnAutoRefreshClose, OnAutoRefreshConfiguration, OnAutoRefreshDone, OnAutoRefreshTimer, OnClose, OnDashboardWidgetMenuItemSelect, OnEmail, OnExportData, OnFilterSelect, OnJasperViewerMouseClick, OnLinkToolButton, OnManualRefresh, OnMouseDown, OnMouseMove, OnOptions, OnPopoutWindowClose, OnPopoutWindowResize, OnRefresh, OnSave, OnViewData, OnWidgetControlMouseUp, OnWidgetControlPopup, popoutWindowResizeTimerEvent, refresh, refresh, refreshView, setActive, setAutoRefreshConfigurationMenuItemEnabled, setAutoRefreshEnabled, setAutoRefreshMenuItemEnabled, setAutoRefreshRate, setAutoRefreshUnit, setBackColor, setClickCallback, setCloseButtonEnabled, setDraggingEnabled, setEmailMenuItemEnabled, setExportDataMenuItemEnabled, setLeftClickCallback, setLocation, setManualRefreshMenuItemEnabled, setOptionsButtonEnabled, setPopoutButtonEnabled, setPreviewImage, setRefreshCallback, setRefreshConfigurationMenuEnabled, setRefreshMenuItemEnabled, setRightClickCallback, setSaveMenuItemEnabled, setSelectCallback, setSelected, setSelectEnabled, setSize, setTitle, setViewDataMenuItemEnabled, setVisible
public DashboardWidgetControl(DashboardCategoryControl p_dashboardCategoryControl!, DashboardWidget p_dashboardWidget!, BBjWindow p_parentWindow!, BBjNumber p_x, BBjNumber p_y, BBjNumber p_width, BBjNumber p_height, BBjString p_flags$)
p_dashboardCategoryControl!
- Dashboard category control that this control will be a part ofp_dashboardWidget!
- Dashboard widget to display in the widget controlp_parentWindow!
- Parent window of the widget controlp_x
- X location of the widget controlp_y
- Y location of the widget controlp_width
- Width of the widget controlp_height
- Height of the widget controlp_flags$
- Flags that control the appearance and behavior of the widget controlpublic void OnPopout(BBjToolButtonPushEvent p_event!)
OnPopout
in class WidgetControl
p_event!
- BBjToolButtonPushEvent that contains event informationpublic void OnPopoutClose(BBjToolButtonPushEvent p_event!)
OnPopoutClose
in class WidgetControl
p_event!
- BBjToolButtonPushEvent that contains event informationpublic void OnMouseUp(BBjMouseUpEvent p_event!)
OnMouseUp
in class WidgetControl
p_event!
- BBjMouseUpEvent that contains event informationpublic void activate(BBjNumber p_activate)
activate
in class WidgetControl
p_activate
- Active status, 0 = inactive, 1 = activepublic DashboardCategoryControl getDashboardCategoryControl()
DashboardCategoryControl
- that the dashboard widget control is housed inpublic void destroy()
destroy
in class WidgetControl