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

java.lang.Object
  extended by com.google.gwt.widgetideas.table.client.overrides.HTMLTable.RowFormatter
      extended by com.google.gwt.widgetideas.table.client.SelectionGrid.SelectionGridRowFormatter
Direct Known Subclasses:
FixedWidthGrid.FixedWidthGridRowFormatter
Enclosing class:
SelectionGrid

public class SelectionGrid.SelectionGridRowFormatter
extends HTMLTable.RowFormatter

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


Constructor Summary
SelectionGrid.SelectionGridRowFormatter()
           
 
Method Summary
protected  com.google.gwt.user.client.Element getRawElement(int row)
          Unsafe method to get a row element.
 
Methods inherited from class com.google.gwt.widgetideas.table.client.overrides.HTMLTable.RowFormatter
addStyleName, ensureElement, getElement, getRow, getStyleName, getStylePrimaryName, isVisible, removeStyleName, setAttr, setStyleName, setStylePrimaryName, setVerticalAlign, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionGrid.SelectionGridRowFormatter

public SelectionGrid.SelectionGridRowFormatter()
Method Detail

getRawElement

protected com.google.gwt.user.client.Element getRawElement(int row)
Description copied from class: HTMLTable.RowFormatter
Unsafe method to get a row element.

Overrides:
getRawElement in class HTMLTable.RowFormatter
Parameters:
row - the row to get
Returns:
the row element