public class WidgetWizardFrame5 extends WidgetWizardFrame
Generate Dashboard Widgets Frame (Frame 5)
| Constructor and Description |
|---|
WidgetWizardFrame5(WidgetWizard pWidgetWizard!, BBjTopLevelWindow pWizardWindow!, BBjNumber pControlId, HashMap pDataMap!)Constructor WidgetWizardFrame5 |
| Modifier and Type | Method and Description |
|---|---|
void | initFrame()Method initFrame: Frame initialization |
void | OnCategoryListSelect(BBjListSelectEvent p_event!)Method OnCategoryListSelect: Called when the widget category is selected |
void | OnCategorySelect(BBjCustomEvent p_event!)Method OnCategorySelect Called when a category is selected |
void | OnKeypress(BBjKeypressEvent p_event!)Method OnKeypress Called when a key is pressed in the Frame5 child window |
void | OnWidgetAdd(BBjButtonPushEvent p_event!)Method OnWidgetAdd: Called when the widget add button is pressed |
void | OnWidgetRemove(BBjButtonPushEvent p_event!)Method OnWidgetRemove: Called when the widget remove button is pressed |
void | OnWidgetSelect(BBjCustomEvent p_event!)Called when a widget is selected |
void | OnWidgetTitleModify(BBjEditModifyEvent p_event!)Method OnWidgetTitleModify: Called when the widget title is modified |
void | OnWidgetTypeGainedFocus(BBjGainedFocusEvent p_event!)Method OnWidgetTypeGainedFocus Called when the widget type menu button gains focus |
void | OnWidgetTypeLostFocus(BBjLostFocusEvent p_event!)Method OnWidgetTypeLostFocus Called when the widget type menu button loses focus |
void | OnWidgetTypePushed(BBjButtonPushEvent p_event!)Method OnWidgetTypePushed Called when the widget type menu buton is pushed |
void | OnWidgetTypeSelect(BBjPopupSelectEvent p_event!)Called when a widget type is selected |
void | OnWidgetUpdate(BBjButtonPushEvent p_event!)Method OnWidgetUpdate: Called when the widget update button is pressed |
void | show()Method show: Shows the frame |
BBjNumber | validate()Method validate: Frame validation |
destroy, hide, initFrame, show, showMsgText, validate public WidgetWizardFrame5(WidgetWizard pWidgetWizard!, BBjTopLevelWindow pWizardWindow!, BBjNumber pControlId, HashMap pDataMap!)
Constructor WidgetWizardFrame5
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 the widget category is selected
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 OnKeypress(BBjKeypressEvent p_event!)Method OnKeypress Called when a key is pressed in the Frame5 child window
p_event! BBjKeypressEvent which contains event informationpublic void OnWidgetAdd(BBjButtonPushEvent p_event!)Method OnWidgetAdd: Called when the widget add button is pressed
p_event! BBjButtonPushEvent contains event informationpublic void OnWidgetRemove(BBjButtonPushEvent p_event!)Method OnWidgetRemove: Called when the widget remove button is pressed
p_event! BBjButtonPushEvent contains event informationpublic void OnWidgetSelect(BBjCustomEvent p_event!)Called when a widget is selected
p_event! BBjCustomEvent which contains event informaitonpublic void OnWidgetTitleModify(BBjEditModifyEvent p_event!)Method OnWidgetTitleModify: Called when the widget title is modified
p_event! BBjEditModifyEvent contains event informationpublic void OnWidgetTypeGainedFocus(BBjGainedFocusEvent p_event!)Method OnWidgetTypeGainedFocus Called when the widget type menu button gains focus
p_event! BBjGainedFocusEvent which contains event informationpublic void OnWidgetTypeLostFocus(BBjLostFocusEvent p_event!)Method OnWidgetTypeLostFocus Called when the widget type menu button loses focus
p_event! BBjLostFocusEvent which contains event informationpublic void OnWidgetTypePushed(BBjButtonPushEvent p_event!)Method OnWidgetTypePushed Called when the widget type menu buton is pushed
p_event! BBjButtonPushEvent which contains event informationpublic void OnWidgetTypeSelect(BBjPopupSelectEvent p_event!)Called when a widget type is selected
p_event! BBjPopupSelectEvent which contains event informaitonpublic void OnWidgetUpdate(BBjButtonPushEvent p_event!)Method OnWidgetUpdate: Called when the widget update button is pressed
p_event! BBjButtonPushEvent contains event informationpublic void show()
Method show: Shows the frame
public BBjNumber validate()Method validate: Frame validation