BBjStandardGrid::setAllColumnsUserSortable
Description
In BBj 6.0 and higher, this BBjStandardGrid method enables the sorting of all columns when the user clicks in the column header.
Syntax
Return Value |
Method |
---|---|
void |
setAllColumnsUserSortable(boolean p_sortable) |
Parameters
Variable |
Description |
p_sortable |
Indicates whether the user can sort the column by clicking in the header. 0 = Not sortable. 1 = Sortable. |
Return Value
None.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.