T - Type of objects to be listed.public interface Listable<T>
See the Spacewalk wiki for more information on how to work with ListTag 3.0.
| Modifier and Type | Method and Description |
|---|---|
java.util.List<T> |
getResult(RequestContext context)
Returns the data to display on the web page.
|
java.util.List<T> getResult(RequestContext context)
context - the request context; will not be nullSelectable or
Identifiable objects.