com.vaadin.flow.component.virtuallist.paging.

Class PagelessDataCommunicator<T>

java.lang.Object
com.vaadin.flow.data.provider.DataCommunicator<T>
com.vaadin.flow.component.virtuallist.paging.PagelessDataCommunicator<T>

Type Parameters:

T - item type

All Implemented Interfaces:

Serializable

public class PagelessDataCommunicator<T> extends DataCommunicator<T>

DataCommunicator implementation which disables the paging and does not allow the user to set up the page for VirtualList.

See Also: