public class DialogWizardFrame2 extends DialogWizardFrame
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!)
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
|
destroy, hide, show
public DialogWizardFrame2(BBjTopLevelWindow pWndWizard!, BBjNumber pControlId, HashMap pDataMap!)
BBjTopLevelWindow
- Wizard windowBBjNumber
- Frame's child window IDHashMap
- Common data hashmappublic void initFrame()
initFrame
in interface DialogWizardFrameIntf
initFrame
in class DialogWizardFrame
initTypeSelect()
public BBjNumber validate()
validate
in interface DialogWizardFrameIntf
validate
in class DialogWizardFrame
public void onGrdControlVariablesMouseUp(BBjGridMouseUpEvent pEvent!)
BBjGridMouseUpEvent
- Mouse up event objecttoggle_required()
public void onGrdControlVariablesKeyPress(BBjGridKeypressEvent pEvent!)
BBjGridKeypressEvent
- Key press event objecttoggle_required()
public void onGrdControlVariablesTypeQuery(BBjGridCellQueryEvent pEvent!)
BBjGridCellQueryEvent
- Cell query event objectpublic void rebuildGrid(BBjNamespaceEvent ev!)
BBjNamespaceEvent
- Namespace event objectpublic void onWndTypeSelectClose(BBjCloseEvent p_event!)
BBjCloseEvent
- Window close event objectpublic void onTypeSelectBtnOkPush(BBjButtonPushEvent p_event!)
BBjButtonPushEvent
- Button push event objectpublic void onTypeSelectBtnCancelPush(BBjButtonPushEvent p_event!)
BBjButtonPushEvent
- Button push event objectonWndTypeSelectClose(BBjCloseEvent)
public void onTypeSelectBtnSearchPush(BBjButtonPushEvent p_event!)
BBjButtonPushEvent
- Button push event objectpublic void onTypeSelectLbtTypeChange(BBjListChangeEvent p_event!)
BBjListChangeEvent
- List change event object