Uses of Class
org.patternfly.component.Pagination
-
Packages that use Pagination Package Description org.patternfly.component -
-
Uses of Pagination in org.patternfly.component
Methods in org.patternfly.component that return Pagination Modifier and Type Method Description PaginationPagination. compact()Deprecated.PaginationPagination. disabled(boolean disabled)Deprecated.PaginationPagination. onFirstPage(Callback firstPageHandler)Deprecated.PaginationPagination. onGotoPage(Consumer<Integer> gotoPageHandler)Deprecated.Consumer is called with 0-based page index.PaginationPagination. onLastPage(Callback lastPageHandler)Deprecated.PaginationPagination. onNextPage(Callback nextPageHandler)Deprecated.PaginationPagination. onPageSize(Consumer<Integer> pageSizeHandler)Deprecated.PaginationPagination. onPreviousPage(Callback previousPageHandler)Deprecated.static PaginationPagination. pagination()Deprecated.PaginationPagination. that()Deprecated.Methods in org.patternfly.component with parameters of type Pagination Modifier and Type Method Description OldToolbar.ItemOldToolbar.Item. add(Pagination pagination)Deprecated.
-