public class DashboardWidgetControl extends WidgetControl
DashboardWidgetControl UI class that displays a dashboard widget
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=1, MoveParentWindow=0, SelectEnabled=1, 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 |
activate, addFilter, addLink, destroy, 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, OnMouseUp, OnOptions, OnPopout, OnPopoutClose, 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$)
Contructs a dashboard widget control
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 control BBjWindow::addChildWindow for the list of valid flag options
public void activate(BBjNumber p_activate)
Activates/Deactivates the dashboard widget control
p_activate
Active status, 0=inactive, 1=activepublic void destroy()
Destroys the dashboard widget control
public DashboardCategoryControl getDashboardCategoryControl()
Returns the dashboard category control that the dashboard widget control is housed in
DashboardCategoryControl
that the dashboard widget control is housed inpublic void OnMouseUp(BBjMouseUpEvent p_event!)
Called when mouse is released on the dashboard widget control
p_event!
BBjMouseUpEvent that contains event informationpublic void OnPopout(BBjToolButtonPushEvent p_event!)
Called popout button is pressed on the dashboard widget control
p_event!
BBjToolButtonPushEvent that contains event informationpublic void OnPopoutClose(BBjToolButtonPushEvent p_event!)
Called when the popout window close button is pressed
p_event!
BBjToolButtonPushEvent that contains event information