org.apache.click.extras.control
Class TableInlinePaginator

java.lang.Object
  extended by org.apache.click.control.TablePaginator
      extended by org.apache.click.extras.control.TableInlinePaginator
All Implemented Interfaces:
Serializable, Renderable

public class TableInlinePaginator
extends TablePaginator

Provides an inline style table paging controls Paginator.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.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 org.apache.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)
Specified by:
render in interface Renderable
Overrides:
render in class TablePaginator
Parameters:
buffer - the string buffer to render the paginator to
See Also:
Renderable.render(HtmlStringBuffer)