You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.virtuallist.paging.

Class 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:

    Serialized Form