Package com.adobe.acs.commons.mcp.form
Class AbstractGroupingContainerComponent.TabsComponent
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.TabsComponent
- Enclosing class:
- AbstractGroupingContainerComponent
public static class AbstractGroupingContainerComponent.TabsComponent
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.protected AbstractResourceImplgenerateItemsResource(String path, boolean useFieldSet) getSize()voidsetOrientation(String orientation) voidMethods 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, 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
-
TabsComponent
public TabsComponent()
-
-
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:
-
generateItemsResource
- Overrides:
generateItemsResourcein classAbstractContainerComponent
-
setOrientation
- Parameters:
orientation- the orientation to set
-
getSize
- Returns:
- the size
-
setSize
- Parameters:
size- the size to set
-
getOrientation
- Returns:
- the orientation
-