| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.click.control.TablePaginator
public class TablePaginator
Provides the default Table Paginator.
  
  | 
 
| Field Summary | |
|---|---|
protected  Table | 
table
The parent table to provide paginator for.  | 
| Constructor Summary | |
|---|---|
TablePaginator(Table table)
Create a Paginator for the given Table.  | 
|
| Method Summary | |
|---|---|
 Table | 
getTable()
Return the parent Table for this Paginator.  | 
 void | 
render(HtmlStringBuffer buffer)
Render output, normally HTML markup, to the given buffer.  | 
 void | 
setTable(Table table)
Set the parent Table for this Paginator.  | 
 String | 
toString()
Returns the HTML representation of this paginator.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
protected Table table
| Constructor Detail | 
|---|
public TablePaginator(Table table)
table - the paginator's table| Method Detail | 
|---|
public Table getTable()
public void setTable(Table table)
table - the paginator's parent tablepublic void render(HtmlStringBuffer buffer)
Renderable
render in interface Renderablebuffer - the string buffer to render the paginator toRenderable.render(HtmlStringBuffer)public String toString()
render(org.apache.click.util.HtmlStringBuffer).
toString in class ObjectObject.toString()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||