Class Editor
java.lang.Object
com.adobe.cq.wcm.core.components.commons.editor.dialog.childreneditor.Editor
Defines an
Editor Sling Model used by the /apps/core/wcm/components/commons/editor/dialog/childreneditor/v1/childreneditor dialog component.- Since:
- com.adobe.cq.wcm.core.components.commons.editor.dialog.childreneditor 1.0.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the container resource associated with this children editor.getItems()Retrieves the child items associated with this children editor.
-
Field Details
-
RESOURCE_TYPE
- See Also:
-
-
Constructor Details
-
Editor
public Editor()
-
-
Method Details
-
getItems
Retrieves the child items associated with this children editor.- Returns:
- a list of child items
-
getContainer
Retrieves the container resource associated with this children editor.- Returns:
- the container resource, or
nullif no container can be found
-