Class Item
- java.lang.Object
-
- com.adobe.cq.wcm.core.components.commons.editor.dialog.childreneditor.Item
-
public class Item extends java.lang.ObjectDefines anItemclass, used by the children editorEditorSling Model.- Since:
- com.adobe.cq.wcm.core.components.commons.editor.dialog.childreneditor 1.0.0
-
-
Constructor Summary
Constructors Constructor Description Item(SlingHttpServletRequest request, Resource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIconAbbreviation()Retrieves the icon abbreviation of this children editor item.java.lang.StringgetIconName()Retrieves the icon name of this children editor item.java.lang.StringgetIconPath()Retrieves the icon path of this children editor item.java.lang.StringgetName()Retrieves the node name of this children editor item.java.lang.StringgetTitle()Retrieves the title (component name) of this children editor item.java.lang.StringgetValue()Retrieves the value (jcr:title) of this children editor item.
-
-
-
Constructor Detail
-
Item
public Item(SlingHttpServletRequest request, Resource resource)
-
-
Method Detail
-
getName
public java.lang.String getName()
Retrieves the node name of this children editor item.- Returns:
- the
Itemname
-
getValue
public java.lang.String getValue()
Retrieves the value (jcr:title) of this children editor item.- Returns:
- the
Itemvalue
-
getTitle
public java.lang.String getTitle()
Retrieves the title (component name) of this children editor item.- Returns:
- the
Itemtitle
-
getIconName
public java.lang.String getIconName()
Retrieves the icon name of this children editor item.- Returns:
- the
Itemicon name
-
getIconPath
public java.lang.String getIconPath()
Retrieves the icon path of this children editor item.- Returns:
- the
Itemicon path
-
getIconAbbreviation
public java.lang.String getIconAbbreviation()
Retrieves the icon abbreviation of this children editor item.- Returns:
- the
Itemicon abbreviation
-
-