Serialized Form
-
Package com.vaadin.flow.component.virtuallist
-
Class com.vaadin.flow.component.virtuallist.VirtualList extends com.vaadin.flow.component.Component implements Serializable
-
Serialized Fields
-
arrayUpdater
com.vaadin.flow.data.provider.ArrayUpdater arrayUpdater
-
dataCommunicator
com.vaadin.flow.data.provider.DataCommunicator<T> dataCommunicator
-
dataGenerator
com.vaadin.flow.data.provider.CompositeDataGenerator<T> dataGenerator
-
originalTemplate
String originalTemplate
-
renderer
Renderer<T> renderer
-
rendererChanged
boolean rendererChanged
-
renderingRegistrations
List<com.vaadin.flow.shared.Registration> renderingRegistrations
-
template
com.vaadin.flow.dom.Element template
-
templateUpdateRegistered
boolean templateUpdateRegistered
-
-
-
-
Package com.vaadin.flow.component.virtuallist.paging
-
Class com.vaadin.flow.component.virtuallist.paging.PagelessDataCommunicator extends com.vaadin.flow.data.provider.DataCommunicator<T> implements Serializable
-