Uses of Class
com.vaadin.flow.component.virtuallist.VirtualList
Packages that use VirtualList
Package
Description
-
Uses of VirtualList in com.vaadin.browserless
Methods in com.vaadin.browserless that return types with arguments of type VirtualListModifier and TypeMethodDescriptiondefault <V> VirtualListTester<VirtualList<V>, V> TesterWrappers.test(VirtualList<V> virtualList) default <V> VirtualListTester<VirtualList<V>, V> TesterWrappers.test(VirtualList virtualList, Class<V> itemType) Methods in com.vaadin.browserless with parameters of type VirtualListModifier and TypeMethodDescriptiondefault <V> VirtualListTester<VirtualList<V>, V> TesterWrappers.test(VirtualList<V> virtualList) default <V> VirtualListTester<VirtualList<V>, V> TesterWrappers.test(VirtualList virtualList, Class<V> itemType) -
Uses of VirtualList in com.vaadin.browserless.locator
Methods in com.vaadin.browserless.locator with parameters of type VirtualListModifier and TypeMethodDescriptiondefault <Y> VirtualListLocator<Y> GeneratedLocators.use(VirtualList<Y> component) Returns a locator seeded with the givenVirtualListinstance. -
Uses of VirtualList in com.vaadin.flow.component.virtuallist
Classes in com.vaadin.flow.component.virtuallist with type parameters of type VirtualListModifier and TypeClassDescriptionclassVirtualListTester<T extends VirtualList<Y>,Y> Tester for VirtualList components.Methods in com.vaadin.flow.component.virtuallist that return VirtualListConstructors in com.vaadin.flow.component.virtuallist with parameters of type VirtualList