Constructor and Description |
---|
ElementMapperImpl() |
Modifier and Type | Method and Description |
---|---|
T |
get(Element elem)
Returns the uiObject associated with the given element.
|
ArrayList<T> |
getObjectList()
Gets the list of ui objects contained in this element mapper.
|
Iterator<T> |
iterator()
Creates an iterator from the ui objects stored within.
|
void |
put(T uiObject)
Adds the MappedType.
|
void |
removeByElement(Element elem)
Remove the uiObject associated with the given element.
|
public T get(Element elem)
elem
- uiObject's elementpublic ArrayList<T> getObjectList()
public Iterator<T> iterator()
public void put(T uiObject)
uiObject
- uiObject to addpublic void removeByElement(Element elem)
elem
- the uiObject's elementCopyright © 2018. All rights reserved.