com.google.gwt.widgetideas.table.client
Class HoverGrid.HoverGridRowFormatter

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

public class HoverGrid.HoverGridRowFormatter
extends HTMLTable.RowFormatter

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


Constructor Summary
HoverGrid.HoverGridRowFormatter()
           
 
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

HoverGrid.HoverGridRowFormatter

public HoverGrid.HoverGridRowFormatter()
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