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

Object
  extended by CellDecorator
      extended by SortedCellDecorator

public final class SortedCellDecorator
extends CellDecorator


Constructor Summary
SortedCellDecorator(CellDecorator decorator)
           
 
Method Summary
protected  String buildSortLink(JspContext jspContext, HeaderCellModel cellModel)
           
 void decorate(JspContext jspContext, AbstractRenderAppender appender, CellModel cellModel)
           
 
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

SortedCellDecorator

public SortedCellDecorator(CellDecorator decorator)
Method Detail

decorate

public void decorate(JspContext jspContext,
                     AbstractRenderAppender appender,
                     CellModel cellModel)
              throws CellDecoratorException
Specified by:
decorate in class CellDecorator
Throws:
CellDecoratorException

buildSortLink

protected String buildSortLink(JspContext jspContext,
                               HeaderCellModel cellModel)