|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.widgetideas.table.client.overrides.OverrideDOMImpl
public class OverrideDOMImpl
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 |
---|
public OverrideDOMImpl()
Method Detail |
---|
public com.google.gwt.user.client.Element createTD()
public com.google.gwt.user.client.Element createTH()
public int getCellIndex(com.google.gwt.user.client.Element td)
td
- the cell element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |