Package com.persequor.extension.frontend
Interface ITable
- All Superinterfaces:
IComponent<ITable>
,IHasId<ITable>
-
Method Summary
Methods inherited from interface com.persequor.extension.frontend.data.IComponent
half, quarter, setGridWidth, sixth, third, twelfth, twoThirds
-
Method Details
-
name
-
addRow
-
column
-
serverSidePagination
ITable serverSidePagination() -
limit
-
totalRows
-
getLimit
int getLimit() -
getOffset
int getOffset() -
getPage
int getPage() -
getSorting
Optional<ITableSorting> getSorting()Get the ITableSorting of a table if it is present.- Returns:
- optional containing the sorting state of a table if it is present or an empty optional if no sorting-state is present.
-