Class AbstractDataTableData
java.lang.Object
com.flowable.platform.service.query.datatable.AbstractDataTableData
- All Implemented Interfaces:
DataTableData
- Direct Known Subclasses:
DefaultDataTableData
,SearchAfterEnabledDataTableData
A backend representation of the data that is used by the datatable component in Flowable.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
size
protected long size -
total
protected long total -
rows
-
-
Constructor Details
-
AbstractDataTableData
public AbstractDataTableData() -
AbstractDataTableData
-
-
Method Details
-
getSize
public long getSize()- Specified by:
getSize
in interfaceDataTableData
-
setSize
public void setSize(long size) -
getTotal
public long getTotal()- Specified by:
getTotal
in interfaceDataTableData
-
setTotal
public void setTotal(long total) -
getRows
- Specified by:
getRows
in interfaceDataTableData
-
setRows
-