BBjFormValidationEvent::accept
Description
When BBj fires a BBjFormValidationEvent, it also locks the top level window from user changes. This method must be called to unlock the window.
Syntax
Return Value |
Method |
void |
accept(boolean valid) |
Parameters
Variable |
Description |
valid |
Indicates whether the form is accepted (1) or rejected (0). |
Return Value
None.
Remarks
If the form is accepted, BBj fires a BBjButtonPushEvent. If the form is rejected, this event is not fired.
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.