Package io.jmix.ui.component
Interface HasPagination
- All Known Subinterfaces:
DataGrid<E>
,GroupTable<E>
,Table<E>
,TreeDataGrid<E>
,TreeTable<E>
- All Known Implementing Classes:
AbstractDataGrid
,AbstractTable
,DataGridImpl
,GroupTableImpl
,TableImpl
,TreeDataGridImpl
,TreeTableImpl
public interface HasPagination
Interface to be implemented by components that can display the
Pagination
component.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setPagination
(PaginationComponent pagination) Sets pagination component.
-
Method Details
-
getPagination
- Returns:
- pagination component
-
setPagination
Sets pagination component.
-