Package | Description |
---|---|
info.magnolia.cms.util |
Modifier and Type | Method and Description |
---|---|
static SiblingsHelper |
SiblingsHelper.childrenOf(Content parent)
Deprecated.
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)
Deprecated.
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)
Deprecated.
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)
Deprecated.
Instantiates a SiblingsHelper representing the siblings of the given node and of the same type.
|
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.