java.lang.Object
com.adobe.cq.wcm.core.components.commons.editor.dialog.childreneditor.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
  • Field Details

    • LOG

      public static final Logger LOG
  • Constructor Details

  • Method Details

    • 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
    • isLiveCopy

      public boolean isLiveCopy()
      Checks if the panel is the target of a livecopy.
      Returns:
      true if the panel is target of a livecopy