Class View-Field-Sorting-Mixin

This is a class that can be mixed into field
definitions in order to provide functionality necessary to support
dataseq widgets.

Part of:

package weblocks, class sequence-view-field, class mixin-sequence-view-field

Direct Subclass

mixin-sequence-view-fieldAn abstract view field class representing a mixin
item in a sequence of items. This class shoul...
sequence-view-fieldAn abstract view field class representing a slot of
an item in a sequence of items. This class ...

Slot

allow-sorting-p
If set to true (default), the field will be allowed to be sorted.
Initform:t, Initargs::allow-sorting-p; Accessors:view-field-sorting-mixin-allow-sorting-p.
order-by
If set to a symbol or a list of symbols, this slot will be used to build an order-by path that is later passed to the backend store for ordering the entires of the sequence. If this slot is unbound (the default), the 'slot-name' slot of the field will be used instead.
Initargs::order-by; Accessors:view-field-sorting-mixin-order-by.