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

Object
  extended by PagerRenderer
Direct Known Subclasses:
FirstPreviousNextLastPagerRenderer, PreviousNextPagerRenderer

public abstract class PagerRenderer
extends Object


Constructor Summary
PagerRenderer()
           
 
Method Summary
protected  void buildAnchor(AbstractRenderAppender appender, Map queryParams, String labelKey)
           
protected  String buildDeadFirstLink()
           
protected  String buildDeadLastLink()
           
protected  String buildDeadNextLink()
           
protected  String buildDeadPreviousLink()
           
protected  String buildLiveFirstLink()
           
protected  String buildLiveLastLink()
           
protected  String buildLiveNextPageLink()
           
protected  String buildLivePreviousLink()
           
protected  String buildPageUri(Map queryParams)
           
protected  DataGridTagModel getDataGridTagModel()
           
protected  PagerModel getPagerModel()
           
protected  String internalRender()
           
protected  String noDataRender()
           
 String render()
           
 void setDataGridTagModel(DataGridTagModel gridModel)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagerRenderer

public PagerRenderer()
Method Detail

setDataGridTagModel

public void setDataGridTagModel(DataGridTagModel gridModel)

render

public String render()

getPagerModel

protected PagerModel getPagerModel()

getDataGridTagModel

protected DataGridTagModel getDataGridTagModel()

internalRender

protected String internalRender()

noDataRender

protected String noDataRender()

buildLiveFirstLink

protected String buildLiveFirstLink()

buildDeadFirstLink

protected String buildDeadFirstLink()

buildLivePreviousLink

protected String buildLivePreviousLink()

buildDeadPreviousLink

protected String buildDeadPreviousLink()

buildLiveNextPageLink

protected String buildLiveNextPageLink()

buildDeadNextLink

protected String buildDeadNextLink()

buildLiveLastLink

protected String buildLiveLastLink()

buildDeadLastLink

protected String buildDeadLastLink()

buildAnchor

protected final void buildAnchor(AbstractRenderAppender appender,
                                 Map queryParams,
                                 String labelKey)

buildPageUri

protected String buildPageUri(Map queryParams)