Uses of Class
org.vaadin.firitin.components.grid.VGrid
Packages that use VGrid
-
Uses of VGrid in org.vaadin.firitin.components
Subclasses of VGrid in org.vaadin.firitin.componentsModifier and TypeClassDescriptionclass
TreeTable<T>
Design goals for this component: - support lazy loading - no weird HierarchicalDataProvider stuff - support scrollToItem - also support provide same simpler API for non-lazy loading mode that is available for TreeGrid -
Uses of VGrid in org.vaadin.firitin.components.grid
Subclasses of VGrid in org.vaadin.firitin.components.gridModifier and TypeClassDescriptionclass
A grid that implementsMultiSelect
interface.class
GridSelect<T>
A grid that implementsSingleSelect
interface.class
PagingGrid<T>
A Grid which uses "traditional" paging, instead of the lazy loading while scrolling commonly used in Vaadin apps.Classes in org.vaadin.firitin.components.grid that implement interfaces with type arguments of type VGridModifier and TypeClassDescriptionclass
VGrid<T>
class
VGrid<T>
class
VGrid<T>
class
VGrid<T>
class
VGrid<T>
Methods in org.vaadin.firitin.components.grid that return VGridModifier and TypeMethodDescriptionVGrid.hideProperties
(String... propertyNamesToHide) Hides given columns.VGrid.setDataProvider
(com.vaadin.flow.data.provider.CallbackDataProvider.FetchCallback<T, Void> fetchCallback, com.vaadin.flow.data.provider.CallbackDataProvider.CountCallback<T, Void> countCallback) VGrid.withCellFormatter
(VGrid.CellFormatter<T> formatter) Defines a formatter used for all basic data columns.VGrid.withColumnSelector()
Adds a Vaadin 3,4,5,6,7,8 style column selector.VGrid.withItems
(Collection<T> items) VGrid.withProperties
(String... propertyNames) VGrid.withRowStyler
(VGrid.RowStyler<T> rowStyler) Adds a strategy to style cells based on rows.VGrid.withSelectionMode
(com.vaadin.flow.component.grid.Grid.SelectionMode selectionMode) VGrid.withSelectionModel
(com.vaadin.flow.component.grid.GridSelectionModel<T> selectionModel, com.vaadin.flow.component.grid.Grid.SelectionMode selectionMode) VGrid.withThemeVariants
(com.vaadin.flow.component.grid.GridVariant... variants)