Uses of Class
org.cruxframework.crux.widgets.client.grid.Row

Packages that use Row
org.cruxframework.crux.widgets.client.grid   
 

Uses of Row in org.cruxframework.crux.widgets.client.grid
 

Classes in org.cruxframework.crux.widgets.client.grid with type parameters of type Row
 class AbstractGrid<R extends Row>
          Base class for implementing grids.
 

Subclasses of Row in org.cruxframework.crux.widgets.client.grid
 class DataRow
           
 

Methods in org.cruxframework.crux.widgets.client.grid that return Row
 Row Cell.getRow()
           
 

Methods in org.cruxframework.crux.widgets.client.grid with parameters of type Row
protected  boolean Grid.onShowDetails(boolean show, Row row, boolean fireEvents)
           
protected abstract  boolean AbstractGrid.onShowDetails(boolean show, Row row, boolean fireEvents)
          Executes the implementation-specific logic of showing the details of a row.
 void Cell.setRow(Row row)
           
 



Copyright © 2014. All rights reserved.