|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SiblingsHelper | |
---|---|
info.magnolia.cms.util | |
info.magnolia.module.templating |
Uses of SiblingsHelper in info.magnolia.cms.util |
---|
Methods in info.magnolia.cms.util that return SiblingsHelper | |
---|---|
static SiblingsHelper |
SiblingsHelper.childrenOf(Content parent)
Instantiates a SiblingsHelper representing the children of the given node, where the current node is the first child of the same type as its parent. |
static SiblingsHelper |
SiblingsHelper.childrenOf(Content parent,
Content.ContentFilter filter)
Instantiates a SiblingsHelper representing the children of the given node, where the current node is the first child from all that pass the filter. |
static SiblingsHelper |
SiblingsHelper.childrenOf(Content parent,
ItemType childType)
Instantiates a SiblingsHelper representing the children of the given node, where the current node is the first child of given type. |
static SiblingsHelper |
SiblingsHelper.of(Content node)
Instantiates a SiblingsHelper representing the siblings of the given node and of the same type. |
Uses of SiblingsHelper in info.magnolia.module.templating |
---|
Methods in info.magnolia.module.templating that return SiblingsHelper | |
---|---|
SiblingsHelper |
MagnoliaTemplatingUtilities.siblings(Content node)
Returns an instance of SiblingsHelper for the given node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |