|
||||||||||
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.ElementMapper<MappedType>
MappedType
- the type that the element is mapped topublic class ElementMapper<MappedType extends com.google.gwt.user.client.ui.UIObject>
Creates a mapping from elements to their associated ui objects.
Constructor Summary | |
---|---|
ElementMapper()
|
Method Summary | |
---|---|
MappedType |
get(com.google.gwt.user.client.Element elem)
Returns the uiObject associated with the given element. |
java.util.Iterator<MappedType> |
iterator()
Creates an iterator of uiObjects. |
void |
put(MappedType uiObject)
Adds the MappedType. |
void |
removeByElement(com.google.gwt.user.client.Element elem)
Remove the uiObject associated with the given element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElementMapper()
Method Detail |
---|
public MappedType get(com.google.gwt.user.client.Element elem)
elem
- uiObject's element
public void put(MappedType uiObject)
uiObject
- uiObject to addpublic void removeByElement(com.google.gwt.user.client.Element elem)
elem
- the uiObject's elementpublic java.util.Iterator<MappedType> iterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |