BBjStandardGrid::getColumnHasQuery
Description
In BBj 8.0 and higher, this returns whether all cells in the specified BBjStandardGrid column have associated query buttons.
Syntax
Return Value |
Method |
---|---|
boolean |
getColumnHasQuery(int row, int column) |
Parameters
Variable |
Description |
column |
Specifies the 0-based column. |
Return Value
Returns whether all cells in the specified grid column have associated query buttons.
Remarks
When the user clicks on a grid cell query button, the grid fires a Grid Cell Query Event. This is a validation-style event, which must be acknowledged by invoking the accept() method.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.