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

Object
  extended by CellDecorator
      extended by HeaderCellDecorator

public class HeaderCellDecorator
extends CellDecorator


Constructor Summary
HeaderCellDecorator()
           
 
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

HeaderCellDecorator

public HeaderCellDecorator()
Method Detail

decorate

public void decorate(JspContext jspContext,
                     AbstractRenderAppender appender,
                     CellModel cellModel)
              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
cellModel - the CellModel JavaBean that contains
Throws:
CellDecoratorException - an exception thrown when an error occurs running the decorator.