|
||||||||||
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.HTMLTable.WidgetMapper
protected static class HTMLTable.WidgetMapper
Creates a mapping from elements to their associated widgets.
Constructor Summary | |
---|---|
protected |
HTMLTable.WidgetMapper()
|
Method Summary | |
---|---|
com.google.gwt.user.client.ui.Widget |
getWidget(com.google.gwt.user.client.Element elem)
Returns the widget associated with the given element. |
void |
putWidget(com.google.gwt.user.client.ui.Widget widget)
Adds the Widget. |
void |
removeWidgetByElement(com.google.gwt.user.client.Element elem)
Remove the widget associated with the given element. |
java.util.Iterator |
widgetIterator()
Creates an iterator of widgets. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected HTMLTable.WidgetMapper()
Method Detail |
---|
public com.google.gwt.user.client.ui.Widget getWidget(com.google.gwt.user.client.Element elem)
elem
- widget's element
public void putWidget(com.google.gwt.user.client.ui.Widget widget)
widget
- widget to addpublic void removeWidgetByElement(com.google.gwt.user.client.Element elem)
elem
- the widget's elementpublic java.util.Iterator widgetIterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |