public static interface SeparatorList.Separator<E>
Modifier and Type | Method and Description |
---|---|
E |
first()
A convenience method to get the first element from this group.
|
java.util.List<E> |
getGroup()
Get the
List of all elements in this group. |
int |
getLimit()
Get the maximum number of elements in this group to show.
|
void |
setLimit(int limit)
Set the maximum number of elements in this group to show.
|
int |
size()
A convenience method to get the number of elements in this group.
|
int getLimit()
void setLimit(int limit)
This method requires the write lock of the SeparatorList
to be
held during invocation.
java.util.List<E> getGroup()
List
of all elements in this group.
This method requires the read lock of the SeparatorList
to be held during invocation.
E first()
int size()
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by buildd at 2013-07-05 5:17