public class WidgetWizardFrame extends Object implements WidgetWizardFrameIntf
Constructor and Description |
---|
WidgetWizardFrame(WidgetWizard pWidgetWizard!,
BBjTopLevelWindow pWizardWindow!,
BBjNumber pFrameCwdId,
HashMap pDataMap!)
Constructor WidgetWizardFrame
|
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Method destroy:
Frame destruction
|
void |
hide()
Method hide:
Hide frame
|
void |
initFrame()
Method initFrame:
Frame initialization
|
void |
show()
Method show:
Display frame
|
static BBjNumber |
showMsgText(BBjString p_msgTitle$,
BBjString p_msgText$,
BBjInt p_expr%) |
BBjNumber |
validate()
Method validate:
Frame validation
|
public WidgetWizardFrame(WidgetWizard pWidgetWizard!, BBjTopLevelWindow pWizardWindow!, BBjNumber pFrameCwdId, HashMap pDataMap!)
WidgetWizard
- Widget wizardBBjTopLevelWindow
- Wizard windowBBjNumber
- Frame's child window IDHashMap
- Common data hashmappublic static BBjNumber showMsgText(BBjString p_msgTitle$, BBjString p_msgText$, BBjInt p_expr%)
public void initFrame()
initFrame
in interface WidgetWizardFrameIntf
public void destroy()
destroy
in interface WidgetWizardFrameIntf
public void show()
show
in interface WidgetWizardFrameIntf
public void hide()
hide
in interface WidgetWizardFrameIntf
public BBjNumber validate()
validate
in interface WidgetWizardFrameIntf