apptools.selection.i_selection module¶
- class apptools.selection.i_selection.IListSelection(adaptee, default=<class 'traits.adaptation.adaptation_error.AdaptationError'>)[source]¶
Bases:
ISelection
Selection for ordered sequences of items.
- indices = List¶
Indices of the selected objects in the selection provider.
- items = List¶
Selected objects.