public class Item extends Object
Item class, used by the children editor Editor Sling Model.| Modifier and Type | Field and Description |
|---|---|
protected String |
iconAbbreviation |
protected String |
iconName |
protected String |
iconPath |
protected String |
name |
protected String |
title |
protected String |
value |
| Constructor and Description |
|---|
Item(SlingHttpServletRequest request,
Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIconAbbreviation()
Retrieves the icon abbreviation of this children editor item.
|
String |
getIconName()
Retrieves the icon name of this children editor item.
|
String |
getIconPath()
Retrieves the icon path of this children editor item.
|
String |
getName()
Retrieves the node name of this children editor item.
|
String |
getTitle()
Retrieves the title (component name) of this children editor item.
|
String |
getValue()
Retrieves the value (
jcr:title) of this children editor item. |
protected String name
protected String value
protected String title
protected String iconName
protected String iconPath
protected String iconAbbreviation
public Item(SlingHttpServletRequest request, Resource resource)
public String getName()
Item namepublic String getValue()
jcr:title) of this children editor item.Item valuepublic String getTitle()
Item titlepublic String getIconName()
Item icon namepublic String getIconPath()
Item icon pathpublic String getIconAbbreviation()
Item icon abbreviationCopyright © 2020. All rights reserved.