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.DetailsGenerator
Grid.DetailsGenerator. NULL
A details generator that provides no detailsMethods in com.vaadin.ui that return Grid.DetailsGenerator Modifier and Type Method Description Grid.DetailsGenerator
Grid.DetailComponentManager. getDetailsGenerator()
Gets the current details generator for row details.Grid.DetailsGenerator
Grid. 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 void
Grid.DetailComponentManager. setDetailsGenerator(Grid.DetailsGenerator detailsGenerator)
Sets a new details generator for row details.void
Grid. 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)
-