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 of
VFXList.VFXPaginatedListHelper<T, C extends VFXCell<T>>Simple extension ofVFXListHelperwith to concrete implementationsVFXPaginatedListHelper.VerticalHelperandVFXPaginatedListHelper.HorizontalHelperto 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.