Uses of Interface
com.vaadin.ui.Grid.RowDescriptionGenerator
-
Packages that use Grid.RowDescriptionGenerator Package Description com.vaadin.ui -
-
Uses of Grid.RowDescriptionGenerator in com.vaadin.ui
Methods in com.vaadin.ui that return Grid.RowDescriptionGenerator Modifier and Type Method Description Grid.RowDescriptionGeneratorGrid. getRowDescriptionGenerator()Returns theRowDescriptionGeneratorinstance used to generate descriptions (tooltips) for Grid rowsMethods in com.vaadin.ui with parameters of type Grid.RowDescriptionGenerator Modifier and Type Method Description voidGrid. setRowDescriptionGenerator(Grid.RowDescriptionGenerator generator)Sets theRowDescriptionGeneratorinstance for generating optional descriptions (tooltips) for Grid rows.voidGrid. setRowDescriptionGenerator(Grid.RowDescriptionGenerator generator, ContentMode contentMode)Sets theRowDescriptionGeneratorinstance for generating optional descriptions (tooltips) for Grid rows.
-