Uses of Annotation Interface
org.dellroad.stuff.vaadin24.grid.GridColumn
Packages that use GridColumn
Package
Description
Classes relating to Vaadin fields, including
FieldBuilder
.Classes relating to Vaadin
Grid
.-
Uses of GridColumn in org.dellroad.stuff.vaadin24.field
Methods in org.dellroad.stuff.vaadin24.field with parameters of type GridColumnModifier and TypeMethodDescriptionprotected Grid<?>
AbstractGridFieldBuilder.buildGrid
(AbstractFieldBuilder<S, T>.BindingInfo bindingInfo, GridColumn column) -
Uses of GridColumn in org.dellroad.stuff.vaadin24.grid
Methods in org.dellroad.stuff.vaadin24.grid with parameters of type GridColumnModifier and TypeMethodDescriptionstatic <T> Grid.Column<T>
GridColumnScanner.addColumn
(Grid<T> grid, String key, GridColumn annotation, String description, ValueProvider<T, ?> valueProvider, boolean selfRendering) Add and configure a single column to the givenGrid
.