com.google.gwt.widgetideas.table.client
Class SelectionGrid.SelectionGridCellFormatter

java.lang.Object
  extended by com.google.gwt.widgetideas.table.client.overrides.HTMLTable.CellFormatter
      extended by com.google.gwt.widgetideas.table.client.SelectionGrid.SelectionGridCellFormatter
Direct Known Subclasses:
FixedWidthGrid.FixedWidthGridCellFormatter
Enclosing class:
SelectionGrid

public class SelectionGrid.SelectionGridCellFormatter
extends HTMLTable.CellFormatter

This class contains methods used to format a table's cells.


Constructor Summary
SelectionGrid.SelectionGridCellFormatter()
           
 
Method Summary
protected  com.google.gwt.user.client.Element getRawElement(int row, int column)
          Gets the TD element representing the specified cell unsafely (meaning that it doesn't ensure that the row and column are valid).
 
Methods inherited from class com.google.gwt.widgetideas.table.client.overrides.HTMLTable.CellFormatter
addStyleName, ensureElement, getAttr, getElement, getStyleName, getStylePrimaryName, isVisible, removeStyleName, setAlignment, setAttr, setHeight, setHorizontalAlignment, setStyleName, setStylePrimaryName, setVerticalAlignment, setVisible, setWidth, setWordWrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionGrid.SelectionGridCellFormatter

public SelectionGrid.SelectionGridCellFormatter()
Method Detail

getRawElement

protected com.google.gwt.user.client.Element getRawElement(int row,
                                                           int column)
Description copied from class: HTMLTable.CellFormatter
Gets the TD element representing the specified cell unsafely (meaning that it doesn't ensure that the row and column are valid).

Overrides:
getRawElement in class HTMLTable.CellFormatter
Parameters:
row - the row of the cell to be retrieved
column - the column of the cell to be retrieved
Returns:
the column's TD element