@ConsumerType public interface AllowedComponents
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCssClass()
All css classes to be used on the Allowed Components DOM container
|
java.lang.String |
getPlaceholderCssClass()
All css classes to be used on a single Allowed Component DOM node
|
java.lang.String |
getPlaceholderResourceType()
The resource path of the Placeholder that should be used to list each of the Allowed Components in the DOM
|
java.util.Map<java.lang.String,Resource> |
getResourcesMap()
Sorted (by Resource's Component Title) Map of all Allowed Components for the given Resource:
key - synthetic path to the single Allowed Component
value - resource representing single Allowed Component
|
java.lang.String |
getTitle()
Title of the Component represented by the given Resource, to be used in the Allowed Components DOM container
|
boolean |
isApplicable()
Is the given resource contained by a page, with authored template structure,
and is the given resource set as editable (unlocked)
|
java.lang.String getCssClass()
java.lang.String getPlaceholderCssClass()
java.lang.String getPlaceholderResourceType()
java.util.Map<java.lang.String,Resource> getResourcesMap()
java.lang.String getTitle()
boolean isApplicable()
Copyright © 2010 - 2020 Adobe. All Rights Reserved