|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IListView
Base interface for a paged list view.
Modifications are not persistant:
modifing a list view or its contents does not modify the underlying resource(s).
Instances can contain only IView
s.
Method Summary | |
---|---|
IPagingCookie |
getCookie()
Gets the paging cookie associated with this list. |
void |
setCookie(IPagingCookie cookie)
Sets the paging cookie associated with this list. |
void |
sort()
Sorts objects in this view according to paging cookie sort order. |
void |
sort(Comparator comp)
Sorts the list using the given Comparator. |
Methods inherited from interface java.util.List |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Method Detail |
---|
IPagingCookie getCookie()
void setCookie(IPagingCookie cookie)
cookie
- Cookie to associate with this list. May be null.void sort(Comparator comp) throws PortalException
comp
- Comparator to use when sorting the list.
PortalException
- if an error occured while sorting.void sort() throws PortalException
PortalException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |