Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

sortable

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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version