Uses of Interface
me.agent.vgui.api.contents.Pagination
Packages that use Pagination
Package
Description
-
Uses of Pagination in me.agent.vgui.api.contents
Methods in me.agent.vgui.api.contents that return PaginationModifier and TypeMethodDescriptionPagination.first()Jumps to the first page.Sets (or replaces) the items to paginate.Pagination.last()Jumps to the last page.Pagination.next()Advances one page if possible.Pagination.open(int page) Jumps to a page (clamped to the valid range) and re-renders.ViewContents.pagination()The pagination helper for this view (lazily created, one per open view).Pagination.previous()Goes back one page if possible.Pagination.slots(int... slots) Sets the unique slots the items flow into, in the given order.Sets the region to all slots marked withcharacterinlayout. -
Uses of Pagination in me.agent.vgui.core.internal
Methods in me.agent.vgui.core.internal that return Pagination