Index
All Classes and Interfaces|All Packages|Serialized Form
C
- com.vaadin.flow.component.virtuallist - package com.vaadin.flow.component.virtuallist
- com.vaadin.flow.component.virtuallist.paging - package com.vaadin.flow.component.virtuallist.paging
G
- getDataCommunicator() - Method in class com.vaadin.flow.component.virtuallist.VirtualList
-
Returns the data communicator of this list.
- getDataProvider() - Method in class com.vaadin.flow.component.virtuallist.VirtualList
-
Returns the data provider of this list.
- getPlaceholderItem() - Method in class com.vaadin.flow.component.virtuallist.VirtualList
-
Gets the placeholder item of this list, or
nullif none has been set.
I
- isPagingEnabled() - Method in class com.vaadin.flow.component.virtuallist.paging.PagelessDataCommunicator
O
- onEnabledStateChanged(boolean) - Method in class com.vaadin.flow.component.virtuallist.VirtualList
P
- PagelessDataCommunicator<T> - Class in com.vaadin.flow.component.virtuallist.paging
-
DataCommunicator implementation which disables the paging and does not allow the user to set up the page for VirtualList.
- PagelessDataCommunicator(DataGenerator<T>, ArrayUpdater, SerializableConsumer<JsonArray>, StateNode) - Constructor for class com.vaadin.flow.component.virtuallist.paging.PagelessDataCommunicator
S
- scrollToEnd() - Method in class com.vaadin.flow.component.virtuallist.VirtualList
-
Scrolls to the last element of the list.
- scrollToIndex(int) - Method in class com.vaadin.flow.component.virtuallist.VirtualList
-
Scrolls to the given row index.
- scrollToStart() - Method in class com.vaadin.flow.component.virtuallist.VirtualList
-
Scrolls to the first element.
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.virtuallist.VirtualList
- setPageSize(int) - Method in class com.vaadin.flow.component.virtuallist.paging.PagelessDataCommunicator
- setPagingEnabled(boolean) - Method in class com.vaadin.flow.component.virtuallist.paging.PagelessDataCommunicator
- setPlaceholderItem(T) - Method in class com.vaadin.flow.component.virtuallist.VirtualList
-
Sets an item to be shown as placeholder in the list while the real data in being fetched from the server.
- setRenderer(Renderer<T>) - Method in class com.vaadin.flow.component.virtuallist.VirtualList
-
Sets a renderer for the items in the list.
- setRenderer(ValueProvider<T, String>) - Method in class com.vaadin.flow.component.virtuallist.VirtualList
-
Sets a renderer for the items in the list, by using a
ValueProvider.
V
- VirtualList<T> - Class in com.vaadin.flow.component.virtuallist
-
Virtual List allows you to render a long list of items inside a scrollable container without sacrificing performance.
- VirtualList() - Constructor for class com.vaadin.flow.component.virtuallist.VirtualList
-
Creates an empty list.
All Classes and Interfaces|All Packages|Serialized Form