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

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

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

Subclasses of AbstractGrid in org.cruxframework.crux.widgets.client.grid
 class Grid
          A Data grid component that allows pagination, edition, sort, frozen headers & columns and
 

Methods in org.cruxframework.crux.widgets.client.grid that return AbstractGrid
protected  AbstractGrid<?> Row.getGrid()
           
 

Methods in org.cruxframework.crux.widgets.client.grid with parameters of type AbstractGrid
 void Cell.setGrid(AbstractGrid grid)
           
 

Constructors in org.cruxframework.crux.widgets.client.grid with parameters of type AbstractGrid
DataRow(int index, com.google.gwt.dom.client.Element elem, AbstractGrid<?> grid, boolean hasSelectionCell)
           
DataRow(int index, com.google.gwt.dom.client.Element elem, AbstractGrid<?> grid, boolean hasSelectionCell, boolean hasRowDetails, boolean showRowDetailsIcon)
           
FlexTablelessGridStructure(AbstractGrid<?> grid)
           
Row(int index, com.google.gwt.dom.client.Element elem, AbstractGrid<?> grid, boolean hasSelectionCell)
           
Row(int index, com.google.gwt.dom.client.Element elem, AbstractGrid<?> grid, boolean hasSelectionCell, boolean hasRowDetails, boolean showRowDetailsIcon)
           
TablelessGridStructure(AbstractGrid<?> grid)
           
 



Copyright © 2015. All rights reserved.