com.google.gwt.widgetideas.table.client
Class FixedWidthGrid.FixedWidthGridRowFormatter

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

public class FixedWidthGrid.FixedWidthGridRowFormatter
extends SelectionGrid.SelectionGridRowFormatter

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


Constructor Summary
FixedWidthGrid.FixedWidthGridRowFormatter()
           
 
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

FixedWidthGrid.FixedWidthGridRowFormatter

public FixedWidthGrid.FixedWidthGridRowFormatter()
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 SelectionGrid.SelectionGridRowFormatter
Parameters:
row - the row to get
Returns:
the row element