Modifier and Type | Origin and Description |
---|---|
public void |
.AdminLoginDialog.OnUpdate(BBjSysGuiEvent p_event!)
|
public void |
Dashboard.DashboardWindow.OnResize(BBjResizeEvent p_event!)
Called when the window is resized by the user |
public void |
Dashboard.DashboardWindow.OnResizeTimer(BBjTimerEvent p_event!)
Called when the resize timer is triggered |
public void |
Dashboard.DashboardControl.OnAddWidget(BBjToolButtonPushEvent p_event!)
Called when the Add Widget button is pushed in the Customize window, changing a widget's state from inactive to active |
public void |
Dashboard.DashboardControl.OnColorThemeSelect(BBjListChangeEvent p_event!)
Called when the user selects a color theme from the Customize window |
public void |
Dashboard.DashboardControl.OnCustomize(BBjButtonPushEvent p_event!)
Called when the customize button is pressed |
public void |
Dashboard.DashboardControl.OnCustomizeDone(BBjSysGuiEvent p_event!)
Called when the Done tool button is pushed in the Customize window |
public void |
Dashboard.DashboardControl.OnCustomizeNext(BBjSysGuiEvent p_event!)
Called when the Next tool button is pushed in the Customize window |
public void |
Dashboard.DashboardControl.OnCustomizePrev(BBjSysGuiEvent p_event!)
Called when the Prev tool button is pushed in the Customize window |
public void |
Dashboard.DashboardControl.OnCustomizeResize(BBjResizeEvent p_event!)
Called when the Customize window is resized. |
public void |
Dashboard.DashboardControl.OnCustomizeResizeTimer(BBjTimerEvent p_event!)
Called when the resize timer is triggered |
public void |
Dashboard.DashboardControl.OnDoNotUseWidgetFontScaling(BBjCheckOffEvent p_event!)
Called when the user chooses to use a dynamic widget size |
public void |
Dashboard.DashboardControl.OnFontSelect(BBjListChangeEvent p_event!)
Called when the user selects a custom font from the Customize window |
public void |
Dashboard.DashboardControl.OnPreviewScroll(BBjWindowScrollEvent p_event!)
Called when the preview window is scrolled in the Customize window |
public void |
Dashboard.DashboardControl.OnRefresh(BBjButtonPushEvent p_event!)
Called when the Refresh tool button is pushed |
public void |
Dashboard.DashboardControl.OnTabSelect(BBjTabSelectedEvent p_event!)
Called when a tab is selected |
public void |
Dashboard.DashboardControl.OnUseDynamicWidgetSize(BBjCheckOffEvent p_event!)
Called when the user chooses to use a dynamic widget size |
public void |
Dashboard.DashboardControl.OnUseFixedWidgetSize(BBjCheckOnEvent p_event!)
Called when the user chooses to use a fixed widget size |
public void |
Dashboard.DashboardControl.OnUseWidgetFontScaling(BBjCheckOnEvent p_event!)
Called when the user chooses to use a fixed widget size |
public void |
Dashboard.DashboardControl.OnWidgetFontScalingScroll(BBjControlScrollEvent p_event!)
Called when the user selects a custom font scaling factor from the Customize window |
public void |
Dashboard.DashboardControl.OnWidgetSizeScroll(BBjControlScrollEvent p_event!)
Called when the user selects a color theme from the Customize window |
public void |
Dashboard.DashboardCategoryControl.OnWidgetSelect(BBjCustomEvent p_event!)
Called when a widget is selected |
public void |
Dashboard.WidgetControl.OnAutoRefresh(BBjPopupSelectEvent p_event!)
An internal method used by the WidgetControl that is called when the auto refresh menu item is selected |
public void |
Dashboard.WidgetControl.OnAutoRefreshClose(BBjCloseEvent p_event!)
An internal method used by the WidgetControl that is called when the auto refresh configuration window close is selected |
public void |
Dashboard.WidgetControl.OnAutoRefreshConfiguration(BBjPopupSelectEvent p_event!)
An internal method used by the WidgetControl that is called when the auto refresh configuratoin menu item is selected |
public void |
Dashboard.WidgetControl.OnAutoRefreshDone(BBjToolButtonPushEvent p_event!)
An internal method used by the WidgetControl that is called when the auto refresh configuration window close is selected |
public void |
Dashboard.WidgetControl.OnAutoRefreshTimer(BBjTimerEvent p_event!)
An internal method used by the WidgetControl that is called when the auto refresh timer is fired. As of BBj 18.20 this event only applies to active widgets. A widget that is hidden will not refresh until it is activated again. |
public void |
Dashboard.WidgetControl.OnClose(BBjToolButtonPushEvent p_event!)
An internal method used by the WidgetControl that is called when the user deactivates the widget by pressing the close button on the widget control |
public void |
Dashboard.WidgetControl.OnDashboardWidgetMenuItemSelect(BBjPopupSelectEvent p_event!)
An internal method used by the WidgetControl that is called when the user selects a menu item from a custom DashboardWidgetMenu This routine responds to the user selecting a menu item from a custom DashboardWidgetMenu, creates the relevant DashboardWidgetMenuSelectEvent object, then posts the custom event so that the developer's callback routine executes in response to the DashboardWidgetMenuSelectEvent. |
public void |
Dashboard.WidgetControl.OnEmail(BBjPopupSelectEvent p_event!)
Called when the email popup menu item is selected on the widget control |
public void |
Dashboard.WidgetControl.OnExportData(BBjPopupSelectEvent p_event!)
Called when the export data popup menu item is selected on the widget control |
public void |
Dashboard.WidgetControl.OnFilterSelect(BBjEvent p_event!)
An internal method used by the WidgetControl that is called when the a filter list item is selected in a filter on the widget control This routine responds to the user selecting an item from a custom DashboardWidgetFilter, creates the relevant DashboardWidgetFilterSelectEvent object, then posts the custom event so that the developer's callback routine executes in response to the DashboardWidgetFilterSelectEvent. |
public void |
Dashboard.WidgetControl.OnJasperViewerMouseClick(BBjCustomEvent p_event!)
Called when the mouse is clicked in a Jasper Viewer |
public void |
Dashboard.WidgetControl.OnLinkToolButton(BBjToolButtonPushEvent p_event!)
An internal method used by the WidgetControl that is called when a link is selected to invoke a URL for the widget control This routine responds to the user clicking a DashboardWidgetLink, creates the relevant DashboardWidgetLinkSelectEvent object, then posts the custom event so that the developer's callback routine executes in response to the DashboardWidgetLinkSelectEvent. In GUI, this routine executes a BBjThinClient::browse() to launch the link if the DashboardWidgetLink's BrowseOnSelect parameter is true. In BUI, the link is created with an anchor tag that has a target='_blank' attribute to open the link in a new tab instead of a popup browser window. |
public void |
Dashboard.WidgetControl.OnManualRefresh(BBjPopupSelectEvent p_event!)
An internal method used by the WidgetControl that is called when the manual refresh menu item is selected |
public void |
Dashboard.WidgetControl.OnMouseDown(BBjMouseDownEvent p_event!)
An internal method used by the WidgetControl that is called when the mouse is pressed down in the widget control. The OnMouse* events are used specifically for draggging and rearranging DashboardWidgets. |
public void |
Dashboard.WidgetControl.OnMouseMove(BBjMouseMoveEvent p_event!)
An internal method used by the WidgetControl that is called when the mouse is moved in the widget control. The OnMouse* events are used specifically for draggging and rearranging DashboardWidgets. |
public void |
Dashboard.WidgetControl.OnMouseUp(BBjMouseUpEvent p_event!)
An internal method used by the WidgetControl that is called when the mouse is released in the widget control. The OnMouse* events are used specifically for draggging and rearranging DashboardWidgets. |
public void |
Dashboard.WidgetControl.OnOptions(BBjToolButtonPushEvent p_event!)
An internal method used by the WidgetControl that is called when the Options tool button is pushed on the widget control |
public void |
Dashboard.WidgetControl.OnPopout(BBjToolButtonPushEvent p_event!)
An internal method used by the WidgetControl in response to the widget's popout button press event |
public void |
Dashboard.WidgetControl.OnPopoutClose(BBjToolButtonPushEvent p_event!)
An internal method used by the WidgetControl in response to the popout window's close button's pressed event |
public void |
Dashboard.WidgetControl.OnPopoutWindowClose(BBjCloseEvent p_event!)
An internal method used by the WidgetControl in response to the popout window's close event |
public void |
Dashboard.WidgetControl.OnPopoutWindowResize(BBjResizeEvent p_event!)
An internal method used by the WidgetControl in response to the popout window's resize event |
public void |
Dashboard.WidgetControl.OnRefresh(BBjPopupSelectEvent p_event!)
Called when the refresh popup menu item is selected on the widget control |
public void |
Dashboard.WidgetControl.OnSave(BBjPopupSelectEvent p_event!)
Called when the save popup menu item is selected on the widget control |
public void |
Dashboard.WidgetControl.OnViewData(BBjPopupSelectEvent p_event!)
Called when the view data popup menu item is selected on the widget control |
public void |
Dashboard.WidgetControl.OnWidgetControlMouseUp(BBjMouseUpEvent p_event!)
An internal method used by the WidgetControl that is called when the user presses a mouse key down and then releases it over the widget window This routine responds to the mouse click and will either post custom events if the developer has registered for click events, or will execute default behavior based on which mouse button was pressed. By default, a left click adds a tooltip to the interior chart widget if the user clicked on a chart's data item, e.g. a bar in a bar chart or slice in a pie chart. By default, a right click displays the default popup Options menu which is also available by selecting a DashboardWidget's Options tool button. If the developer set callbacks for a DashboardWidgetClickEvent, DashboardWidgetLeftClickEvent, or DashboardWidgetRightClickEvent then the routine creates the relevant DashboardWidgetEvent(s) based on the registered events, then posts the custom event(s) so that the developer's callback routines execute in response to the mouse event. |
public void |
Dashboard.WidgetControl.OnWidgetControlPopup(BBjPopupRequestEvent p_event!)
An internal method used by the WidgetControl that is called when the mouse is right-clicked over the widget window This method exists so that a custom popup menu will be displayed instead of the default browser's popup menu. |
public void |
Dashboard.WidgetControl.popoutWindowResizeTimerEvent(BBjTimerEvent p_event!)
An internal method used by the WidgetControl to resize the window when the popout window's resize timer event fires |
public void |
Dashboard.DashboardWidgetControl.OnMouseUp(BBjMouseUpEvent p_event!)
Called when mouse is released on the dashboard widget control |
public void |
Dashboard.DashboardWidgetControl.OnPopout(BBjToolButtonPushEvent p_event!)
Called popout button is pressed on the dashboard widget control |
public void |
Dashboard.DashboardWidgetControl.OnPopoutClose(BBjToolButtonPushEvent p_event!)
Called when the popout window close button is pressed |
public void |
Dashboard.EmbeddedWidgetSetWindow.OnWidgetSetWindowResize(BBjResizeEvent p_event!)
Called when the window is resized by the user |
public void |
Dashboard.EmbeddedWidgetSetWindow.OnWidgetSetWindowResizeTimer(BBjTimerEvent p_event!)
Called when the resize timer is triggered |
public void |
Dashboard.HtmlViewWidget.OnControlPopupRequest(BBjPopupRequestEvent p_event!)
An internal method that is called when the mouse is right-clicked over the HtmlViewWidget This method exists so that a custom popup menu will be displayed instead of the default browser's popup menu. The method is technically a no-op, but needs to exist as we need to register for the window's ON_POPUP_REQUEST event in order to prevent the browser from displaying its own popup menu when running in BUI. |
public void |
Dashboard.HtmlViewWidget.OnHtmlViewEvent(BBjSysGuiEvent p_event!)
An internal method that is called when an event occurs on the HtmlViewerWidget for which a callback event has been registered |
public void |
Dashboard.HtmlViewWidget.OnPageLoaded(BBjPageLoadedEvent p_event!)
An internal method that is called when the HtmlViewWidget's content (URL or HTML text) has finished loading so that URLs and JavaScript can be injected/executed if applicable |
public void |
Dashboard.GridWidget.OnControlPopupRequest(BBjPopupRequestEvent p_event!)
An internal method that is called when the mouse is right-clicked over the GridWidget This method exists so that a custom popup menu will be displayed instead of the default browser's popup menu. The method is technically a no-op, but needs to exist as we need to register for the window's ON_POPUP_REQUEST event in order to prevent the browser from displaying its own popup menu when running in BUI. |
public void |
Dashboard.GridWidget.OnGridWidgetEvent(BBjSysGuiEvent p_event!)
An internal method that is called when the user initiates an event on a GridWidget for which a callback event has been registered |
public void |
Dashboard.ChartWidget.OnClearTip(BBjTimerEvent p_event!)
Removes the chart's tip that is shown after clicking on a data entity. This method is called automatically and is not typically accessed via code. |
public void |
Dashboard.JasperViewerWidget.OnViewerControlEvent(BBjSysGuiEvent p_event!)
An internal method that is called when the user initiates an event on a JasperViewerWidget's control for which a callback event has been registered |
public void |
.WidgetWizard.OnBackButton(BBjButtonPushEvent p_event!)
Method OnBackButton: Button push event handler for the "Back" button |
public void |
.WidgetWizard.OnFinishButton(BBjButtonPushEvent p_event!)
Method OnFinishButton: Button push event handler for the "Finish" button |
public void |
.WidgetWizard.OnNextButton(BBjButtonPushEvent p_event!)
Method OnNextButton: Button push event handler for the "Next" button |
public void |
.BaseBuildItem.OnWidgetSelect(BBjCustomEvent p_event!)
Called when a widget is selected |
public void |
.WidgetDashboardBuildItem.OnTabSelect(BBjTabSelectedEvent p_event!)
Method OnTabSelect Called when the a tab is selected in the DashboardControl |
public void |
.WidgetWizardFrame1.OnWidgetDashboardSelect(BBjCheckOnEvent p_event!)
Method OnWidgetDashboardSelect: Called when the widget dashboard radio button is selected |
public void |
.WidgetWizardFrame1.OnWidgetSelect(BBjCheckOnEvent p_event!)
Method OnWidgetSelect: Called when the widget radio button is selected |
public void |
.WidgetWizardFrame1.OnWidgetSetSelect(BBjCheckOnEvent p_event!)
Method OnWidgetSetSelect: Called when the widget set radio button is selected |
public void |
.WidgetWizardFrame3.OnTitleModify(BBjEditModifyEvent p_event!)
Method OnTitleModify: |
public void |
.WidgetWizardFrame4.OnAddCategory(BBjButtonPushEvent p_event!)
Method OnAddCategory: Called when the Add button is pressed |
public void |
.WidgetWizardFrame4.OnCategorySelect(BBjCustomEvent p_event!)
Method OnCategorySelect Called when a category is selected |
public void |
.WidgetWizardFrame4.OnCategoryTitleModify(BBjEditModifyEvent p_event!)
Method OnCategoryTitleModify: |
public void |
.WidgetWizardFrame4.OnRemoveCategory(BBjButtonPushEvent p_event!)
Method OnRemoveCategory: Called when the Remove button is pressed |
public void |
.WidgetWizardFrame4.OnUpdateCategory(BBjButtonPushEvent p_event!)
Method OnUpdateCategory: Called when the Update button is pressed |
public void |
.WidgetWizardFrame5.OnCategoryListSelect(BBjListSelectEvent p_event!)
Method OnCategoryListSelect: Called when the widget category is selected |
public void |
.WidgetWizardFrame5.OnCategorySelect(BBjCustomEvent p_event!)
Method OnCategorySelect Called when a category is selected |
public void |
.WidgetWizardFrame5.OnKeypress(BBjKeypressEvent p_event!)
Method OnKeypress Called when a key is pressed in the Frame5 child window |
public void |
.WidgetWizardFrame5.OnWidgetAdd(BBjButtonPushEvent p_event!)
Method OnWidgetAdd: Called when the widget add button is pressed |
public void |
.WidgetWizardFrame5.OnWidgetRemove(BBjButtonPushEvent p_event!)
Method OnWidgetRemove: Called when the widget remove button is pressed |
public void |
.WidgetWizardFrame5.OnWidgetSelect(BBjCustomEvent p_event!)
Called when a widget is selected |
public void |
.WidgetWizardFrame5.OnWidgetTitleModify(BBjEditModifyEvent p_event!)
Method OnWidgetTitleModify: Called when the widget title is modified |
public void |
.WidgetWizardFrame5.OnWidgetTypeGainedFocus(BBjGainedFocusEvent p_event!)
Method OnWidgetTypeGainedFocus Called when the widget type menu button gains focus |
public void |
.WidgetWizardFrame5.OnWidgetTypeLostFocus(BBjLostFocusEvent p_event!)
Method OnWidgetTypeLostFocus Called when the widget type menu button loses focus |
public void |
.WidgetWizardFrame5.OnWidgetTypePushed(BBjButtonPushEvent p_event!)
Method OnWidgetTypePushed Called when the widget type menu buton is pushed |
public void |
.WidgetWizardFrame5.OnWidgetTypeSelect(BBjPopupSelectEvent p_event!)
Called when a widget type is selected |
public void |
.WidgetWizardFrame5.OnWidgetUpdate(BBjButtonPushEvent p_event!)
Method OnWidgetUpdate: Called when the widget update button is pressed |
public void |
.WidgetWizardFrame6.OnCategoryListSelect(BBjListSelectEvent p_event!)
Method OnCategoryListSelect: Called when a category is selected from the BBjListButton |
public void |
.WidgetWizardFrame6.OnCategorySelect(BBjCustomEvent p_event!)
Method OnCategorySelect Called when a category is selected |
public void |
.WidgetWizardFrame6.OnDataListSelect(BBjListSelectEvent p_event!)
Method OnDataListSelect: Called when a data option is selected from the BBjListButton |
public void |
.WidgetWizardFrame6.OnDataResultsClose(BBjSysGuiEvent p_event!)
Method OnDataResultsClose Called when the Data Results Window is closed |
public void |
.WidgetWizardFrame6.OnHTMLTextSelected(BBjCheckOnEvent p_event!)
Called when the HTML Text radio button is selected |
public void |
.WidgetWizardFrame6.OnHTMLURLSelected(BBjCheckOnEvent p_event!)
Called when the HTML URL radio button is selected |
public void |
.WidgetWizardFrame6.OnImageBrowse(BBjButtonPushEvent p_event!)
Method OnImageBrowse Called when the image browse button is pushed |
public void |
.WidgetWizardFrame6.OnImageFileSelected(BBjCheckOnEvent p_event!)
Called when the Image file radio button is selected |
public void |
.WidgetWizardFrame6.OnImageUrlSelected(BBjCheckOnEvent p_event!)
Called when the Image url radio button is selected |
public void |
.WidgetWizardFrame6.OnJasperBrowse(BBjButtonPushEvent p_event!)
Method OnJasperBrowse Called when the Jasper browse button is pushed |
public void |
.WidgetWizardFrame6.OnRSBrowse(BBjButtonPushEvent p_event!)
Method OnRSBrowse Called when the RS browse button is pushed |
public void |
.WidgetWizardFrame6.OnRSColumns(BBjButtonPushEvent p_event!)
Method OnRSColumns Called when the RS Fields button is pushed |
public void |
.WidgetWizardFrame6.OnRSColumnsCheckOff(BBjGridCheckOffEvent p_event!)
Method OnRSColumnsCheckOff Called a check box is checked off in the fields grid |
public void |
.WidgetWizardFrame6.OnRSColumnsCheckOn(BBjGridCheckOnEvent p_event!)
Method OnRSColumnsCheckOn Called a check box is checked on in the fields grid |
public void |
.WidgetWizardFrame6.OnRSColumnsClose(BBjSysGuiEvent p_event!)
Method OnRSColumnsClose Called when the RS Window is closed |
public void |
.WidgetWizardFrame6.OnRSColumnsExecute(BBjButtonPushEvent p_event!)
Method OnRSColumnsExecute Called when the RS Fields Execute button is pushed |
public void |
.WidgetWizardFrame6.OnSeriesAdd(BBjButtonPushEvent p_event!)
Method OnSeriesAdd: Called when the series add button is pushed |
public void |
.WidgetWizardFrame6.OnSeriesClose(BBjSysGuiEvent p_event!)
Method OnSeriesClose: Called when the series window is close |
public void |
.WidgetWizardFrame6.OnSeriesListSelect(BBjListSelectEvent p_event!)
Method OnSeriesListSelect: Called when a series is selected from the BBjListButton |
public void |
.WidgetWizardFrame6.OnSeriesRemove(BBjButtonPushEvent p_event!)
Method OnSeriesRemove: Called when the series remove button is pushed |
public void |
.WidgetWizardFrame6.OnSeriesSelect(BBjListClickEvent p_event!)
Method OnSeriesSelect: Called when a series is selected from the BBjListBox |
public void |
.WidgetWizardFrame6.OnSeriesUpdate(BBjButtonPushEvent p_event!)
Method OnSeriesUpdate: Called when the series update button is pushed |
public void |
.WidgetWizardFrame6.OnSQLExecute(BBjButtonPushEvent p_event!)
Method OnSQLExecute Called when the SQL Execute button is pushed |
public void |
.WidgetWizardFrame6.OnWidgetListSelect(BBjListSelectEvent p_event!)
Method OnWidgetListSelect: Called when a widget is selected from the BBjListButton |
public void |
.WidgetWizardFrame6.OnWidgetSelect(BBjCustomEvent p_event!)
Called when a widget is selected |
public void |
.WidgetWizardFrame6.OnWidgetUpdate(BBjButtonPushEvent p_event!)
Method OnUpdateWidget: Called when the update button is pressed |
public void |
.WidgetWizardFrame7.OnSourceFileBrowseButton(BBjButtonPushEvent ev!)
Method OnSourceFileBrowseButton: |
public void |
Dashboard.ExportDataDialog.OnBrowse(BBjButtonPushEvent p_event!)
OnBrowse Called when the browse button is pressed by the user to select the client side export file |
public void |
Dashboard.ExportDataDialog.OnExport(BBjButtonPushEvent p_event!)
OnExport Called when the export button is pressed to export the data to the client side file |
public void |
Dashboard.ExportDataDialog.OnFileModify(BBjEditModifyEvent p_event!)
OnFileModify Called when the export file name is changed |
public void |
DialogWizard.BBDialog.get_active_func(BBjNamespaceEvent pEvent!)
Method get_active_func: Check for and act on last application event, invoke caller's toolbar button push callback method |
public void |
DialogWizard.BBDialog.onWndActivate(BBjActivateEvent pEvent!)
Method onWndActivate: Set this task as the active task when window is activated |
public void |
DialogWizard.BBDialog.onWndRestore(BBjRestoreEvent pEvent!)
Method onWndRestore: Set this task as the active task when window is restored |
public void |
DialogWizard.DialogWizard.onBtnBackPush(BBjButtonPushEvent p_event!)
Method onBtnBackPush: Button push event handler for the "Back" button |
public void |
DialogWizard.DialogWizard.onBtnFinishPush(BBjButtonPushEvent p_event!)
Method onBtnFinishPush: Button push event handler for the "Finish" button |
public void |
DialogWizard.DialogWizard.onBtnNextPush(BBjButtonPushEvent p_event!)
Method onBtnNextPush: Button push event handler for the "Next" button |
public void |
DialogWizard.DialogWizard.onWndWizardClose(BBjCloseEvent p_event!) _break_
Method onWndWizardClose: Close event handler for the main window |
public void |
DialogWizard.DialogWizardFrame1.getPgmFileFindResult(BBjNamespaceEvent pEvent!)
Method getPgmFileFindResult: Get result of program file find from namespace |
public void |
DialogWizard.DialogWizardFrame1.getResFileFindResult(BBjNamespaceEvent pEvent!)
Method getResFileFindResult: Get result of resource file find from namespace |
public void |
DialogWizard.DialogWizardFrame1.onBtnGeneratePush(BBjButtonPushEvent pEvent!)
|
public void |
DialogWizard.DialogWizardFrame1.onInePgmFilePathLostFocus(BBjLostFocusEvent pEvent!)
Method onInePgmFilePathLostFocus: Focus lost event handler for the program file path input control |
public void |
DialogWizard.DialogWizardFrame1.onIneResFilePathLostFocus(BBjLostFocusEvent pEvent!)
Method onIneResFilePathLostFocus: Lost focus event handler for the resource file path input control |
public void |
DialogWizard.DialogWizardFrame1.onLbtDbNameListChange(BBjListChangeEvent pEvent!)
|
public void |
DialogWizard.DialogWizardFrame1.onLbtDbTableListChange(BBjListChangeEvent pEvent!)
|
public void |
DialogWizard.DialogWizardFrame1.onLbtWinIdListChange(BBjListChangeEvent pEvent!)
|
public void |
DialogWizard.DialogWizardFrame1.onTbtPgmFileFindPush(BBjToolButtonPushEvent pEvent!)
Method onTbtPgmFileFindPush: Tool button push event handler for the program file find tool button |
public void |
DialogWizard.DialogWizardFrame1.onTbtResFileFindPush(BBjToolButtonPushEvent pEvent!)
Method onTbtResFileFindPush: Tool button push event handler for the resource file find tool button |
public void |
DialogWizard.DialogWizardFrame2.onGrdControlVariablesKeyPress(BBjGridKeypressEvent pEvent!)
Method onGrdControlVariablesKeyPress: Key press event handler for the control variables grid control |
public void |
DialogWizard.DialogWizardFrame2.onGrdControlVariablesMouseUp(BBjGridMouseUpEvent pEvent!)
Method onGrdControlVariablesMouseUp: Mouse up event handler for the control variables grid control |
public void |
DialogWizard.DialogWizardFrame2.onGrdControlVariablesTypeQuery(BBjGridCellQueryEvent pEvent!)
Method onGrdControlVariablesTypeQuery: Cell query event handler for the "type" column |
public void |
DialogWizard.DialogWizardFrame2.onTypeSelectBtnCancelPush(BBjButtonPushEvent p_event!)
Method onTypeSelectBtnCancelPush: Button push event handler for the type selection "Cancel" button |
public void |
DialogWizard.DialogWizardFrame2.onTypeSelectBtnOkPush(BBjButtonPushEvent p_event!)
Method onTypeSelectBtnOkPush: Button push event handler for the type selection "OK" button |
public void |
DialogWizard.DialogWizardFrame2.onTypeSelectBtnSearchPush(BBjButtonPushEvent p_event!)
Method onTypeSelectBtnSearchPush: Button push event handler for the type selection "Search" button |
public void |
DialogWizard.DialogWizardFrame2.onTypeSelectLbtTypeChange(BBjListChangeEvent p_event!)
Method onTypeSelectLbtTypeChange: List change event handler for the type selection "Type" list button |
public void |
DialogWizard.DialogWizardFrame2.onWndTypeSelectClose(BBjCloseEvent p_event!) _break_
Method onWndTypeSelectClose: Window close event handler for the type selection dialog |
public void |
DialogWizard.DialogWizardFrame2.rebuildGrid(BBjNamespaceEvent ev!)
Method rebuildGrid: Namespace event handler to rebuild grid from "ControlVariables" vector |
public void |
DialogWizard.DialogWizardFrame3.onLbxCallbacksClick(BBjListClickEvent pEvent!)
Method onLbxCallbacksClick: List click event handler for the "Callbacks" list box |
public void |
DialogWizard.DialogWizardFrame3.onLbxCallbacksDoubleClick(BBjListDoubleClickEvent pEvent!)
Method onLbxCallbacksDoubleClick: List double-click event handler for the "Callbacks" list box |
public void |
DialogWizard.DialogWizardFrame3.onLbxControlsListClick(BBjListClickEvent pEvent!)
Method onLbxControlsListClick: List click event handler for the "Controls" list box |
public void |
DialogWizard.DialogWizardFrame3.onLbxEventsClick(BBjListClickEvent pEvent!)
Method onLbxEventsClick: List click event handler for the "Events" list box |
public void |
DialogWizard.DialogWizardFrame3.onLbxEventsDoubleClick(BBjListDoubleClickEvent pEvent!)
Method onLbxEventsDoubleClick: List double-click event handler for the "Events" list box |
public void |
DialogWizard.DialogWizardFrame3.onTbtAddPush(BBjToolButtonPushEvent pEvent!)
Method onTbtAddPush: Push event handler for the "Add" tool button |
public void |
DialogWizard.DialogWizardFrame3.onTbtRemovePush(BBjToolButtonPushEvent pEvent!)
Method onTbtRemovePush: Push event handler for the "Remove" tool button |
public void |
DialogWizard.DialogWizardFrame3.rebuildLists(BBjNamespaceEvent ev!)
Method rebuildLists: BBjNamespaceEvent event handler to rebuild the lists |
public void |
DialogWizard.DialogWizardFrame4.getImgPathQueryResult(BBjNamespaceEvent pEvent!)
Method getImgPathQueryResult: Namespace event handler for the image path query file chooser |
public void |
DialogWizard.DialogWizardFrame4.onGrdToolBarCellModify(BBjGridCellModifyEvent pEvent!)
Method onGrdToolBarCellModify: Grid cell modify event handler for the "Toolbar" grid |
public void |
DialogWizard.DialogWizardFrame4.onGrdToolBarGainedFocus(BBjGridGainedFocusEvent pEvent!)
Method onGrdToolBarGainedFocus: Grid gained focus event handler for the "Toolbar" grid |
public void |
DialogWizard.DialogWizardFrame4.onGrdToolBarImgPathQuery(BBjGridCellQueryEvent pEvent!)
Method onGrdToolBarImgPathQuery: Grid cell query event handler for the "Image Path" column |
public void |
DialogWizard.DialogWizardFrame4.onGrdToolBarKeyPress(BBjGridKeypressEvent pEvent!)
Method onGrdToolBarKeyPress: Grid keypress event handler for the "Toolbar" grid |
public void |
DialogWizard.DialogWizardFrame4.onGrdToolBarLostFocus(BBjGridLostFocusEvent pEvent!)
Method onGrdToolBarLostFocus: Grid lost focus event handler for the "Toolbar" grid |
public void |
DialogWizard.DialogWizardFrame4.onGrdToolBarMouseUp(BBjGridMouseUpEvent pEvent!)
Method onGrdToolBarMouseUp: Grid mouse up event handler for the "Toolbar" grid |
public void |
DialogWizard.DialogWizardFrame4.onGridToolBarSelectRow(BBjGridSelectRowEvent pEvent!)
Method onGridToolBarSelectRow: Grid select row event handler for the "Move To Last" tool button |
public void |
DialogWizard.DialogWizardFrame4.onInnBtnSizeLostFocus(BBjLostFocusEvent pEvent!)
Method onInnBtnSizeLostFocus: Lost focus event handler for the "Button Size" input control |
public void |
DialogWizard.DialogWizardFrame4.onInnSepWidthLostFocus(BBjLostFocusEvent pEvent!)
Method onInnSepWidthLostFocus: Lost focus event handler for the "Separator Width" input control |
public void |
DialogWizard.DialogWizardFrame4.onLbtBarTplListChange(BBjListChangeEvent pEvent!)
Method onLbtBarTplListChange: List change event handler for the "Toolbar Template" list button |
public void |
DialogWizard.DialogWizardFrame4.onLbtBtnTypeListChange(BBjListChangeEvent pEvent!)
Method onLbtBtnTypeListChange: List change event handler for the "Button Type" list button |
public void |
DialogWizard.DialogWizardFrame4.onLbtDockLocListChange(BBjListChangeEvent pEvent!)
Method onLbtDockLocListChange: List change event handler for the "Dock Location" list button |
public void |
DialogWizard.DialogWizardFrame4.onTbtAddPush(BBjToolButtonPushEvent pEvent!)
Method onTbtAddPush: Tool button push event handler for the "Add" tool button |
public void |
DialogWizard.DialogWizardFrame4.onTbtInsertPush(BBjToolButtonPushEvent pEvent!)
Method onTbtInsertPush: Tool button push event handler for the "Insert" tool button |
public void |
DialogWizard.DialogWizardFrame4.onTbtMoveDownPush(BBjToolButtonPushEvent pEvent!)
Method onTbtMoveDownPush: Tool button push event handler for the "Move Down" tool button |
public void |
DialogWizard.DialogWizardFrame4.onTbtMoveFirstPush(BBjToolButtonPushEvent pEvent!)
Method onTbtMoveFirstPush: Tool button push event handler for the "Move To First" tool button |
public void |
DialogWizard.DialogWizardFrame4.onTbtMoveLastPush(BBjToolButtonPushEvent pEvent!)
Method onTbtMoveLastPush: Tool button push event handler for the "Move To Last" tool button |
public void |
DialogWizard.DialogWizardFrame4.onTbtMoveUpPush(BBjToolButtonPushEvent pEvent!)
Method onTbtMoveUpPush: Tool button push event handler for the "Move Up" tool button |
public void |
DialogWizard.DialogWizardFrame4.onTbtRemovePush(BBjToolButtonPushEvent pEvent!)
Method onTbtRemovePush: Tool button push event handler for the "Remove" tool button |
public void |
DialogWizard.DialogWizardFrame4.rebuildGrid(BBjNamespaceEvent ev!)
Method rebuildGrid: Namespace event handler to rebuild the toolbar grid |
public void |
DialogWizard.DialogWizardRun.onBtnRunWizardPush(BBjButtonPushEvent p_event!)
Method onBtnRunWizardPush: Button push event handler for the "Run Wizard Again" button |
public void |
DialogWizard.DialogWizardRun.onBtnTestInBUIPush(BBjButtonPushEvent p_event!)
Method onBtnTestInBUIPush: Button push event handler for the "Test in BUI" button |
public void |
DialogWizard.DialogWizardRun.onBtnTestInGUIPush(BBjButtonPushEvent p_event!)
Method onBtnTestInGUIPush: Button push event handler for the "Test in GUI" button |
public void |
DialogWizard.DialogWizardRun.onWndRunSelectClose(BBjCloseEvent p_event!) _break_
Method onWndRunSelectClose: Window close event handler for the "Run Selection" dialog |
public void |
Email.EmailDialog.OnAttachmentDialogApprove(BBjFileChooserApproveEvent p_event!)
OnAttachmentDialogApprove Callback when a file is choosen in the attachment dialog |
public void |
Email.EmailDialog.OnAttachmentDialogClose(BBjSysGuiEvent p_event!)
OnAttachmentDialogClose Callback when the attachment dialog should be closed |
public void |
Email.EmailDialog.OnAttachmentRemove(BBjToolButtonPushEvent p_event!)
OnAttachmentRemove Callback for when a remove attachment tool button is pushed |
public void |
Email.EmailDialog.OnContactChangeDialogClose(BBjSysGuiEvent p_event!)
OnContactChangeDialogClose Callback for when the contact change dialog is closed |
public void |
Email.EmailDialog.OnContactChangeEmailEdit(BBjEditModifyEvent p_event!)
OnContactChangeEmailEdit Callback for when the contact change email is edited |
public void |
Email.EmailDialog.OnContactChangeFirstNameEdit(BBjEditModifyEvent p_event!)
OnContactChangeFirstNameEdit Callback for when the contact change first name is edited |
public void |
Email.EmailDialog.OnContactChangeLastNameEdit(BBjEditModifyEvent p_event!)
OnContactChangeLastNameEdit Callback for when the contact change last name is edited |
public void |
Email.EmailDialog.OnContactChangeSave(BBjButtonPushEvent p_event!)
OnContactChangeSave Callback for when the contact change save button is pressed |
public void |
Email.EmailDialog.OnContactDialogEdit(BBjButtonPushEvent p_event!)
OnContactDialogEdit Callback when the contact edit button is pressed |
public void |
Email.EmailDialog.OnContactDialogNew(BBjButtonPushEvent p_event!)
OnContactDialogEdit Callback when the contact new button is pressed |
public void |
Email.EmailDialog.OnContactsDialogClose(BBjSysGuiEvent p_event!)
OnContactsDialogClose Callback to close the Contacts dialog |
public void |
Email.EmailDialog.OnContactsDialogRemove(BBjButtonPushEvent p_event!)
OnContactsDialogRemove Callback for when the Contacts remove button is pressed |
public void |
Email.EmailDialog.OnContactsDialogSelect(BBjButtonPushEvent p_event!)
OnContactsDialogSelect Callback for when the contacts select button is preseed |
public void |
Email.EmailDialog.OnContactsGridDoubleClick(BBjGridDoubleClickEvent p_event!)
OnContactsGridDoubleClick Callback when the user double clicks on the contacts grid |
public void |
Email.EmailDialog.OnEmailAddressEdit(BBjEditModifyEvent p_event!)
OnEmailAddressEdit Callback for when an email address text is changed |
public void |
Email.EmailDialog.OnEmailAddressLostFocus(BBjLostFocusEvent p_event!)
OnEmailAddressLostFocus Callback for when an email address loses focus |
public void |
Email.EmailDialog.OnEmailAddressRemove(BBjToolButtonPushEvent p_event!)
OnEmailAddressRemove Callback for when the email dialog remove email address button is pushed |
public void |
Email.EmailDialog.OnEmailAddressSelect(BBjListDoubleClickEvent p_event!)
OnEmailAddressSelect Callback for when an email address is selected from the address list box |
public void |
Email.EmailDialog.OnEmailBCCAddressKeypress(BBjEditKeypressEvent p_event!)
OnEmailBCCAddressKeypress Callback for when a key is pressed in the email bcc edit box |
public void |
Email.EmailDialog.OnEmailCCAddressKeypress(BBjEditKeypressEvent p_event!)
OnEmailCCAddressKeypress Callback for when a key is pressed in the email cc edit box |
public void |
Email.EmailDialog.OnEmailDialogAttachmentClient(BBjSysGuiEvent p_event!)
OnEmailDialogAttachmentClient Callback to add a client file as an attachment to the email |
public void |
Email.EmailDialog.OnEmailDialogAttachmentServer(BBjSysGuiEvent p_event!)
OnEmailDialogAttachmentServer Callback to add a server file as an attachment to the email |
public void |
Email.EmailDialog.OnEmailDialogBCCAdd(BBjPopupSelectEvent p_event!)
OnEmailDialogBCCAdd Callback for when the email dialog BCC add menu item is selected |
public void |
Email.EmailDialog.OnEmailDialogBCCContacts(BBjButtonPushEvent p_event!)
OnEmailDialogBCContacts Callback to bring up the contacts dialog for the BCC addresees |
public void |
Email.EmailDialog.OnEmailDialogBCCRemove(BBjPopupSelectEvent p_event!)
OnEmailDialogBCCRemove Callback for when the email dialog BCC remove menu item is selected |
public void |
Email.EmailDialog.OnEmailDialogCCAdd(BBjPopupSelectEvent p_event!)
OnEmailDialogCCAdd Callback for when the email dialog CC add menu item is selected |
public void |
Email.EmailDialog.OnEmailDialogCCContacts(BBjButtonPushEvent p_event!)
OnEmailDialogCCContacts Callback to bring up the contacts dialog for the CC addresees |
public void |
Email.EmailDialog.OnEmailDialogCCRemove(BBjPopupSelectEvent p_event!)
OnEmailDialogCCRemove Callback for when the email dialog CC remove menu item is selected |
public void |
Email.EmailDialog.OnEmailDialogClose(BBjSysGuiEvent p_event!)
OnEmailDialogClose Callback for when the email dialog is to be closed |
public void |
Email.EmailDialog.OnEmailDialogSend(BBjButtonPushEvent p_event!)
OnEmailDialogSend Callback for when the email dialog send button is pressed |
public void |
Email.EmailDialog.OnEmailDialogSettings(BBjButtonPushEvent p_event!)
OnEmailDialogSettings Callback for when the email dialog settings button is pressed |
public void |
Email.EmailDialog.OnEmailDialogToContacts(BBjButtonPushEvent p_event!)
OnEmailDialogToContacts Callback to bring up the contacts dialog for the To addresees |
public void |
Email.EmailDialog.OnEmailSettingsDialogClose(BBjSysGuiEvent p_event!)
OnEmailSettingsDialogClose Callback for when the email settings dialog is to be closed |
public void |
Email.EmailDialog.OnEmailSettingsDialogSave(BBjButtonPushEvent p_event!)
Callback for when the email settings dialog save button is pressed |
public void |
Email.EmailDialog.OnEmailToAddressKeypress(BBjEditKeypressEvent p_event!)
OnEmailToAddressKeypress Callback for when a key is pressed in the email to edit box |
public void |
.FileChooser.approve(BBjFileChooserApproveEvent ev!)
|
public void |
.FileChooser.cancel(BBjFileChooserCancelEvent ev!)
|
public void |
.FileChooser.closeWindow(BBjCloseEvent ev!)
|
public void |
.FontChooser.approve(BBjFontChooserApproveEvent ev!)
|
public void |
.FontChooser.cancel(BBjFontChooserCancelEvent ev!)
|
public void |
.FontChooser.closeWindow(BBjCloseEvent ev!)
|
public void |
.GDocSelectionDialog.OnCreateFolder(BBjButtonPushEvent p_event!)
|
public void |
.GDocSelectionDialog.OnCreateFolderCancel(BBjSysGuiEvent p_event!)
|
public void |
.GDocSelectionDialog.OnCreateFolderOK(BBjButtonPushEvent p_event!)
|
public void |
.GDocSelectionDialog.OnDisconnect(BBjButtonPushEvent p_event!)
|
public void |
.GDocSelectionDialog.OnFilterSelect(BBjListSelectEvent p_event!)
|
public void |
.GDocSelectionDialog.OnRefresh(BBjButtonPushEvent p_event!)
|
public void |
.GDocSelectionDialog.OnResize(BBjResizeEvent p_event!)
|
public void |
.GDocSelectionDialog.OnSearch(BBjButtonPushEvent p_event!)
|
public void |
.GDocSelectionDialog.OnTreeExpand(BBjTreeNodeExpandedEvent p_event!)
|
public void |
.GDocSelectionDialog.OnTreeSelect(BBjTreeNodeSelectedEvent p_event!) _break_
|
public void |
.GDocFolderSelectionDialog.OnResize(BBjResizeEvent p_event!)
|
public void |
.GDocOpenDialog.OnRefresh(BBjButtonPushEvent p_event!)
|
public void |
.GDocOpenDialog.OnResize(BBjResizeEvent p_event!)
|
public void |
.GDocOpenDialog.OnSelectDocument(BBjGridSelectRowEvent p_event!)
|
public void |
.GDocSaveDialog.OnAdvanced(BBjButtonPushEvent p_event!)
|
public void |
.GDocSaveDialog.OnDocumentNameEdit(BBjEditModifyEvent p_event!)
|
public void |
.GDocSaveDialog.OnRefresh(BBjButtonPushEvent p_event!)
|
public void |
.GDocSaveDialog.OnResize(BBjResizeEvent p_event!)
|
public void |
.GDocSaveDialog.OnSelectDocument(BBjGridSelectRowEvent p_event!)
|
public void |
.GDocSaveDialog.OnSelectDocumentType(BBjListSelectEvent p_event!)
|
public GEvent |
gappsv3.GCalendar.addEvent(GEvent event!)
Add an event to the calendar. |
public void |
gappsv3.GCalendar.deleteEvent(GEvent event!)
Delete an event in the calendar. |
public GEvent |
gappsv3.GCalendar.updateEvent(GEvent event!)
Update an event in the calendar. |
public void |
gappsv3.GEvents.addEvent(GEvent gevent!)
|
public void |
QVGrid.QVGrid.columnHeaderSelectColumn(BBjGridMouseUpEvent ev!)
Grid column header mouse up handler |
public void |
QVGrid.QVGrid.grdScrolled(BBjScrollWheelEvent ev!)
Mouse scroll wheel event handler |
public void |
QVGrid.QVGrid.hitBottom(BBjGridHitBottomEvent ev!)
Hit bottom event handler |
public void |
QVGrid.QVGrid.hitTop(BBjGridHitTopEvent ev!)
Hit top event handler |
public void |
QVGrid.QVGrid.rowSelected(BBjGridSelectRowEvent ev!)
Event handler for a row selection |
public void |
QVGrid.QVGrid.vScrolled(BBjControlScrollEvent ev!)
Scroll event handler for the vertical scrollbar |
public void |
QVGrid.QVGrid.vScrollTimer(BBjTimerEvent ev!)
Scroll timer event handler |
public void |
BBJasper.BBJasperViewerWindow.OnClose(BBjSysGuiEvent p_event!)
OnClose Called when the window is closed by the user |
public void |
BBJasper.BBJasperViewerWindow.OnScreenResize(BBjScreenResizeEvent p_event!)
OnWindowResize Called when the screen is resized by the user |
public void |
BBJasper.BBJasperViewerWindow.OnScreenResizeTimer(BBjTimerEvent p_event!)
OnScreenResizeTimer Called when the screen resize timer is triggered |
public void |
BBJasper.BBJasperViewerWindow.OnWindowResize(BBjResizeEvent p_event!)
OnWindowResize Called when the window is resized by the user |
public void |
BBJasper.BBJasperViewerWindow.OnWindowResizeTimer(BBjTimerEvent p_event!)
OnWindowResizeTimer Called when the window resize timer is triggered |
public void |
BBJasper.BBJasperViewerControl.OnActualSizeToolButton(BBjToolButtonPushEvent p_event!)
OnActualSizeToolButton Callback for when the acutal size tool button is pushed |
public void |
BBJasper.BBJasperViewerControl.OnCreateImageToolButton(BBjToolButtonPushEvent p_event!)
OnCreateImageToolButton Callback for when the create image tool button is pushed |
public void |
BBJasper.BBJasperViewerControl.OnEmailToolButton(BBjToolButtonPushEvent p_event!)
OnEmailToolButton Callback for when the email tool button is pushed |
public void |
BBJasper.BBJasperViewerControl.OnFindToolButton(BBjToolButtonPushEvent p_event!)
OnFindToolButton Callback for when the find tool button is pushed |
public void |
BBJasper.BBJasperViewerControl.OnFirstToolButton(BBjToolButtonPushEvent p_event!)
OnFirstToolButton Callback for when the first page tool button is pushed |
public void |
BBJasper.BBJasperViewerControl.OnFitPageToolButton(BBjToolButtonPushEvent p_event!)
OnFitPageToolButton Callback for when the fit to page tool button is pushed |
public void |
BBJasper.BBJasperViewerControl.OnFitWidthToolButton(BBjToolButtonPushEvent p_event!)
OnFitWidthToolButton Callback for when the fit to width tool button is pushed |
public void |
BBJasper.BBJasperViewerControl.OnKeypress(BBjKeypressEvent p_keyPressEvent!)
|
public void |
BBJasper.BBJasperViewerControl.OnLastToolButton(BBjToolButtonPushEvent p_event!)
OnLastToolButton Callback for when the last page tool button is pushed |
public void |
BBJasper.BBJasperViewerControl.OnNextToolButton(BBjToolButtonPushEvent p_event!)
OnNextToolButton Callback for when the next page tool button is pushed |
public void |
BBJasper.BBJasperViewerControl.OnPageNumberEdit(BBjEditModifyEvent p_event!)
OnPageNumberEdit Callback for when a key is pressed in the page number inputN |
public void |
BBJasper.BBJasperViewerControl.OnPreviousToolButton(BBjToolButtonPushEvent p_event!)
OnPreviousToolButton Callback for when the previous page tool button is pushed |
public void |
BBJasper.BBJasperViewerControl.OnPrintToolButton(BBjToolButtonPushEvent p_event!)
OnPrintToolButton Callback for when the print tool button is pushed |
public void |
BBJasper.BBJasperViewerControl.OnReloadToolButton(BBjToolButtonPushEvent p_event!)
OnReloadToolButton Callback for when the reload tool button is pushed |
public void |
BBJasper.BBJasperViewerControl.OnReportWindowMouseUp(BBjMouseUpEvent p_event!)
Called when the mouse is pressed up over the report window |
public void |
BBJasper.BBJasperViewerControl.OnSave(BBjSysGuiEvent p_event!)
OnSave Callback run when user selects to save the report |
public void |
BBJasper.BBJasperViewerControl.OnSaveAs(BBjSysGuiEvent p_event!)
OnSaveAs Callback run when user selects to save-as the report |
public void |
BBJasper.BBJasperViewerControl.OnSaveGoogleDoc(BBjPopupSelectEvent p_event!)
OnSaveGoogleDoc Callback for when the save google doc menu item is selected |
public void |
BBJasper.BBJasperViewerControl.OnToolBarWindowMouseUp(BBjMouseUpEvent p_event!)
Called when the mouse is pressed up over the tool bar window |
public void |
BBJasper.BBJasperViewerControl.OnToolButtonPush(BBjToolButtonPushEvent p_event!)
OnToolButtonPush Callback called when a tool button is pushed |
public void |
BBJasper.BBJasperViewerControl.OnZoomGainedFocus(BBjGainedFocusEvent p_gainedFocusEvent!)
|
public void |
BBJasper.BBJasperViewerControl.OnZoomInToolButton(BBjToolButtonPushEvent p_event!)
OnZoomInToolButton Callback for when the zoom in tool button is pushed |
public void |
BBJasper.BBJasperViewerControl.OnZoomListEditSelect(BBjListSelectEvent p_event!)
OnZoomListEditSelect Callback for when a zoom level selection is made |
public void |
BBJasper.BBJasperViewerControl.OnZoomLostFocus(BBjLostFocusEvent p_lostFocusEvent!)
|
public void |
BBJasper.BBJasperViewerControl.OnZoomOutToolButton(BBjToolButtonPushEvent p_event!)
OnZoomOutToolButton Callback for when the zoom out tool button is pushed |
public void |
BBJasper.BBJasperTabbedView.OnCloseLeftTabs(BBjPopupSelectEvent p_event!)
Called when the close left tabs menu item is selected |
public void |
BBJasper.BBJasperTabbedView.OnCloseOtherTabs(BBjPopupSelectEvent p_event!)
Called when the close other tabs menu item is selected |
public void |
BBJasper.BBJasperTabbedView.OnCloseRightTabs(BBjPopupSelectEvent p_event!)
Called when the close right tabs menu item is selected |
public void |
BBJasper.BBJasperTabbedView.OnCloseTab(BBjPopupSelectEvent p_event!)
Called when the close tab menu item is selected |
public void |
BBJasper.BBJasperTabbedView.OnReportTabClose(BBjTabCloseEvent p_event!)
Callback method that handles a view tab being close |
public void |
BBJasper.BBJasperTabbedView.OnReportTabPopup(BBjTabPopupEvent p_event!)
Callback method that handles a view tab popup request |
public void |
BBJasper.BBJasperTabbedView.OnReportTabSelected(BBjTabSelectedEvent p_event!)
Callback method that handles a view tab being selected |
public void |
BBJasper.BBJasperView.OnActualSize(BBjPopupSelectEvent p_event!)
OnActualSize Callback for when the actual size menu item is selected |
public void |
BBJasper.BBJasperView.OnCustomPage(BBjPopupSelectEvent p_event!)
OnCustomPage Callback for when the custom page menu item is selected |
public void |
BBJasper.BBJasperView.OnCustomPageClose(BBjCloseEvent p_event!)
OnCustomPageClose Callback for when the custom page window is close |
public void |
BBJasper.BBJasperView.OnCustomPageEdit(BBjEditModifyEvent p_event!)
OnCustomPageEdit Callback for when a key is pressed in the custom page inputN |
public void |
BBJasper.BBJasperView.OnCustomZoom(BBjPopupSelectEvent p_event!)
OnCustomZoom Callback for when the custom zoom menu item is selected |
public void |
BBJasper.BBJasperView.OnCustomZoomClose(BBjCloseEvent p_event!)
OnCustomZoomClose Callback for when the custom zoom window is close |
public void |
BBJasper.BBJasperView.OnCustomZoomListEditSelect(BBjListSelectEvent p_event!)
OnCustomZoomListEditSelect Callback for when the custom zoom list selection event occurs |
public void |
BBJasper.BBJasperView.OnEmail(BBjPopupSelectEvent p_event!)
OnEmail Callback for when the email menu item is selected |
public void |
BBJasper.BBJasperView.OnFileChooserApprove(BBjFileChooserApproveEvent p_event!)
OnFileChooserApprove Callback when a file is choosen in the file chooser window |
public void |
BBJasper.BBJasperView.OnFileChooserClose(BBjSysGuiEvent p_event!)
OnFileChooserClose Callback when the file chooser window is closed/canceled |
public void |
BBJasper.BBJasperView.OnFileChooserFilter(BBjFileChooserFilterEvent p_event!)
OnFileChooserFilter Callback run when user selects a filter in the file chooser |
public void |
BBJasper.BBJasperView.OnFind(BBjPopupSelectEvent p_event!)
OnFind Callback for when the find menu item is selected |
public void |
BBJasper.BBJasperView.OnFindCaseInsensitive(BBjCheckOnEvent p_event!)
|
public void |
BBJasper.BBJasperView.OnFindCaseSensitive(BBjCheckOnEvent p_event!)
|
public void |
BBJasper.BBJasperView.OnFindClear(BBjToolButtonPushEvent p_toolButtonPushEvent!)
|
public void |
BBJasper.BBJasperView.OnFindClose(BBjCloseEvent p_closeEvent!)
|
public void |
BBJasper.BBJasperView.OnFindGainedFocus(BBjGainedFocusEvent p_gainedFocusEvent!)
|
public void |
BBJasper.BBJasperView.OnFindHighlightField(BBjCheckOnEvent p_event!)
|
public void |
BBJasper.BBJasperView.OnFindHighlightText(BBjCheckOnEvent p_event!)
|
public void |
BBJasper.BBJasperView.OnFindIncrementalOff(BBjCheckOffEvent p_event!)
|
public void |
BBJasper.BBJasperView.OnFindIncrementalOn(BBjCheckOnEvent p_event!)
|
public void |
BBJasper.BBJasperView.OnFindKeypress(BBjEditKeypressEvent p_editKeyPressEvent!)
OnFindKeypress Callback method for key press events find list edit |
public void |
BBJasper.BBJasperView.OnFindLostFocus(BBjLostFocusEvent p_lostFocusEvent!)
|
public void |
BBJasper.BBJasperView.OnFindMatchContains(BBjCheckOnEvent p_event!)
|
public void |
BBJasper.BBJasperView.OnFindMatchFullWord(BBjCheckOnEvent p_event!)
|
public void |
BBJasper.BBJasperView.OnFindMatchStartsWith(BBjCheckOnEvent p_event!)
|
public void |
BBJasper.BBJasperView.OnFindModify(BBjEditModifyEvent p_editModifyEvent!)
|
public void |
BBJasper.BBJasperView.OnFindMoreOptions(BBjToolButtonPushEvent p_toolButtonPushEvent!)
|
public void |
BBJasper.BBJasperView.OnFindNext(BBjToolButtonPushEvent p_toolButtonPushEvent!)
|
public void |
BBJasper.BBJasperView.OnFindPrevious(BBjToolButtonPushEvent p_toolButtonPushEvent!)
|
public void |
BBJasper.BBJasperView.OnFindScopeCurrentPage(BBjCheckOnEvent p_event!)
|
public void |
BBJasper.BBJasperView.OnFindScopeReport(BBjCheckOnEvent p_event!)
|
public void |
BBJasper.BBJasperView.OnFirstPage(BBjPopupSelectEvent p_event!)
OnFirstPage Callback for when the first page menu item is selected |
public void |
BBJasper.BBJasperView.OnFitPage(BBjPopupSelectEvent p_event!)
OnFitPage Callback for when the fit page menu item is selected |
public void |
BBJasper.BBJasperView.OnFitWidth(BBjPopupSelectEvent p_event!)
OnFitWidth Callback for when the fit width menu item is selected |
public void |
BBJasper.BBJasperView.OnHyperlink(BBjToolButtonPushEvent p_event!)
OnHyperlink Callback when a hyperlink (tool button) is pushed |
public void |
BBJasper.BBJasperView.OnHyperlinkPopup(BBjPopupRequestEvent p_event!)
OnHyperlink Callback when a hyperlink (tool button) is right clicked |
public void |
BBJasper.BBJasperView.OnKeypress(BBjKeypressEvent p_keyPressEvent!)
OnKeypress Callback method for key press events in the view |
public void |
BBJasper.BBJasperView.OnLastPage(BBjPopupSelectEvent p_event!)
OnLastPage Callback for when the last page menu item is selected |
public void |
BBJasper.BBJasperView.OnNextPage(BBjPopupSelectEvent p_event!)
OnNextPage Callback for when the next page menu item is selected |
public void |
BBJasper.BBJasperView.OnOpenLinkInCurrentWindow(BBjPopupSelectEvent p_event!)
Called when open link in current window menu item is selected |
public void |
BBJasper.BBJasperView.OnOpenLinkInNewActiveTab(BBjPopupSelectEvent p_event!)
Called when open link in new active tab menu item is selected |
public void |
BBJasper.BBJasperView.OnOpenLinkInNewInactiveTab(BBjPopupSelectEvent p_event!)
Called when open link in new inactive tab menu item is selected |
public void |
BBJasper.BBJasperView.OnOpenLinkInNewWindow(BBjPopupSelectEvent p_event!)
Called when open link in new window menu item is selected |
public void |
BBJasper.BBJasperView.OnPreviousPage(BBjPopupSelectEvent p_event!)
OnPrevousPage Callback for when the previous page menu item is selected |
public void |
BBJasper.BBJasperView.OnPrint(BBjPopupSelectEvent p_event!)
OnPrint Callback for when the email menu item is selected |
public void |
BBJasper.BBJasperView.OnReload(BBjPopupSelectEvent p_event!)
OnReload Callback for when the reload menu item is selected |
public void |
BBJasper.BBJasperView.OnReportWindowMouseUp(BBjMouseUpEvent p_event!)
Called when the mouse is pressed up over the view |
public void |
BBJasper.BBJasperView.OnSave(BBjPopupSelectEvent p_event!)
OnSave Callback run when user selects to save the report |
public void |
BBJasper.BBJasperView.OnSaveAs(BBjPopupSelectEvent p_event!)
OnSaveAs Callback run when user selects to save-as the report |
public void |
BBJasper.BBJasperView.OnSaveCurrentPageAsImage(BBjPopupSelectEvent p_event!)
OnSaveCurrentPageAsImage Callback for when the create current page as image menu item is selected |
public void |
BBJasper.BBJasperView.OnSaveGoogleDoc(BBjPopupSelectEvent p_event!)
OnSaveGoogleDoc Callback for when the save google doc menu item is selected |
public void |
BBJasper.BBJasperView.OnViewWindowClose(BBjCloseEvent p_event!)
OnViewWindowClose Callback invoked when a view window is closed |
public void |
BBJasper.BBJasperView.OnZoomIn(BBjPopupSelectEvent p_event!)
OnZoomIn Callback for when the zoom in menu item is selected |
public void |
BBJasper.BBJasperView.OnZoomOut(BBjPopupSelectEvent p_event!)
OnZoomOut Callback for when the zoom out menu item is selected |
public void |
BBJasper.BBJasperDesigner.OnAppClose(BBjCloseEvent p_event!)
OnAppClose Closes the application |
public void |
BBJasper.BBJasperDesigner.OnBrowse(BBjToolButtonPushEvent p_event!)
OnBrowse Browse for a report file |
public void |
BBJasper.BBJasperDesigner.OnConnectButtonPush(BBjButtonPushEvent p_event!)
OnConnectButtonPush Loads databases from selected host |
public void |
BBJasper.BBJasperDesigner.OnDesignTreeSelect(BBjTreeNodeSelectedEvent p_event!)
OnDesignTreeSelect Called when a node in the design tree is selected |
public void |
BBJasper.BBJasperDesigner.OnGetFields(BBjToolButtonPushEvent p_event!)
OnGetFields Gets the fields |
public void |
BBJasper.BBJasperDesigner.OnPreview(BBjToolButtonPushEvent p_event!)
OnPreview Previews the report |
public void |
BBJasper.BBJasperDesigner.OnQueryModify(BBjEditModifyEvent p_event!)
OnQueryModify Called when the SQL query is modified |
public void |
BBJasper.BBJasperDesigner.OnReportNameModify(BBjEditModifyEvent p_event!)
OnReportNameModify Report name modification |
public BBjNumber |
BBJasper.BBJasperDesigner.OnSave(BBjToolButtonPushEvent p_event!)
OnSave Saves the design |
public void |
BBJasper.BBJasperDesigner.OnTableCheckOff(BBjGridCheckOffEvent p_event!)
OnTableCheckOff Called when a check box in the table contents grid is unchecked |
public void |
BBJasper.BBJasperDesigner.OnTableCheckOn(BBjGridCheckOnEvent p_event!)
OnTableCheckOn Called when a check box in the table contents grid is checked |
public void |
BBJasper.BBJasperProgress.OnCancel(BBjButtonPushEvent p_event!)
OnCancel Callback called when the user selects the cancel button |
public void |
BBJasper.BBJasperProgress.OnProgressChange(BBjNamespaceEvent p_event!)
OnProgressChange Called when the namespace progress key value is changed |
public void |
BBjCalendarWidget.BBjCalendarWidget.onNativeEvent(BBjNativeJavaScriptEvent ev!)
An internal event handler for native JavaScript events from the BBjHtmlView control that converts a JavaScript calendar event to a BBj callback event. |
public void |
BBjCalendarWidget.BBjJavaScriptExecutor.onFlush(BBjTimerEvent event!)
An internal method serving as a BBjTimerEvent callback which will be invoked when the executor timer's count down reaches 0 to flush the enqueued scripts. |
public void |
BBjGridExWidget.BBjGridExWidget.onGainedFocus(BBjGainedFocusEvent ev!)
Focus the grid by selecting the cell in the first cell and first column. Note: If the grid has already a different selected cell , then the event handler will retain the selection |
public void |
BBjGridExWidget.BBjGridExWidget.onInit(BBjEvent ev!)
An Event listener executed after the initial load of the HTML View. At this phase the grid will inject all required js files in the client to make the grid functional. |
public void |
BBjGridExWidget.BBjGridExWidget.onLoaded(BBjEvent ev!)
An Event listener executed after the second ON_PAGE_LOADED event At this phase the grid flush all enqueued scripts |
public void |
BBjGridExWidget.BBjGridExWidget.onLoadedByTimer(BBjEvent ev!)
An Event listener for the fallback by timer Sporadically the ON_PAGE_LOADED event did not fire |
public void |
BBjGridExWidget.BBjGridExWidget.onLoadedByWebManager(BBjEvent ev!)
An Event listener for the loading the script by the WebManager |
public void |
BBjGridExWidget.BBjGridExWidget.onNativeEvent(BBjNativeJavaScriptEvent ev!)
On NativeEvent Event Handler for Native JavaScript Event coming from the client Determines and dispatches the actual event |
public void |
BBjGridExWidget.GxExecutor.onFlush(BBjTimerEvent event!)
A BBjTimerEvent listener which will be invoked when the executor count down reaches 0 to flush the enqueued scripts |
public void |
BBjDialChartProgress.BBjDialChartProgress.OnMouseDown(BBjMouseDownEvent p_event!)
An internal method used by the |
public void |
BBjDialChartProgress.BBjDialChartProgress.OnMouseMove(BBjMouseMoveEvent p_event!)
An internal method used by the |
public void |
BBjDialChartProgress.BBjDialChartProgress.OnMouseUp(BBjMouseUpEvent p_event!)
An internal method used by the |
public void |
GoldMineIntegration.GoldMineIntegrationWebService.XML(BBjServletEvent p_event!)
Handle web connections and execute a command via a provided XML string |
Modifier and Type | Origin and Description |
---|---|
DashboardWidgetClickEvent |
Dashboard.DashboardWidgetClickEvent.DashboardWidgetClickEvent(DashboardWidget p_dashboardWidget!, BBjMouseUpEvent p_event!)
Contructs a DashboardWidgetClickEvent The dashboard utility uses this method internally to create a DashboardWidgetClickEvent. After the user clicks on the widget the WidgetControl uses this method to create a DashboardWidgetClickEvent that is then passed to your callback routine. |
DashboardWidgetLeftClickEvent |
Dashboard.DashboardWidgetLeftClickEvent.DashboardWidgetLeftClickEvent(DashboardWidget p_dashboardWidget!, BBjMouseUpEvent p_event!)
Contructs a DashboardWidgetLeftClickEvent The dashboard utility uses this method internally to create a DashboardWidgetLeftClickEvent. After the user left-clicks on a widget the WidgetControl uses this method to create a DashboardWidgetLeftClickEvent that is then passed to your callback routine. |
DashboardWidgetRightClickEvent |
Dashboard.DashboardWidgetRightClickEvent.DashboardWidgetRightClickEvent(DashboardWidget p_dashboardWidget!, BBjMouseUpEvent p_event!)
Contructs a DashboardWidgetRightClickEvent The dashboard utility uses this method internally to create a DashboardWidgetRightClickEvent. After the user right-clicks on the widget the WidgetControl uses this method to create a DashboardWidgetRightClickEvent that is then passed to your callback routine. |
DashboardWidgetMenuSelectEvent |
Dashboard.DashboardWidgetMenuSelectEvent.DashboardWidgetMenuSelectEvent(DashboardWidget p_dashboardWidget!, BBjPopupSelectEvent p_event!)
Contructs a DashboardWidgetMenuSelectEvent The dashboard utility uses this method internally to create a DashboardWidgetMenuSelectEvent. After the user selects an item from a DashboardWidgetMenu, the WidgetControl uses this method to create a DashboardWidgetMenuSelectEvent that is then passed to your callback routine. |
HtmlViewWidgetEvent |
Dashboard.HtmlViewWidgetEvent.HtmlViewWidgetEvent(Widget p_widget!, BBjSysGuiEvent p_sysguiEvent!)
Constructs a HtmlViewWidgetEvent |
GridWidgetEvent |
Dashboard.GridWidgetEvent.GridWidgetEvent(GridWidget p_gridWidget!, BBjStandardGrid p_grid!, BBjSysGuiEvent p_sysguiEvent!)
Contructs a GridWidgetEvent |
JasperViewerWidgetControlEvent |
Dashboard.JasperViewerWidgetControlEvent.JasperViewerWidgetControlEvent(Widget p_widget!, BBjSysGuiEvent p_sysguiEvent!)
Constructs a jasper viewer widget control event |
GEvent |
gappsv3.GEvent.GEvent(Event wrappedEvent!)
Constructor for wrapping an existing Google Event. |