Home | Trees | Indices | Help |
|
---|
|
object --+ | IContainer --+ | IOrdered
Interface for IContainer classes whose Item
s
can be traversed in order.
If the container is filtered or sorted, the traversal applies to the filtered and sorted view.
The addItemAfter()
methods should apply filters to the
added item after inserting it, possibly hiding it immediately. If the
container is being sorted, they may add items at the correct sorted
position instead of the given position. See also IFilterable and ISortable for more information.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Adds a new item after the given item. Adding an item after null item adds the item as first item of the ordered container.
See Also: IOrdered for adding items in filtered or sorted containers |
Gets the ID of the first Item in the IContainer.
|
Tests if the Item corresponding to the given Item ID is the first Item in the IContainer.
|
Tests if the Item corresponding to the given Item ID is the last Item in the IContainer.
|
Gets the ID of the last Item in the IContainer..
|
Gets the ID of the Item following the Item that corresponds to
|
Gets the ID of the Item preceding the Item that corresponds to
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jul 6 13:40:50 2013 | http://epydoc.sourceforge.net |