Uses of Class
com.vaadin.ui.Grid.RowReference

Packages that use Grid.RowReference
com.vaadin.ui   
 

Uses of Grid.RowReference in com.vaadin.ui
 

Methods in com.vaadin.ui with parameters of type Grid.RowReference
 java.lang.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.
 java.lang.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
Grid.CellReference(Grid.RowReference rowReference)
           
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.