Uses of Class
com.vaadin.client.widget.grid.RowReference
-
Packages that use RowReference Package Description com.vaadin.client.widget.grid -
-
Uses of RowReference in com.vaadin.client.widget.grid
Methods in com.vaadin.client.widget.grid that return RowReference Modifier and Type Method Description protected RowReference<T>CellReference. getRowReference()Gets the RowReference for this CellReference.Methods in com.vaadin.client.widget.grid with parameters of type RowReference Modifier and Type Method Description StringRowStyleGenerator. getStyle(RowReference<T> rowReference)Called by Grid to generate a style name for a row.Constructors in com.vaadin.client.widget.grid with parameters of type RowReference Constructor Description CellReference(RowReference<T> rowReference)Constructs a new cell reference for the given row.RendererCellReference(RowReference<Object> rowReference)Creates a new renderer cell reference bound to a row reference.
-