BBjStandardGrid::setColumnHasQuery
Description
In BBj 8.0 and higher, this BBjStandardGrid method specifies whether all cells in the specified column should have associated query buttons.
Syntax
Return Value |
Method |
void |
setColumnHasQuery(int column, boolean hasQuery) |
Parameters
Variable |
Description |
column |
Specifies the 0-based column. |
hasQuery
|
Specifies whether this cell has a query button. 0 = Has no query buttons. 1 = Has query buttons. |
Return Value
None.
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.