public class BBJasperProgress extends Object
Modifier and Type | Field and Description |
---|---|
static BBjNumber |
CANCELED
Constant which represents the fill operation has been canceled
|
static BBjNumber |
FINISHED
Constant which represents the fill operation has finished
|
static BBjNumber |
RUNNING
Constant which represents the fill operation is running
|
Constructor and Description |
---|
BBJasperProgress(BBjString p_reportName$,
BBjString p_bbJasperProgressKey$)
Constructs a BBJasperProgress object given a report name and a progress key
|
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroys the progress window
|
void |
doModal()
Shows the progress window and runs process events
|
void |
OnCancel(BBjButtonPushEvent p_event!)
Callback called when the user selects the cancel button
|
void |
OnProgressChange(BBjNamespaceEvent p_event!)
Called when the namespace progress key value is changed
|
public static BBjNumber RUNNING
public static BBjNumber CANCELED
public static BBjNumber FINISHED
public BBJasperProgress(BBjString p_reportName$, BBjString p_bbJasperProgressKey$)
p_reportName$
- Name of the reportp_bbJasperProgressKey$
- Key used to update the progress in the namespacepublic void doModal()
public void OnCancel(BBjButtonPushEvent p_event!)
p_event!
- BBjButtonPushEvent objectpublic void destroy()
public void OnProgressChange(BBjNamespaceEvent p_event!)
p_event!
- BBjNamespaceEvent object