Uses of Class
com.vaadin.ui.Grid.RowReference
-
Packages that use Grid.RowReference Package Description com.vaadin.ui -
-
Uses of Grid.RowReference in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type Grid.RowReference Modifier and Type Method Description String
Grid.RowDescriptionGenerator. getDescription(Grid.RowReference row)
Called by Grid to generate a description (tooltip) for a row.Component
Grid.DetailsGenerator. getDetails(Grid.RowReference rowReference)
This method is called for whenever a details row needs to be shown on the client.String
Grid.RowStyleGenerator. getStyle(Grid.RowReference row)
Called by Grid to generate a style name for a row.Constructors in com.vaadin.ui with parameters of type Grid.RowReference Constructor Description CellReference(Grid.RowReference rowReference)
-