Uses of Interface
com.vaadin.client.widget.grid.DetailsGenerator
-
Packages that use DetailsGenerator Package Description com.vaadin.client.widget.grid com.vaadin.client.widgets -
-
Uses of DetailsGenerator in com.vaadin.client.widget.grid
Subinterfaces of DetailsGenerator in com.vaadin.client.widget.grid Modifier and Type Interface Description interface
HeightAwareDetailsGenerator
Deprecated.Fields in com.vaadin.client.widget.grid declared as DetailsGenerator Modifier and Type Field Description static DetailsGenerator
DetailsGenerator. NULL
A details generator that provides no details -
Uses of DetailsGenerator in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets that return DetailsGenerator Modifier and Type Method Description DetailsGenerator
Grid. getDetailsGenerator()
Gets the current details generator for row details.Methods in com.vaadin.client.widgets with parameters of type DetailsGenerator Modifier and Type Method Description void
Grid. setDetailsGenerator(DetailsGenerator detailsGenerator)
Sets a new details generator for row details.
-