Uses of Class
com.vaadin.flow.component.gridpro.AbstractGridPro
Packages that use AbstractGridPro
-
Uses of AbstractGridPro in com.vaadin.flow.component.gridpro
Constructors in com.vaadin.flow.component.gridpro with parameters of type AbstractGridProModifierConstructorDescriptionEditColumn(AbstractGridPro<T> grid, String columnId, com.vaadin.flow.data.renderer.Renderer<T> renderer) Constructs a new Column for use inside a Grid. -
Uses of AbstractGridPro in com.vaadin.flow.component.treegrid
Subclasses of AbstractGridPro in com.vaadin.flow.component.treegridModifier and TypeClassDescriptionclassTreeGridPro<T>Tree Grid is a component for displaying hierarchical tabular data grouped into expandable and collapsible nodes.