|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCellDecorator
SortedCellDecorator
public final class SortedCellDecorator
Constructor Summary | |
---|---|
SortedCellDecorator(CellDecorator decorator)
|
Method Summary | |
---|---|
protected String |
buildSortLink(JspContext jspContext,
HeaderCellModel cellModel)
|
void |
decorate(JspContext jspContext,
AbstractRenderAppender appender,
CellModel cellModel)
This method is implemented by subclasses to provide decoration behavior. |
Methods inherited from class CellDecorator |
---|
getNestedDecorator, setNestedDecorator |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortedCellDecorator(CellDecorator decorator)
Method Detail |
---|
public void decorate(JspContext jspContext, AbstractRenderAppender appender, CellModel cellModel) throws CellDecoratorException
CellDecorator
decorate
in class CellDecorator
jspContext
- the JspContext
for the current pageappender
- the AbstractRenderAppender
to which markup should be renderedcellModel
- the CellModel
JavaBean that contains
CellDecoratorException
- an exception thrown when an error occurs running the decorator.protected String buildSortLink(JspContext jspContext, HeaderCellModel cellModel)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |