net.sf.click.extras.control
Class TableInlinePaginator

java.lang.Object
  extended bynet.sf.click.control.TablePaginator
      extended bynet.sf.click.extras.control.TableInlinePaginator
All Implemented Interfaces:
Renderable, Serializable

public class TableInlinePaginator
extends TablePaginator

Provides an inline style table paging controls Paginator.

Author:
Malcolm Edgar
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.click.control.TablePaginator
table
 
Constructor Summary
TableInlinePaginator(Table table)
          Create a Paginator for the given Table.
 
Method Summary
 void render(HtmlStringBuffer buffer)
           
 
Methods inherited from class net.sf.click.control.TablePaginator
getTable, setTable, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableInlinePaginator

public TableInlinePaginator(Table table)
Create a Paginator for the given Table.

Parameters:
table - the paginator's table
Method Detail

render

public void render(HtmlStringBuffer buffer)
Parameters:
buffer - the string buffer to render the paginator to
See Also:
Renderable.render(HtmlStringBuffer)