public interface ISplusOrderedViewModel extends ISplusViewModel
ISplusViewModel
that holds an ordered
list.Modifier and Type | Method and Description |
---|---|
IListViewAdapter |
getIndicesViewAdapter() |
<T> IListViewAdapter |
getOrderedViewAdapter() |
<T> IListViewAdapter |
getUnorderedViewAdapter() |
getDefaultViewAdapter, getName, getSplusObject, reload, save
IListViewAdapter getIndicesViewAdapter()
IListViewAdapter
that exposes the order indices of the
ordered list.<T> IListViewAdapter getOrderedViewAdapter()
T
- The type of objects in the ordered list.IListViewAdapter
that exposes the ordered list.<T> IListViewAdapter getUnorderedViewAdapter()
T
- The type of objects in the ordered list.IListViewAdapter
that exposes the ordered list in its
original unordered form.