|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCellDecorator
public abstract class CellDecorator
Constructor Summary | |
---|---|
CellDecorator()
|
|
CellDecorator(CellDecorator cellDecorator)
|
Method Summary | |
---|---|
abstract void |
decorate(JspContext jspContext,
AbstractRenderAppender appender,
CellModel cellModel)
|
CellDecorator |
getNestedDecorator()
|
void |
setNestedDecorator(CellDecorator cellDecorator)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CellDecorator()
public CellDecorator(CellDecorator cellDecorator)
Method Detail |
---|
public CellDecorator getNestedDecorator()
public void setNestedDecorator(CellDecorator cellDecorator)
public abstract void decorate(JspContext jspContext, AbstractRenderAppender appender, CellModel cellModel) throws CellDecoratorException
CellDecoratorException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |