org.apache.beehive.netui.databinding.datagrid.api.rendering
Class CellDecorator

Object
  extended by CellDecorator
Direct Known Subclasses:
AnchorCellDecorator, HeaderCellDecorator, ImageAnchorCellDecorator, ImageCellDecorator, SortedCellDecorator, SpanCellDecorator

public abstract class CellDecorator
extends Object


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

CellDecorator

public CellDecorator()

CellDecorator

public CellDecorator(CellDecorator cellDecorator)
Method Detail

getNestedDecorator

public CellDecorator getNestedDecorator()

setNestedDecorator

public void setNestedDecorator(CellDecorator cellDecorator)

decorate

public abstract void decorate(JspContext jspContext,
                              AbstractRenderAppender appender,
                              CellModel cellModel)
                       throws CellDecoratorException
Throws:
CellDecoratorException