All Classes and Interfaces
Class
Description
Enumeration to set the buffer size of Virtualized containers.
Public, base API for all cells used by any virtualized container.
The basic and typical implementation of a cell in JavaFX is a cell with just two properties: one to keep track
of the cell's index and the other to keep track of the displayed item.
Base, empty behavior for cells of type
CellBase, extends BehaviorBase.A special kind of
LinkedList which discards the oldest added item once it reaches the set capacity.Defines the common API for every paginated virtualized container offered by VirtualizedFX.
A wrapper class for two
Map collections, used to store the cells of a virtualized container's state.Defines the common API for every virtualized container offered by VirtualizedFX.
Implementation of a virtualized container to show a list of items either vertically or horizontally.
Simple cache implementation for the
VFXList container.This interface is a utility API for
VFXList which helps to avoid if checks that depend on the container's
orientation, VFXList.orientationProperty().Abstract implementation of
VFXListHelper, contains common members for the two concrete implementations
VFXListHelper.VerticalHelper and VFXListHelper.HorizontalHelper, such as:Concrete implementation of
VFXListHelper.AbstractHelper for Orientation.HORIZONTAL.Concrete implementation of
VFXListHelper.AbstractHelper for Orientation.VERTICAL.Default behavior implementation for
VFXList.Default skin implementation for
VFXList, extends SkinBase and expects behaviors of type
VFXListManager.Immutable object to represent the state of a
VFXListState in a specific moment in time.Convenience property that extends
ReadOnlyObjectWrapper for VFXListState.Simple and naive implementation of a paginated variant of
VFXList.Simple extension of
VFXListHelper with to concrete implementations VFXPaginatedListHelper.VerticalHelper and VFXPaginatedListHelper.HorizontalHelper
to override the behavior of VFXListHelper.visibleNum(), so that it always returns the value of cells per page
(VFXPaginatedList.cellsPerPageProperty()).Default behavior implementation for
VFXPaginatedList, extends VFXListManager.Default skin implementation for the paginated variant of
VFXList: VFXPaginatedList.