BBjStandardGrid::setColumnUserSortable
Description
In BBj 6.0 and higher, this BBjStandardGrid method causes the grid to sort a specified column when the user clicks in the header of that column.
Syntax
Return Value |
Method |
void |
setColumnUserSortable(int columnIndex, boolean p_sortable) |
Parameters
Variable |
Description |
columnIndex |
Specifies the zero-based index on which to sort. |
p_sortable |
Indicates whether user can sort the column by clicking in the header: |
Return Value
None.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.