Class Item


  • public class Item
    extends java.lang.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 Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIconAbbreviation()
      Retrieves the icon abbreviation of this children editor item.
      java.lang.String getIconName()
      Retrieves the icon name of this children editor item.
      java.lang.String getIconPath()
      Retrieves the icon path of this children editor item.
      java.lang.String getName()
      Retrieves the node name of this children editor item.
      java.lang.String getTitle()
      Retrieves the title (component name) of this children editor item.
      java.lang.String getValue()
      Retrieves the value (jcr:title) of this children editor item.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

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

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

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

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

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

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