BBjGridCell::setSelected
Description
In BBj 18.0 and higher, this method sets the selected value in the BBjGridCell.
Syntax
Return Value |
Method |
void |
setSelected(boolean p_isSelected) |
Parameters
Variable |
Description |
isSelected |
Boolean selected value for the BBjGridCell. |
Return Value
None.
Remarks
True sets cell value to selected.
False deselects cell value.
Example
|
See Also
BBj Object Diagram for an illustration of the relationship between BBjObjects.