| mixin-sequence-view-field | An abstract view field class representing a mixin item in a sequence of items. This class shoul... |
|---|---|
| sequence-view-field | An abstract view field class representing a slot of an item in a sequence of items. This class ... |
| 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. |