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 interfaceHeightAwareDetailsGeneratorDeprecated.Fields in com.vaadin.client.widget.grid declared as DetailsGenerator Modifier and Type Field Description static DetailsGeneratorDetailsGenerator. NULLA 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 DetailsGeneratorGrid. 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 voidGrid. setDetailsGenerator(DetailsGenerator detailsGenerator)Sets a new details generator for row details.
-