com.liferay.faces.util.model
Interface Paginated

All Known Implementing Classes:
OnDemandDataModel

public interface Paginated

Defines a contract for paginated data.


Method Summary
 int getRowsPerPage()
          Returns the number of rows-per-page associated with the pagination.
 void setRowsPerPage(int rowsPerPage)
          Sets the number of rows-per-page associated with the pagination.
 

Method Detail

getRowsPerPage

int getRowsPerPage()
Returns the number of rows-per-page associated with the pagination.


setRowsPerPage

void setRowsPerPage(int rowsPerPage)
Sets the number of rows-per-page associated with the pagination.



Copyright © 2015 Liferay, Inc.. All rights reserved.