Uses of Class
org.jboss.errai.widgets.client.format.WSCellFormatter

Packages that use WSCellFormatter
org.jboss.errai.widgets.client   
org.jboss.errai.widgets.client.format   
 

Uses of WSCellFormatter in org.jboss.errai.widgets.client
 

Fields in org.jboss.errai.widgets.client declared as WSCellFormatter
protected  WSCellFormatter WSGrid.WSCell.cellFormat
           
 

Methods in org.jboss.errai.widgets.client that return WSCellFormatter
 WSCellFormatter WSGrid.WSAbstractGrid.cellFmtAt(int row, int col)
           
 WSCellFormatter WSGrid.WSCell.getCellFormat()
           
 

Methods in org.jboss.errai.widgets.client with parameters of type WSCellFormatter
 void WSGrid.setCell(int row, int column, WSCellFormatter formatter)
           
 void WSGrid.WSCell.setValue(WSCellFormatter formatter)
           
 void WSGrid.WSAbstractGrid.setValueAt(int row, int col, WSCellFormatter cellFmt)
           
 

Constructors in org.jboss.errai.widgets.client with parameters of type WSCellFormatter
WSGrid.WSCell(WSGrid.WSAbstractGrid grid, WSCellFormatter cellFormat, int row, int column)
           
 

Uses of WSCellFormatter in org.jboss.errai.widgets.client.format
 

Subclasses of WSCellFormatter in org.jboss.errai.widgets.client.format
 class WSCellDateFormat
           
 class WSCellMultiSelector
           
 class WSCellSimpleTextCell
           
 class WSCellTitle
           
 class WSCellWidgetCell
           
 



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