public class DialogWizardFrame4 extends DialogWizardFrame
DialogWizardFrame4
Toolbar Wizard Frame
| Constructor and Description |
|---|
DialogWizardFrame4(BBjTopLevelWindow pWndWizard!, BBjNumber pControlId, HashMap pDataMap!)Constructor DialogWizardFrame4 |
| Modifier and Type | Method and Description |
|---|---|
void | getImgPathQueryResult(BBjNamespaceEvent pEvent!)Method getImgPathQueryResult: Namespace event handler for the image path query file chooser |
void | initFrame()Method initFrame: Frame initialization |
void | onGrdToolBarCellModify(BBjGridCellModifyEvent pEvent!)Method onGrdToolBarCellModify: Grid cell modify event handler for the "Toolbar" grid |
void | onGrdToolBarGainedFocus(BBjGridGainedFocusEvent pEvent!)Method onGrdToolBarGainedFocus: Grid gained focus event handler for the "Toolbar" grid |
void | onGrdToolBarImgPathQuery(BBjGridCellQueryEvent pEvent!)Method onGrdToolBarImgPathQuery: Grid cell query event handler for the "Image Path" column |
void | onGrdToolBarKeyPress(BBjGridKeypressEvent pEvent!)Method onGrdToolBarKeyPress: Grid keypress event handler for the "Toolbar" grid |
void | onGrdToolBarLostFocus(BBjGridLostFocusEvent pEvent!)Method onGrdToolBarLostFocus: Grid lost focus event handler for the "Toolbar" grid |
void | onGrdToolBarMouseUp(BBjGridMouseUpEvent pEvent!)Method onGrdToolBarMouseUp: Grid mouse up event handler for the "Toolbar" grid |
void | onGridToolBarSelectRow(BBjGridSelectRowEvent pEvent!)Method onGridToolBarSelectRow: Grid select row event handler for the "Move To Last" tool button |
void | onInnBtnSizeLostFocus(BBjLostFocusEvent pEvent!)Method onInnBtnSizeLostFocus: Lost focus event handler for the "Button Size" input control |
void | onInnSepWidthLostFocus(BBjLostFocusEvent pEvent!)Method onInnSepWidthLostFocus: Lost focus event handler for the "Separator Width" input control |
void | onLbtBarTplListChange(BBjListChangeEvent pEvent!)Method onLbtBarTplListChange: List change event handler for the "Toolbar Template" list button |
void | onLbtBtnTypeListChange(BBjListChangeEvent pEvent!)Method onLbtBtnTypeListChange: List change event handler for the "Button Type" list button |
void | onLbtDockLocListChange(BBjListChangeEvent pEvent!)Method onLbtDockLocListChange: List change event handler for the "Dock Location" list button |
void | onTbtAddPush(BBjToolButtonPushEvent pEvent!)Method onTbtAddPush: Tool button push event handler for the "Add" tool button |
void | onTbtInsertPush(BBjToolButtonPushEvent pEvent!)Method onTbtInsertPush: Tool button push event handler for the "Insert" tool button |
void | onTbtMoveDownPush(BBjToolButtonPushEvent pEvent!)Method onTbtMoveDownPush: Tool button push event handler for the "Move Down" tool button |
void | onTbtMoveFirstPush(BBjToolButtonPushEvent pEvent!)Method onTbtMoveFirstPush: Tool button push event handler for the "Move To First" tool button |
void | onTbtMoveLastPush(BBjToolButtonPushEvent pEvent!)Method onTbtMoveLastPush: Tool button push event handler for the "Move To Last" tool button |
void | onTbtMoveUpPush(BBjToolButtonPushEvent pEvent!)Method onTbtMoveUpPush: Tool button push event handler for the "Move Up" tool button |
void | onTbtRemovePush(BBjToolButtonPushEvent pEvent!)Method onTbtRemovePush: Tool button push event handler for the "Remove" tool button |
void | rebuildGrid(BBjNamespaceEvent ev!)Method rebuildGrid: Namespace event handler to rebuild the toolbar grid |
BBjNumber | validate()Method validate: Frame validation |
public DialogWizardFrame4(BBjTopLevelWindow pWndWizard!, BBjNumber pControlId, HashMap pDataMap!)
Constructor DialogWizardFrame4
BBjTopLevelWindow Wizard windowBBjNumber Frame's child window IDHashMap Common data hashmappublic void getImgPathQueryResult(BBjNamespaceEvent pEvent!)Method getImgPathQueryResult: Namespace event handler for the image path query file chooser
BBjNamespaceEvent Namespace event objectpublic void initFrame()
Method initFrame: Frame initialization
public void onGrdToolBarCellModify(BBjGridCellModifyEvent pEvent!)Method onGrdToolBarCellModify: Grid cell modify event handler for the "Toolbar" grid
BBjGridCellModifyEvent Grid gained focus event objectpublic void onGrdToolBarGainedFocus(BBjGridGainedFocusEvent pEvent!)Method onGrdToolBarGainedFocus: Grid gained focus event handler for the "Toolbar" grid
BBjGridGainedFocusEvent Grid gained focus event object onGridToolBarSelectRow(BBjGridSelectRowEvent)public void onGrdToolBarImgPathQuery(BBjGridCellQueryEvent pEvent!)Method onGrdToolBarImgPathQuery: Grid cell query event handler for the "Image Path" column
BBjGridCellQueryEvent Grid cell query event objectpublic void onGrdToolBarKeyPress(BBjGridKeypressEvent pEvent!)Method onGrdToolBarKeyPress: Grid keypress event handler for the "Toolbar" grid
BBjGridKeypressEvent Grid keypress event object toggleCheckbox(BBjNumber, BBjNumber)public void onGrdToolBarLostFocus(BBjGridLostFocusEvent pEvent!)Method onGrdToolBarLostFocus: Grid lost focus event handler for the "Toolbar" grid
BBjGridLostFocusEvent Grid lost focus event objectpublic void onGrdToolBarMouseUp(BBjGridMouseUpEvent pEvent!)Method onGrdToolBarMouseUp: Grid mouse up event handler for the "Toolbar" grid
BBjGridMouseUpEvent Grid mouse up event object toggleCheckbox(BBjNumber, BBjNumber)public void onGridToolBarSelectRow(BBjGridSelectRowEvent pEvent!)Method onGridToolBarSelectRow: Grid select row event handler for the "Move To Last" tool button
BBjGridSelectRowEvent Grid select row event objectpublic void onInnBtnSizeLostFocus(BBjLostFocusEvent pEvent!)Method onInnBtnSizeLostFocus: Lost focus event handler for the "Button Size" input control
BBjLostFocusEvent Lost focus event object buildToolBar()public void onInnSepWidthLostFocus(BBjLostFocusEvent pEvent!)Method onInnSepWidthLostFocus: Lost focus event handler for the "Separator Width" input control
BBjLostFocusEvent Lost focus event object buildToolBar()public void onLbtBarTplListChange(BBjListChangeEvent pEvent!)Method onLbtBarTplListChange: List change event handler for the "Toolbar Template" list button
BBjListChangeEvent Lost focus event object setGridFromTemplate()public void onLbtBtnTypeListChange(BBjListChangeEvent pEvent!)Method onLbtBtnTypeListChange: List change event handler for the "Button Type" list button
BBjListChangeEvent Lost focus event object buildToolBar()public void onLbtDockLocListChange(BBjListChangeEvent pEvent!)Method onLbtDockLocListChange: List change event handler for the "Dock Location" list button
BBjListChangeEvent Lost focus event object buildToolBar()public void onTbtAddPush(BBjToolButtonPushEvent pEvent!)Method onTbtAddPush: Tool button push event handler for the "Add" tool button
BBjToolButtonPushEvent Tool button push event object onGridToolBarSelectRow(BBjGridSelectRowEvent)public void onTbtInsertPush(BBjToolButtonPushEvent pEvent!)Method onTbtInsertPush: Tool button push event handler for the "Insert" tool button
BBjToolButtonPushEvent Tool button push event object onGridToolBarSelectRow(BBjGridSelectRowEvent)public void onTbtMoveDownPush(BBjToolButtonPushEvent pEvent!)Method onTbtMoveDownPush: Tool button push event handler for the "Move Down" tool button
BBjToolButtonPushEvent Tool button push event object onGridToolBarSelectRow(BBjGridSelectRowEvent) buildToolBar()public void onTbtMoveFirstPush(BBjToolButtonPushEvent pEvent!)Method onTbtMoveFirstPush: Tool button push event handler for the "Move To First" tool button
BBjToolButtonPushEvent Tool button push event object onGridToolBarSelectRow(BBjGridSelectRowEvent) buildToolBar()public void onTbtMoveLastPush(BBjToolButtonPushEvent pEvent!)Method onTbtMoveLastPush: Tool button push event handler for the "Move To Last" tool button
BBjToolButtonPushEvent Tool button push event object onGridToolBarSelectRow(BBjGridSelectRowEvent) buildToolBar()public void onTbtMoveUpPush(BBjToolButtonPushEvent pEvent!)Method onTbtMoveUpPush: Tool button push event handler for the "Move Up" tool button
BBjToolButtonPushEvent Tool button push event object onGridToolBarSelectRow(BBjGridSelectRowEvent) buildToolBar()public void onTbtRemovePush(BBjToolButtonPushEvent pEvent!)Method onTbtRemovePush: Tool button push event handler for the "Remove" tool button
BBjToolButtonPushEvent Tool button push event object onGridToolBarSelectRow(BBjGridSelectRowEvent) buildToolBar()public void rebuildGrid(BBjNamespaceEvent ev!)Method rebuildGrid: Namespace event handler to rebuild the toolbar grid
BBjNamespaceEvent Namespace event object buildToolBar()public BBjNumber validate()Method validate: Frame validation