com.google.gwt.widgetideas.table.client.overrides
Class OverrideDOMImpl

java.lang.Object
  extended by com.google.gwt.widgetideas.table.client.overrides.OverrideDOMImpl

public class OverrideDOMImpl
extends java.lang.Object

This class should be incorporated into the DOMImpl class. TODO: Incorporate into DOMImpl.


Constructor Summary
OverrideDOMImpl()
           
 
Method Summary
 com.google.gwt.user.client.Element createTD()
           
 com.google.gwt.user.client.Element createTH()
           
 int getCellIndex(com.google.gwt.user.client.Element td)
          Gets the cell index of a cell within a table row.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverrideDOMImpl

public OverrideDOMImpl()
Method Detail

createTD

public com.google.gwt.user.client.Element createTD()

createTH

public com.google.gwt.user.client.Element createTH()

getCellIndex

public int getCellIndex(com.google.gwt.user.client.Element td)
Gets the cell index of a cell within a table row.

Parameters:
td - the cell element
Returns:
the cell index