public class WidgetWizardFrame6 extends WidgetWizardFrame
Generate Frame
Constructor and Description |
---|
WidgetWizardFrame6(WidgetWizard pWidgetWizard!, BBjTopLevelWindow pWizardWindow!, BBjNumber pControlId, HashMap pDataMap!) Constructor WidgetWizardFrame6 |
Modifier and Type | Method and Description |
---|---|
void | initFrame() Method initFrame: Frame initialization |
void | OnCategoryListSelect(BBjListSelectEvent p_event!) Method OnCategoryListSelect: Called when a category is selected from the BBjListButton |
void | OnCategorySelect(BBjCustomEvent p_event!) Method OnCategorySelect Called when a category is selected |
void | OnDataListSelect(BBjListSelectEvent p_event!) Method OnDataListSelect: Called when a data option is selected from the BBjListButton |
void | OnDataResultsClose(BBjSysGuiEvent p_event!) Method OnDataResultsClose Called when the Data Results Window is closed |
void | OnHTMLTextSelected(BBjCheckOnEvent p_event!) Called when the HTML Text radio button is selected |
void | OnHTMLURLSelected(BBjCheckOnEvent p_event!) Called when the HTML URL radio button is selected |
void | OnImageBrowse(BBjButtonPushEvent p_event!) Method OnImageBrowse Called when the image browse button is pushed |
void | OnImageFileSelected(BBjCheckOnEvent p_event!) Called when the Image file radio button is selected |
void | OnImageUrlSelected(BBjCheckOnEvent p_event!) Called when the Image url radio button is selected |
void | OnJasperBrowse(BBjButtonPushEvent p_event!) Method OnJasperBrowse Called when the Jasper browse button is pushed |
void | OnRSBrowse(BBjButtonPushEvent p_event!) Method OnRSBrowse Called when the RS browse button is pushed |
void | OnRSColumns(BBjButtonPushEvent p_event!) Method OnRSColumns Called when the RS Fields button is pushed |
void | OnRSColumnsCheckOff(BBjGridCheckOffEvent p_event!) Method OnRSColumnsCheckOff Called a check box is checked off in the fields grid |
void | OnRSColumnsCheckOn(BBjGridCheckOnEvent p_event!) Method OnRSColumnsCheckOn Called a check box is checked on in the fields grid |
void | OnRSColumnsClose(BBjSysGuiEvent p_event!) Method OnRSColumnsClose Called when the RS Window is closed |
void | OnRSColumnsExecute(BBjButtonPushEvent p_event!) Method OnRSColumnsExecute Called when the RS Fields Execute button is pushed |
void | OnSeriesAdd(BBjButtonPushEvent p_event!) Method OnSeriesAdd: Called when the series add button is pushed |
void | OnSeriesClose(BBjSysGuiEvent p_event!) Method OnSeriesClose: Called when the series window is close |
void | OnSeriesListSelect(BBjListSelectEvent p_event!) Method OnSeriesListSelect: Called when a series is selected from the BBjListButton |
void | OnSeriesRemove(BBjButtonPushEvent p_event!) Method OnSeriesRemove: Called when the series remove button is pushed |
void | OnSeriesSelect(BBjListClickEvent p_event!) Method OnSeriesSelect: Called when a series is selected from the BBjListBox |
void | OnSeriesUpdate(BBjButtonPushEvent p_event!) Method OnSeriesUpdate: Called when the series update button is pushed |
void | OnSQLExecute(BBjButtonPushEvent p_event!) Method OnSQLExecute Called when the SQL Execute button is pushed |
void | OnWidgetListSelect(BBjListSelectEvent p_event!) Method OnWidgetListSelect: Called when a widget is selected from the BBjListButton |
void | OnWidgetSelect(BBjCustomEvent p_event!) Called when a widget is selected |
void | OnWidgetUpdate(BBjButtonPushEvent p_event!) Method OnUpdateWidget: Called when the update button is pressed |
void | show() Method show: Shows the frame |
destroy, hide, initFrame, show, showMsgText, validate
public WidgetWizardFrame6(WidgetWizard pWidgetWizard!, BBjTopLevelWindow pWizardWindow!, BBjNumber pControlId, HashMap pDataMap!)
Constructor WidgetWizardFrame6
WidgetWizard
Widget wizardBBjTopLevelWindow
Wizard windowBBjNumber
Frame's child window IDHashMap
Common data hashmappublic void initFrame()
Method initFrame: Frame initialization
public void OnCategoryListSelect(BBjListSelectEvent p_event!)
Method OnCategoryListSelect: Called when a category is selected from the BBjListButton
p_event!
BBListSelectEvent contains event informationpublic void OnCategorySelect(BBjCustomEvent p_event!)
Method OnCategorySelect Called when a category is selected
p_event!
BBjCustomEvent which contains event informationpublic void OnDataListSelect(BBjListSelectEvent p_event!)
Method OnDataListSelect: Called when a data option is selected from the BBjListButton
p_event!
BBListSelectEvent contains event informationpublic void OnDataResultsClose(BBjSysGuiEvent p_event!)
Method OnDataResultsClose Called when the Data Results Window is closed
p_event!
BBjCloseEvent which contains event informationpublic void OnHTMLTextSelected(BBjCheckOnEvent p_event!)
Called when the HTML Text radio button is selected
p_event!
BBjCheckOnEvent which contains event informationpublic void OnHTMLURLSelected(BBjCheckOnEvent p_event!)
Called when the HTML URL radio button is selected
p_event!
BBjCheckOnEvent which contains event informationpublic void OnImageBrowse(BBjButtonPushEvent p_event!)
Method OnImageBrowse Called when the image browse button is pushed
p_event!
BBjButtonPushEvent which contains event informationpublic void OnImageFileSelected(BBjCheckOnEvent p_event!)
Called when the Image file radio button is selected
p_event!
BBjCheckOnEvent which contains event informationpublic void OnImageUrlSelected(BBjCheckOnEvent p_event!)
Called when the Image url radio button is selected
p_event!
BBjCheckOnEvent which contains event informationpublic void OnJasperBrowse(BBjButtonPushEvent p_event!)
Method OnJasperBrowse Called when the Jasper browse button is pushed
p_event!
BBjButtonPushEvent which contains event informationpublic void OnRSBrowse(BBjButtonPushEvent p_event!)
Method OnRSBrowse Called when the RS browse button is pushed
p_event!
BBjButtonPushEvent which contains event informationpublic void OnRSColumns(BBjButtonPushEvent p_event!)
Method OnRSColumns Called when the RS Fields button is pushed
p_event!
BBjButtonPushEvent which contains event informationpublic void OnRSColumnsCheckOff(BBjGridCheckOffEvent p_event!)
Method OnRSColumnsCheckOff Called a check box is checked off in the fields grid
p_event!
BBjGridCheckOffEvent which contains event informationpublic void OnRSColumnsCheckOn(BBjGridCheckOnEvent p_event!)
Method OnRSColumnsCheckOn Called a check box is checked on in the fields grid
p_event!
BBjGridCheckOnEvent which contains event informationpublic void OnRSColumnsClose(BBjSysGuiEvent p_event!)
Method OnRSColumnsClose Called when the RS Window is closed
p_event!
BBjCloseEvent which contains event informationpublic void OnRSColumnsExecute(BBjButtonPushEvent p_event!)
Method OnRSColumnsExecute Called when the RS Fields Execute button is pushed
p_event!
BBjButtonPushEvent which contains event informationpublic void OnSeriesAdd(BBjButtonPushEvent p_event!)
Method OnSeriesAdd: Called when the series add button is pushed
p_event!
BBjButtonPushtEvent contains event informationpublic void OnSeriesClose(BBjSysGuiEvent p_event!)
Method OnSeriesClose: Called when the series window is close
p_event!
BBjCloseEvent contains event informationpublic void OnSeriesListSelect(BBjListSelectEvent p_event!)
Method OnSeriesListSelect: Called when a series is selected from the BBjListButton
p_event!
BBListSelectEvent contains event informationpublic void OnSeriesRemove(BBjButtonPushEvent p_event!)
Method OnSeriesRemove: Called when the series remove button is pushed
p_event!
BBjButtonPushtEvent contains event informationpublic void OnSeriesSelect(BBjListClickEvent p_event!)
Method OnSeriesSelect: Called when a series is selected from the BBjListBox
p_event!
BBjListClickEvent contains event informationpublic void OnSeriesUpdate(BBjButtonPushEvent p_event!)
Method OnSeriesUpdate: Called when the series update button is pushed
p_event!
BBjButtonPushtEvent contains event informationpublic void OnSQLExecute(BBjButtonPushEvent p_event!)
Method OnSQLExecute Called when the SQL Execute button is pushed
p_event!
BBjButtonPushEvent which contains event informationpublic void OnWidgetListSelect(BBjListSelectEvent p_event!)
Method OnWidgetListSelect: Called when a widget is selected from the BBjListButton
p_event!
BBListSelectEvent contains event informationpublic void OnWidgetSelect(BBjCustomEvent p_event!)
Called when a widget is selected
p_event!
BBjCustomEvent which contains event informaitonpublic void OnWidgetUpdate(BBjButtonPushEvent p_event!)
Method OnUpdateWidget: Called when the update button is pressed
p_event!
BBjButtonPushEvent contains event informationpublic void show()
Method show: Shows the frame