com.google.gwt.widgetideas.table.client
Class FixedWidthFlexTable.FixedWidthFlexRowFormatter

java.lang.Object
  extended by com.google.gwt.widgetideas.table.client.overrides.HTMLTable.RowFormatter
      extended by com.google.gwt.widgetideas.table.client.FixedWidthFlexTable.FixedWidthFlexRowFormatter
Enclosing class:
FixedWidthFlexTable

public class FixedWidthFlexTable.FixedWidthFlexRowFormatter
extends HTMLTable.RowFormatter

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


Constructor Summary
FixedWidthFlexTable.FixedWidthFlexRowFormatter()
           
 
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

FixedWidthFlexTable.FixedWidthFlexRowFormatter

public FixedWidthFlexTable.FixedWidthFlexRowFormatter()
Method Detail

getRawElement

protected com.google.gwt.user.client.Element getRawElement(int row)
Unsafe method to get a row element.

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