public class BBDialog
BBDialog
Base Class for General Dialog Handler
| Modifier and Type | Method and Description |
|---|---|
void | get_active_func(BBjNamespaceEvent pEvent!)Method get_active_func: Check for and act on last application event, invoke caller's toolbar button push callback method |
void | onWndActivate(BBjActivateEvent pEvent!)Method onWndActivate: Set this task as the active task when window is activated |
void | onWndRestore(BBjRestoreEvent pEvent!)Method onWndRestore: Set this task as the active task when window is restored |
public void get_active_func(BBjNamespaceEvent pEvent!)Method get_active_func: Check for and act on last application event, invoke caller's toolbar button push callback method
BBjNamespaceEvent BBj Namespace Eventpublic void onWndActivate(BBjActivateEvent pEvent!)Method onWndActivate: Set this task as the active task when window is activated
BBjActivateEvent BBj Activate Event set_active_task()public void onWndRestore(BBjRestoreEvent pEvent!)Method onWndRestore: Set this task as the active task when window is restored
BBjRestoreEvent BBj Restore Event set_active_task()