BBjStandardGrid::setColumnListSelection
Description
Sets the selected index for the list control in the specified BBjStandardGrid column.
Syntax
Return Value |
Method |
---|---|
void |
setColumnListSelection(int column, int index, boolean repaint) |
Parameters
Variable |
Description |
---|---|
column |
Specifies the 0-based column. |
index |
Specifies the 0-based index to select in the list. |
repaint |
Specifies whether to immediately repaint the column to display selected index. |
Return Value
None.
Remarks
The repaint parameter is only a suggestion to the underlying look and feel. The Java Swing GUI client will usually repaint the column immediately, even if this parameter is set to false.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.