Interface Tabs
-
- All Superinterfaces:
Component,ComponentExporter,Container,ContainerExporter
@ConsumerType public interface Tabs extends Container
Defines theTabsSling Model used for the/apps/core/wcm/components/tabscomponent.- Since:
- com.adobe.cq.wcm.core.components.models 12.5.0
-
-
Field Summary
-
Fields inherited from interface com.adobe.cq.wcm.core.components.models.Container
PN_BACKGROUND_COLOR, PN_BACKGROUND_COLOR_ENABLED, PN_BACKGROUND_COLOR_SWATCHES_ONLY, PN_BACKGROUND_IMAGE_ENABLED, PN_BACKGROUND_IMAGE_REFERENCE
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.StringgetAccessibilityLabel()Returns an accessibility label that describes the tabs.default java.lang.StringgetActiveItem()Returns the default active item-
Methods inherited from interface com.adobe.cq.wcm.core.components.models.Component
getAppliedCssClasses, getData, getExportedType, getId
-
Methods inherited from interface com.adobe.cq.wcm.core.components.models.Container
getBackgroundStyle, getExportedItems, getExportedItemsOrder, getItems
-
-
-
-
Method Detail
-
getActiveItem
default java.lang.String getActiveItem()
Returns the default active item- Returns:
- The default active item
- Since:
- com.adobe.cq.wcm.core.components.models 12.5.0
-
getAccessibilityLabel
default java.lang.String getAccessibilityLabel()
Returns an accessibility label that describes the tabs.- Returns:
- an accessibility label for tabs
- Since:
- com.adobe.cq.wcm.core.components.models 12.9.0
-
-