接口的使用
io.github.palexdev.virtualizedfx.cell.Cell
使用Cell的程序包
-
io.github.palexdev.virtualizedfx.flow.base中Cell的使用
-
io.github.palexdev.virtualizedfx.flow.simple中Cell的使用
修饰符和类型类说明classCellsManager<T,C extends Cell<T>> Helper class to properly keep track of the needed cells, add them to the container, update them on scroll, and update the cells layout.classLayoutManager<T,C extends Cell<T>> Helper class to keep track of some parameters like:classSimpleVirtualFlow<T,C extends Cell<T>> Simple implementation ofVirtualFlow.classSimpleVirtualFlowContainer<T,C extends Cell<T>> This is theRegionused bySimpleVirtualFlowto contain the cells.类型参数类型为Cell的io.github.palexdev.virtualizedfx.flow.simple中的方法修饰符和类型方法说明static <T,C extends Cell<T>>
SimpleVirtualFlow<T,C> SimpleVirtualFlow.Builder.create(ObjectProperty<? extends ObservableList<T>> items, Function<T, C> cellFactory, Orientation orientation) 已过时, 待删除: 此 API 元素将从以后的版本中删除。static <T,C extends Cell<T>>
SimpleVirtualFlow<T,C> SimpleVirtualFlow.Builder.create(ObservableList<T> items, Function<T, C> cellFactory, Orientation orientation) 已过时, 待删除: 此 API 元素将从以后的版本中删除。