Uses of Interface
com.vaadin.ui.Grid.DetailsGenerator
-
Packages that use Grid.DetailsGenerator Package Description com.vaadin.ui -
-
Uses of Grid.DetailsGenerator in com.vaadin.ui
Fields in com.vaadin.ui declared as Grid.DetailsGenerator Modifier and Type Field Description static Grid.DetailsGeneratorGrid.DetailsGenerator. NULLA details generator that provides no detailsMethods in com.vaadin.ui that return Grid.DetailsGenerator Modifier and Type Method Description Grid.DetailsGeneratorGrid.DetailComponentManager. getDetailsGenerator()Gets the current details generator for row details.Grid.DetailsGeneratorGrid. getDetailsGenerator()Gets the current details generator for row details.Methods in com.vaadin.ui with parameters of type Grid.DetailsGenerator Modifier and Type Method Description voidGrid.DetailComponentManager. setDetailsGenerator(Grid.DetailsGenerator detailsGenerator)Sets a new details generator for row details.voidGrid. setDetailsGenerator(Grid.DetailsGenerator detailsGenerator)Sets a new details generator for row details.Constructors in com.vaadin.ui with parameters of type Grid.DetailsGenerator Constructor Description DetailComponentManager(Grid grid, Grid.DetailsGenerator detailsGenerator)
-