Module VirtualizedFX
Package io.github.palexdev.virtualizedfx.list.paginated
package io.github.palexdev.virtualizedfx.list.paginated
-
ClassDescriptionVFXPaginatedList<T,
C extends VFXCell<T>> Simple and naive implementation of a paginated variant ofVFXList
.VFXPaginatedListHelper<T,C extends VFXCell<T>> Simple extension ofVFXListHelper
with to concrete implementationsVFXPaginatedListHelper.VerticalHelper
andVFXPaginatedListHelper.HorizontalHelper
to override the behavior ofVFXListHelper.visibleNum()
, so that it always returns the value of cells per page (VFXPaginatedList.cellsPerPageProperty()
).VFXPaginatedListHelper.HorizontalHelper<T,C extends VFXCell<T>> VFXPaginatedListHelper.VerticalHelper<T,C extends VFXCell<T>> VFXPaginatedListManager<T,C extends VFXCell<T>> Default behavior implementation forVFXPaginatedList
, extendsVFXListManager
.VFXPaginatedListSkin<T,C extends VFXCell<T>> Default skin implementation for the paginated variant ofVFXList
:VFXPaginatedList
.