BBjStandardGrid::getCellHasQuery
Description
In BBj 8.0 and higher, this returns whether a BBjStandardGrid cell has an associated query button.
Syntax
Return Value |
Method |
---|---|
boolean |
getCellHasQuery(int row, int column) |
Parameters
Variable |
Description |
column |
Specifies the 0-based column. |
row |
Specifies the 0-based row. |
Return Value
Returns whether a grid cell has an associated query button.
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.