BBjGridRowValidationEvent::accept

Description

In BBj 6.00 and higher, this is a convenience method and equivalent to getControl.accept().

Syntax

Return Value

Method

void

accept(boolean shouldAccept)

Parameters

Variable

Description

shouldAccept

Indicates whether validation should be accepted or rejected

Return Value

None.

Remarks

This is a convenience method equivalent to getControl().accept(). See Interface Validateable::accept.

See Also

BBjEvent

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.