| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: grid-column
When using the row-section-with-sort-gadget-mixin
class to provide the default interactive interface to the sort-grid function, the
sortable property
of a grid-column
indicates whether the
end user may set this grid-column as the current sort-column of the grid-widget by
clicking on it in the grid cell at the intersection of the column and
the mixin's grid-row-section
. If this property
is true, then the appropriate mouse click (according to the
grid-widget's sort-on-click property) will set
the sort-column; if nil
, then nothing will
happen.
The property value may be set by calling (setf sortable) or by passing the :sortable initarg when calling make-instance to create a grid-column. The default value is true.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |