ca.odell.glazedlists

Interface SeparatorList.Separator<E>

public static interface SeparatorList.Separator<E>

A separator heading the elements of a group.

Method Summary

E
first()
A convenience method to get the first element from this group.
List
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.

Method Details

first

public E first()
A convenience method to get the first element from this group. This is useful to render the separator's name.

getGroup

public List getGroup()

getLimit

public int getLimit()
Get the maximum number of elements in this group to show.

setLimit

public void setLimit(int limit)

size

public int size()
A convenience method to get the number of elements in this group. This is useful to render the separator.

Glazed Lists, Copyright © 2003-2006 publicobject.com, O'Dell Engineering.
Documentation build by pbuilder at 2007-12-21 23:49