Package io.github.palexdev.virtualizedfx.list
package io.github.palexdev.virtualizedfx.list
-
ClassDescriptionImplementation of a virtualized container to show a list of items either vertically or horizontally.VFXListHelper<T,
C extends VFXCell<T>> This interface is a utility API forVFXListwhich helps to avoid if checks that depend on the container's orientation,VFXList.orientationProperty().VFXListHelper.AbstractHelper<T,C extends VFXCell<T>> Extension ofVFXContainerHelper.VFXContainerHelperBasewhich also implementsVFXListHelper.VFXListHelper.HorizontalHelper<T,C extends VFXCell<T>> Concrete implementation ofVFXListHelper.AbstractHelperforOrientation.HORIZONTAL.VFXListHelper.VerticalHelper<T,C extends VFXCell<T>> Concrete implementation ofVFXListHelper.AbstractHelperforOrientation.VERTICAL.VFXListManager<T,C extends VFXCell<T>> Default behavior implementation forVFXList.VFXListSkin<T,C extends VFXCell<T>> Default skin implementation forVFXList, extendsSkinBaseand expects behaviors of typeVFXListManager.VFXListState<T,C extends VFXCell<T>> Immutable object to represent the state of aVFXListin a specific moment in time.