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.CellDescriptionGeneratorGrid. getCellDescriptionGenerator()Returns theCellDescriptionGeneratorinstance used to generate descriptions (tooltips) for Grid cells.Methods in com.vaadin.ui with parameters of type Grid.CellDescriptionGenerator Modifier and Type Method Description voidGrid. setCellDescriptionGenerator(Grid.CellDescriptionGenerator generator)Sets theCellDescriptionGeneratorinstance for generating optional descriptions (tooltips) for individual Grid cells.voidGrid. setCellDescriptionGenerator(Grid.CellDescriptionGenerator generator, ContentMode contentMode)Sets theCellDescriptionGeneratorinstance and content mode for generating optional descriptions (tooltips) for individual Grid cells.
-