org.apache.click.extras.control
Class TableInlinePaginator
java.lang.Object
   org.apache.click.control.TablePaginator
org.apache.click.control.TablePaginator
       org.apache.click.extras.control.TableInlinePaginator
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
 
 
 
 
 
 
TableInlinePaginator
public TableInlinePaginator(Table table)
- Create a Paginator for the given Table.
 
- Parameters:
- table- the paginator's table
 
render
public void render(HtmlStringBuffer buffer)
- 
- Specified by:
- renderin interface- Renderable
- Overrides:
- renderin class- TablePaginator
 
- 
- Parameters:
- buffer- the string buffer to render the paginator to
- See Also:
- Renderable.render(HtmlStringBuffer)