Class Item
java.lang.Object
com.adobe.cq.wcm.core.components.commons.editor.dialog.childreneditor.Item
Defines an
Item class, used by the children editor Editor Sling Model.- 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 icon abbreviation of this children editor item.Retrieves the icon name of this children editor item.Retrieves the icon path of this children editor item.getName()Retrieves the node name of this children editor item.getTitle()Retrieves the title (component name) of this children editor item.getValue()Retrieves the value (jcr:title) of this children editor item.booleanChecks if the panel is the target of a livecopy.
-
Field Details
-
LOG
-
-
Constructor Details
-
Item
-
-
Method Details
-
getName
Retrieves the node name of this children editor item.- Returns:
- the
Itemname
-
getValue
Retrieves the value (jcr:title) of this children editor item.- Returns:
- the
Itemvalue
-
getTitle
Retrieves the title (component name) of this children editor item.- Returns:
- the
Itemtitle
-
getIconName
Retrieves the icon name of this children editor item.- Returns:
- the
Itemicon name
-
getIconPath
Retrieves the icon path of this children editor item.- Returns:
- the
Itemicon path
-
getIconAbbreviation
Retrieves the icon abbreviation of this children editor item.- Returns:
- the
Itemicon abbreviation
-
isLiveCopy
public boolean isLiveCopy()Checks if the panel is the target of a livecopy.- Returns:
trueif the panel is target of a livecopy
-