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

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

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

Methods in org.cruxframework.crux.widgets.client.grid that return Cell
protected  Cell AbstractGrid.createBaseCell(com.google.gwt.user.client.ui.Widget widget, boolean fireEvents, boolean selectRowOnclick, boolean highlightRowOnMouseOver, boolean wrapLine, boolean truncate)
          Creates a basic (no style) cell
protected  Cell AbstractGrid.createCell(com.google.gwt.user.client.ui.Widget widget, boolean wrapLine, boolean truncate)
          Creates a cell
protected  Cell AbstractGrid.createColumnHeaderCell(ColumnDefinition columnDefinition)
          Creates a cell that will be used as the header for the given column
protected  Cell Grid.createColumnHeaderCell(ColumnDefinition columnDefinition)
           
protected  Cell AbstractGrid.createHeaderCell(com.google.gwt.user.client.ui.Widget widget)
          Creates a header styled cell
protected  Cell Row.getCell(String column)
           
 

Methods in org.cruxframework.crux.widgets.client.grid with parameters of type Cell
 void Grid.makeEditable(DataRow row, Cell focusCell)
          Enables edit mode for given row
protected  void DataRow.setCell(Cell cell, String column)
           
protected  void Row.setCell(Cell cell, String column)
           
 



Copyright © 2015. All rights reserved.