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
 Component Grid.DetailsGenerator.getDetails(Grid.RowReference rowReference)
          This method is called for whenever a new details row needs to be generated.
 java.lang.String Grid.RowStyleGenerator.getStyle(Grid.RowReference rowReference)
          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.