Package com.adobe.acs.commons.mcp.form
Class AbstractGroupingContainerComponent.AccordionComponent
java.lang.Object
com.adobe.acs.commons.mcp.form.FieldComponent
com.adobe.acs.commons.mcp.form.AbstractContainerComponent
com.adobe.acs.commons.mcp.form.ContainerComponent
com.adobe.acs.commons.mcp.form.AbstractGroupingContainerComponent
com.adobe.acs.commons.mcp.form.AbstractGroupingContainerComponent.AccordionComponent
- Enclosing class:
- AbstractGroupingContainerComponent
public static class AbstractGroupingContainerComponent.AccordionComponent
extends AbstractGroupingContainerComponent
-
Nested Class Summary
Nested classes/interfaces inherited from class com.adobe.acs.commons.mcp.form.AbstractGroupingContainerComponent
AbstractGroupingContainerComponent.AccordionComponent, AbstractGroupingContainerComponent.TabsComponentNested classes/interfaces inherited from class com.adobe.acs.commons.mcp.form.FieldComponent
FieldComponent.ClientLibraryType -
Field Summary
Fields inherited from class com.adobe.acs.commons.mcp.form.AbstractGroupingContainerComponent
GENERIC_GROUP, ITEMS, MARGIN_PROPERTYFields inherited from class com.adobe.acs.commons.mcp.form.ContainerComponent
JCR_TITLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sling.api.resource.ResourceIf your component needs child nodes then override this method, call the superclass implementation, and then use addChildren to add additional nodes to it.booleanvoidsetMultiple(boolean multiple) voidsetVariant(String variant) Methods inherited from class com.adobe.acs.commons.mcp.form.AbstractGroupingContainerComponent
addComponent, getLayout, getOrCreateGroup, isMargin, setLayout, setMarginMethods inherited from class com.adobe.acs.commons.mcp.form.ContainerComponent
getTitle, init, setTitleMethods inherited from class com.adobe.acs.commons.mcp.form.AbstractContainerComponent
addComponent, applyDialogProviderSettings, generateDefaultChildComponent, generateItemsResource, getDialogStyle, getFieldComponents, getGroupingContainer, getPropertiesTabName, hasCategories, isComposite, isForceDotSlashPrefix, setComposite, setDefaultChildComponent, setDialogStyle, setForceDotSlashPrefix, setGroupingContainer, setPropertiesTabNameMethods inherited from class com.adobe.acs.commons.mcp.form.FieldComponent
addClientLibraries, addClientLibraries, addClientLibraries, addClientLibrary, getAccessibleObject, getBooleanOption, getCategory, getClientLibraryCategories, getFieldDefinition, getHelper, getHtml, getName, getOption, getOptionNames, getPath, getProperties, getResourceSuperType, getResourceType, hasOption, purgeEmptyProperties, setCategory, setHelper, setPath, setResourceSuperType, setResourceType, setup
-
Constructor Details
-
AccordionComponent
public AccordionComponent()
-
-
Method Details
-
buildComponentResource
public org.apache.sling.api.resource.Resource buildComponentResource()Description copied from class:FieldComponentIf your component needs child nodes then override this method, call the superclass implementation, and then use addChildren to add additional nodes to it.- Overrides:
buildComponentResourcein classAbstractGroupingContainerComponent- Returns:
-
getVariant
- Returns:
- the variant
-
setVariant
- Parameters:
variant- the variant to set
-
isMultiple
public boolean isMultiple()- Returns:
- the multiple
-
setMultiple
public void setMultiple(boolean multiple) - Parameters:
multiple- the multiple to set
-