Class DataTableState
java.lang.Object
org.primefaces.component.api.UITableState
org.primefaces.component.datatable.DataTableState
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetFirst()intgetRows()voidsetExpandedRowKeys(Set<String> expandedRowKeys) voidsetFirst(int first) voidsetRows(int rows) voidsetSelectedRowKeys(Set<String> selectedRowKeys) Methods inherited from class org.primefaces.component.api.UITableState
getColumnMeta, getFilterBy, getSortBy, getWidth, setColumnMeta, setFilterBy, setSortBy, setWidth
-
Constructor Details
-
DataTableState
public DataTableState()
-
-
Method Details
-
getFirst
public int getFirst() -
setFirst
public void setFirst(int first) -
getRows
public int getRows() -
setRows
public void setRows(int rows) -
getSelectedRowKeys
-
setSelectedRowKeys
-
getExpandedRowKeys
-
setExpandedRowKeys
-