Uses of Interface
com.vaadin.ui.Grid.CellDescriptionGenerator
-
Packages that use Grid.CellDescriptionGenerator Package Description com.vaadin.ui -
-
Uses of Grid.CellDescriptionGenerator in com.vaadin.ui
Methods in com.vaadin.ui that return Grid.CellDescriptionGenerator Modifier and Type Method Description Grid.CellDescriptionGenerator
Grid. getCellDescriptionGenerator()
Returns theCellDescriptionGenerator
instance used to generate descriptions (tooltips) for Grid cells.Methods in com.vaadin.ui with parameters of type Grid.CellDescriptionGenerator Modifier and Type Method Description void
Grid. setCellDescriptionGenerator(Grid.CellDescriptionGenerator generator)
Sets theCellDescriptionGenerator
instance for generating optional descriptions (tooltips) for individual Grid cells.void
Grid. setCellDescriptionGenerator(Grid.CellDescriptionGenerator generator, ContentMode contentMode)
Sets theCellDescriptionGenerator
instance and content mode for generating optional descriptions (tooltips) for individual Grid cells.
-