All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

list-panel-unfiltered-items Accessor Generic Function

Summary

Accesses the unfiltered items of a filtered list-panel.

Package

capi

Signature

list-panel-unfiltered-items list-panel => unfiltered-items

setf (list-panel-unfiltered-items list-panel) unfiltered-items => unfiltered-items

Arguments
list-panel
unfiltered-items
A sequence.
Values
unfiltered-items
A sequence.
Description

The accessor generic function list-panel-unfiltered-items accesses the unfiltered items of a filtered list-panel (that is, a list-panel created with :filter t).

list-panel-unfiltered-items returns the unfiltered items of list-panel (that is all of them, as opposed to the accessor collection-items, which returns only those items that match the filter).

(setf list-panel-unfiltered-items) sets the items of list-panel without affecting the filter (as opposed to (setf collection-items) which resets the filter). The items are then filtered, and only those that match the filter are displayed.

list-panel-unfiltered-items behaves the same as collection-items when called on an unfiltered list-panel.

See also

list-panel
list-panel-items-and-filter
list-panel-filter-state


CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:33:57