public interface ListFormatter
| Modifier and Type | Method and Description |
|---|---|
void |
format(Writer writer,
Linkable current,
String listComment,
Collection c,
String emptyText,
boolean showSize)
Display a simple vertical list.
|
String |
getName() |
String getName()
void format(Writer writer, Linkable current, String listComment, Collection c, String emptyText, boolean showSize) throws IOException
writer - Writer to write the list output tocurrent - the current linkablelistComment - String to display before the listc - Collection of Linkables, Snips or Nameables to displayemptyText - Text to display if collection is emptyshowSize - If showSize is true then the size of the collection is displayedIOExceptionCopyright © 2003–2018 Sakai Project. All rights reserved.