|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCellDecorator
ImageAnchorCellDecorator
public final class ImageAnchorCellDecorator
Constructor Summary | |
---|---|
ImageAnchorCellDecorator()
|
Method Summary | |
---|---|
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 ImageAnchorCellDecorator()
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |