Class AbstractWebBasicModelViewProvider.ViewParameters
java.lang.Object
com.vdoc.sdk.commons.ui.provider.view.AbstractWebBasicModelViewProvider.ViewParameters
- Enclosing class:
AbstractWebBasicModelViewProvider<T>
View's parameters
- Author:
- vmartinon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintvoidsetCountRowsPerPage(int rowsPerPage) voidsetCurrentSortedColumn(String sortedColumn, int order) Set current columnvoidsetCurrentSortedColumnOrder(int sortingOrder)
-
Constructor Details
-
ViewParameters
public ViewParameters()
-
-
Method Details
-
getCountRowsPerPage
public int getCountRowsPerPage() -
setCountRowsPerPage
public void setCountRowsPerPage(int rowsPerPage) -
getCurrentPageIndex
public int getCurrentPageIndex() -
getCurrentSortedColumn
-
setCurrentSortedColumn
Set current column- Parameters:
sortedColumn- the sorted columnorder- the order
-
getCurrentSortedColumnOrder
public int getCurrentSortedColumnOrder() -
setCurrentSortedColumnOrder
public void setCurrentSortedColumnOrder(int sortingOrder)
-