@Model(adaptables=org.apache.sling.api.resource.Resource.class,
defaultInjectionStrategy=OPTIONAL,
resourceType="acs-commons/components/utilities/genericlist/item")
public static interface GenericList.Item
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle()
Get the item's title.
|
String |
getTitle(Locale locale)
Get the item's localized title.
|
String |
getValue()
Get the item's value.
|
Copyright © 2013–2020 Adobe. All rights reserved.