Class Item


  • public class Item
    extends Object
    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
    • Method Detail

      • getName

        public String getName()
        Retrieves the node name of this children editor item.
        Returns:
        the Item name
      • getValue

        public String getValue()
        Retrieves the value (jcr:title) of this children editor item.
        Returns:
        the Item value
      • getTitle

        public String getTitle()
        Retrieves the title (component name) of this children editor item.
        Returns:
        the Item title
      • getIconName

        public String getIconName()
        Retrieves the icon name of this children editor item.
        Returns:
        the Item icon name
      • getIconPath

        public String getIconPath()
        Retrieves the icon path of this children editor item.
        Returns:
        the Item icon path
      • getIconAbbreviation

        public String getIconAbbreviation()
        Retrieves the icon abbreviation of this children editor item.
        Returns:
        the Item icon abbreviation