@ProviderType
public interface StyleGroupInfo
StyleGroupInfo
provides methods for retrieving information about a style group.
It represents for example style resources defined in a content policy below a cq:styleGroups
node.Modifier and Type | Method and Description |
---|---|
boolean |
allowsMultiple()
Checks if the style group allows multiple selection of styles.
|
java.lang.String |
getLabel()
Retrieves the readable name of the style group.
|
java.util.List<StyleInfo> |
getStyles()
Retrieves the styles that are part of this group.
|
boolean allowsMultiple()
true
if multiple selection is possible, false
otherwise@Nullable java.lang.String getLabel()
null
otherwise@Nonnull java.util.List<StyleInfo> getStyles()
StyleInfo
s configured for the style group, an empty list otherwiseCopyright © 2010 - 2023 Adobe. All Rights Reserved