| Package | Description |
|---|---|
| org.itsnat.core.domutil |
Contains utilities to manipulate DOM elements using the pattern approach (lists, tables and trees)
and other utility classes and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
ElementList |
ElementGroupManager.createElementList(Element parentElement,
boolean removePattern)
Creates a pattern based DOM element list.
|
ElementList |
ElementGroupManager.createElementList(Element parentElement,
boolean removePattern,
ElementListStructure structure,
ElementListRenderer renderer)
Creates a pattern based DOM element list.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
ElementListStructure.getContentElement(ElementList list,
int index,
Element itemElem)
Returns the content element of a child element.
|
void |
ElementListRenderer.renderList(ElementList list,
int index,
Object value,
Element contentElem,
boolean isNew)
Renders as markup the specified value into the specified child element of the list.
|
void |
ElementListRenderer.unrenderList(ElementList list,
int index,
Element contentElem)
Unrenders the markup of the specified list item.
|
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.