All Manuals > CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

list-panel-unfiltered-items

Generic Function
Summary

Accesses the unfiltered items of a filtered list-panel.

Signature

list-panel-unfiltered-items list-panel

(setf list-panel-unfiltered-items) new-items list-panel

Description

The 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 Reference Manual - 15 Dec 2011

NextPrevUpTopContentsIndex