Uses of Class
org.jboss.errai.widgets.client.WSGrid.WSCell

Packages that use WSGrid.WSCell
org.jboss.errai.widgets.client   
org.jboss.errai.widgets.client.format   
org.jboss.errai.widgets.client.listeners   
 

Uses of WSGrid.WSCell in org.jboss.errai.widgets.client
 

Methods in org.jboss.errai.widgets.client that return WSGrid.WSCell
 WSGrid.WSCell WSGrid.WSAbstractGrid.cellAt(int row, int col)
           
 WSGrid.WSCell WSGrid.getCell(int row, int col)
          Returns an instance of the WSCell based on the row and col specified.
 WSGrid.WSCell WSGrid.WSAbstractGrid.getCell(int row, int col)
           
 WSGrid.WSCell WSGrid.getSortedColumnHeader()
          If there is a sorted column, this will return an instance of the header cell for that sorted column.
 WSGrid.WSCell FocusManager.getStartCell()
          Return the starting cell.
 WSGrid.WSCell DefaultFocusManager.getStartCell()
           
 

Methods in org.jboss.errai.widgets.client that return types with arguments of type WSGrid.WSCell
 Stack<WSGrid.WSCell> WSGrid.getSelectionList()
           
 ArrayList<ArrayList<WSGrid.WSCell>> WSGrid.WSAbstractGrid.getTableIndex()
           
 

Methods in org.jboss.errai.widgets.client with parameters of type WSGrid.WSCell
 void FocusManager.setStartCell(WSGrid.WSCell cell)
          The start cell represents the initial selection of a single cell in a range from which the edges can be thought to extend to encompass a greater range
 void DefaultFocusManager.setStartCell(WSGrid.WSCell cell)
           
 

Uses of WSGrid.WSCell in org.jboss.errai.widgets.client.format
 

Fields in org.jboss.errai.widgets.client.format declared as WSGrid.WSCell
protected static WSGrid.WSCell WSCellFormatter.wsCellReference
           
 

Methods in org.jboss.errai.widgets.client.format with parameters of type WSGrid.WSCell
 boolean WSCellWidgetCell.edit(WSGrid.WSCell element)
           
 boolean WSCellTitle.edit(WSGrid.WSCell element)
           
 boolean WSCellSimpleTextCell.edit(WSGrid.WSCell element)
           
 boolean WSCellMultiSelector.edit(WSGrid.WSCell element)
           
abstract  boolean WSCellFormatter.edit(WSGrid.WSCell element)
           
 boolean WSCellDateFormat.edit(WSGrid.WSCell element)
           
 

Constructors in org.jboss.errai.widgets.client.format with parameters of type WSGrid.WSCell
WSCellTitle(WSGrid.WSCell cell, String title)
           
 

Uses of WSGrid.WSCell in org.jboss.errai.widgets.client.listeners
 

Methods in org.jboss.errai.widgets.client.listeners that return WSGrid.WSCell
 WSGrid.WSCell CellChangeEvent.getCell()
           
 

Constructors in org.jboss.errai.widgets.client.listeners with parameters of type WSGrid.WSCell
CellChangeEvent(WSGrid.WSCell cell, Object newValue)
           
 



Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.