Uses of Class
org.vaadin.firitin.components.grid.VGrid
-
Packages that use VGrid Package Description org.vaadin.firitin.components.grid -
-
Uses of VGrid in org.vaadin.firitin.components.grid
Subclasses of VGrid in org.vaadin.firitin.components.grid Modifier and Type Class Description classPagingGrid<T>A Grid which uses "traditional" paging, instead of the lazy loading while scrolling commonly used in Vaadin apps.Methods in org.vaadin.firitin.components.grid that return VGrid Modifier and Type Method Description VGrid<T>VGrid. setDataProvider(com.vaadin.flow.data.provider.CallbackDataProvider.FetchCallback<T,Void> fetchCallback, com.vaadin.flow.data.provider.CallbackDataProvider.CountCallback<T,Void> countCallback)VGrid<T>VGrid. withItems(Collection<T> items)VGrid<T>VGrid. withItems(Stream<T> streamOfItems)Deprecated.VGrid<T>VGrid. withItems(T... items)VGrid<T>VGrid. withProperties(String... propertyNames)VGrid<T>VGrid. withSelectionMode(com.vaadin.flow.component.grid.Grid.SelectionMode selectionMode)VGrid<T>VGrid. withSelectionModel(com.vaadin.flow.component.grid.GridSelectionModel<T> selectionModel, com.vaadin.flow.component.grid.Grid.SelectionMode selectionMode)VGrid<T>VGrid. withThemeVariants(com.vaadin.flow.component.grid.GridVariant... variants)
-