org.gwtwidgets.client.ui.pagination
Interface RowRenderer


public interface RowRenderer

RowRenderer lets you dynamically set the widgets for the cells of the table. populateRow is called once for every object on the Pagination page.

Author:
Joe Toth (joetoth@gmail.com)

Method Summary
 void populateRow(PaginationBehavior pagination, int row, java.lang.Object object)
           
 

Method Detail

populateRow

void populateRow(PaginationBehavior pagination,
                 int row,
                 java.lang.Object object)
Parameters:
pagination -
row - The row the object should be populated on. NOTE: row starts from 1 since 0 is the header row.
object -


Copyright © 2009. All Rights Reserved.