org.apache.beehive.netui.databinding.datagrid.runtime.rendering.cell
Class AnchorCellDecorator

Object
  extended by CellDecorator
      extended by AnchorCellDecorator

public final class AnchorCellDecorator
extends CellDecorator


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

AnchorCellDecorator

public AnchorCellDecorator()
Method Detail

decorate

public void decorate(JspContext jspContext,
                     AbstractRenderAppender appender,
                     CellModel columnModel)
              throws CellDecoratorException
Description copied from class: CellDecorator
This method is implemented by subclasses to provide decoration behavior. The use of a nested CellDecorator is left to specific implementations; it is possible that some implementations will ignore such nested instances.

Specified by:
decorate in class CellDecorator
Parameters:
jspContext - the JspContext for the current page
appender - the AbstractRenderAppender to which markup should be rendered
columnModel - the CellModel JavaBean that contains
Throws:
CellDecoratorException - an exception thrown when an error occurs running the decorator.