public class DialogWizardFrame2 extends DialogWizardFrame
DialogWizardFrame2
Control/Programm Variable Assignments Frame
| Constructor and Description |
|---|
DialogWizardFrame2(BBjTopLevelWindow pWndWizard!, BBjNumber pControlId, HashMap pDataMap!)Constructor DialogWizardFrame2 |
| Modifier and Type | Method and Description |
|---|---|
void | initFrame()Method initFrame: Frame initialization |
void | onGrdControlVariablesKeyPress(BBjGridKeypressEvent pEvent!)Method onGrdControlVariablesKeyPress: Key press event handler for the control variables grid control |
void | onGrdControlVariablesMouseUp(BBjGridMouseUpEvent pEvent!)Method onGrdControlVariablesMouseUp: Mouse up event handler for the control variables grid control |
void | onGrdControlVariablesTypeQuery(BBjGridCellQueryEvent pEvent!)Method onGrdControlVariablesTypeQuery: Cell query event handler for the "type" column |
void | onTypeSelectBtnCancelPush(BBjButtonPushEvent p_event!)Method onTypeSelectBtnCancelPush: Button push event handler for the type selection "Cancel" button |
void | onTypeSelectBtnOkPush(BBjButtonPushEvent p_event!)Method onTypeSelectBtnOkPush: Button push event handler for the type selection "OK" button |
void | onTypeSelectBtnSearchPush(BBjButtonPushEvent p_event!)Method onTypeSelectBtnSearchPush: Button push event handler for the type selection "Search" button |
void | onTypeSelectLbtTypeChange(BBjListChangeEvent p_event!)Method onTypeSelectLbtTypeChange: List change event handler for the type selection "Type" list button |
void | onWndTypeSelectClose(BBjCloseEvent p_event!) _break_Method onWndTypeSelectClose: Window close event handler for the type selection dialog |
void | rebuildGrid(BBjNamespaceEvent ev!)Method rebuildGrid: Namespace event handler to rebuild grid from "ControlVariables" vector |
BBjNumber | validate()Method validate: Frame validation |
public DialogWizardFrame2(BBjTopLevelWindow pWndWizard!, BBjNumber pControlId, HashMap pDataMap!)
Constructor DialogWizardFrame2
BBjTopLevelWindow Wizard windowBBjNumber Frame's child window IDHashMap Common data hashmappublic void initFrame()
Method initFrame: Frame initialization
initTypeSelect()public void onGrdControlVariablesKeyPress(BBjGridKeypressEvent pEvent!)Method onGrdControlVariablesKeyPress: Key press event handler for the control variables grid control
BBjGridKeypressEvent Key press event object toggle_required()public void onGrdControlVariablesMouseUp(BBjGridMouseUpEvent pEvent!)Method onGrdControlVariablesMouseUp: Mouse up event handler for the control variables grid control
BBjGridMouseUpEvent Mouse up event object toggle_required()public void onGrdControlVariablesTypeQuery(BBjGridCellQueryEvent pEvent!)Method onGrdControlVariablesTypeQuery: Cell query event handler for the "type" column
BBjGridCellQueryEvent Cell query event objectpublic void onTypeSelectBtnCancelPush(BBjButtonPushEvent p_event!)Method onTypeSelectBtnCancelPush: Button push event handler for the type selection "Cancel" button
BBjButtonPushEvent Button push event object onWndTypeSelectClose(BBjCloseEvent)public void onTypeSelectBtnOkPush(BBjButtonPushEvent p_event!)Method onTypeSelectBtnOkPush: Button push event handler for the type selection "OK" button
BBjButtonPushEvent Button push event objectpublic void onTypeSelectBtnSearchPush(BBjButtonPushEvent p_event!)Method onTypeSelectBtnSearchPush: Button push event handler for the type selection "Search" button
BBjButtonPushEvent Button push event objectpublic void onTypeSelectLbtTypeChange(BBjListChangeEvent p_event!)Method onTypeSelectLbtTypeChange: List change event handler for the type selection "Type" list button
BBjListChangeEvent List change event objectpublic void onWndTypeSelectClose(BBjCloseEvent p_event!) _break_Method onWndTypeSelectClose: Window close event handler for the type selection dialog
BBjCloseEvent Window close event objectpublic void rebuildGrid(BBjNamespaceEvent ev!)Method rebuildGrid: Namespace event handler to rebuild grid from "ControlVariables" vector
BBjNamespaceEvent Namespace event objectpublic BBjNumber validate()Method validate: Frame validation