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