|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCellDecorator
AnchorCellDecorator
public final class AnchorCellDecorator
Constructor Summary | |
---|---|
AnchorCellDecorator()
|
Method Summary | |
---|---|
void |
decorate(JspContext jspContext,
AbstractRenderAppender appender,
CellModel columnModel)
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 AnchorCellDecorator()
Method Detail |
---|
public void decorate(JspContext jspContext, AbstractRenderAppender appender, CellModel columnModel) throws CellDecoratorException
CellDecorator
decorate
in class CellDecorator
jspContext
- the JspContext
for the current pageappender
- the AbstractRenderAppender
to which markup should be renderedcolumnModel
- 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 |