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.RowDescriptionGenerator
Grid. getRowDescriptionGenerator()
Returns theRowDescriptionGenerator
instance used to generate descriptions (tooltips) for Grid rowsMethods in com.vaadin.ui with parameters of type Grid.RowDescriptionGenerator Modifier and Type Method Description void
Grid. setRowDescriptionGenerator(Grid.RowDescriptionGenerator generator)
Sets theRowDescriptionGenerator
instance for generating optional descriptions (tooltips) for Grid rows.void
Grid. setRowDescriptionGenerator(Grid.RowDescriptionGenerator generator, ContentMode contentMode)
Sets theRowDescriptionGenerator
instance for generating optional descriptions (tooltips) for Grid rows.
-