Package | Description |
---|---|
lumis.contentservices.util |
Modifier and Type | Method and Description |
---|---|
HierarchicalElement |
HierarchicalElement.addChildren(Collection<HierarchicalElement> children)
Add a given collection of
elements as children. |
HierarchicalElement |
HierarchicalElement.addChildren(HierarchicalElement... children)
Add a given
element as children. |
HierarchicalElement |
HierarchicalElement.setId(String id)
Set identifier with a given
id . |
HierarchicalElement |
HierarchicalElement.setName(String name)
Set name with a given
name . |
HierarchicalElement |
HierarchicalElement.setParentId(String parentId)
Set the parent identifier with a given
parentId . |
HierarchicalElement |
HierarchicalElement.setPosition(int position)
Set the hierarchy position with a given
position . |
Modifier and Type | Method and Description |
---|---|
Collection<HierarchicalElement> |
HierarchicalElement.getChildren()
Returns this
element children. |
static Collection<HierarchicalElement> |
ContentServicesUtil.parseHtml(String htmlFragment)
Returns a collection of
hierarchical elements from a HTML fragment,
each element will be related to a LI HTML tag inside an UL/OL HTML tag. |
Modifier and Type | Method and Description |
---|---|
HierarchicalElement |
HierarchicalElement.addChildren(HierarchicalElement... children)
Add a given
element as children. |
Modifier and Type | Method and Description |
---|---|
HierarchicalElement |
HierarchicalElement.addChildren(Collection<HierarchicalElement> children)
Add a given collection of
elements as children. |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.