public class ExpansionDecorator extends BaseListDecorator
columnCount, currentList, listName, pageContext, parent| Constructor and Description |
|---|
ExpansionDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterList()
Notifies the decorator that list rendering is complete
|
void |
beforeList()
Notifies the decorator that list rendering is about to begin
|
addColumn, afterBottomPagination, afterTopPagination, beforeTopPagination, getCurrentList, onBottomExtraAddons, onBottomExtraContent, onFooterExtraAddons, onFooterExtraContent, onHeadExtraAddons, onHeadExtraContent, onTopExtraAddons, onTopExtraContent, setCurrentList, setEnvironmentpublic void beforeList()
throws javax.servlet.jsp.JspException
beforeList in interface ListDecoratorbeforeList in class BaseListDecoratorjavax.servlet.jsp.JspException - something bad happenedpublic void afterList()
throws javax.servlet.jsp.JspException
afterList in interface ListDecoratorafterList in class BaseListDecoratorjavax.servlet.jsp.JspException - something bad happened