Package com.adobe.aemds.guide.common
Class GuideTableRow
- java.lang.Object
-
- com.adobe.cq.sightly.WCMUsePojo
-
- com.adobe.aemds.guide.common.GuideNode
-
- com.adobe.aemds.guide.common.GuideItemsContainer
-
- com.adobe.aemds.guide.common.GuidePanel
-
- com.adobe.aemds.guide.common.GuideTableRow
-
- All Implemented Interfaces:
FDField
,StyledFDField
,java.io.Serializable
,Use
public class GuideTableRow extends GuidePanel
Class representing the table row component- Since:
- AEM 6.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GuideTableRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Resource
getTable()
Returns the first table ancestor of the table row-
Methods inherited from class com.adobe.aemds.guide.common.GuidePanel
getAfFragmentMarker, getAssetRef, getAuthoringConfig, getDoRLayoutType, getFragmentDetails, getFragRef, getFragRefPropertyFromResource, getInitialOccur, getIsRepeatable, getLayoutFromFragRootPanel, getLongDescription, getMaxOccur, getMinOccur, getOptimizeRenderPerformance, getPanelDescriptionInlineStyles, getPanelInlineStyles, getToolbar, isFragmentAvailable, isHasToolbar, isNewResponsiveLayout, validate
-
Methods inherited from class com.adobe.aemds.guide.common.GuideItemsContainer
getItems
-
Methods inherited from class com.adobe.aemds.guide.common.GuideNode
activate, checkIfPathIsAbsolute, externalize, getAddMessage, getAppearance, getAuthoringConfigJSON, getBindRef, getClientLibRef, getColspan, getCssClassName, getDescription, getEnabled, getEnabledExp, getError, getFieldInlineStyles, getGuideFieldType, getHeight, getI18n, getId, getInlineCssClass, getInlineStyles, getIsEditMode, getLayoutPath, getLayoutTabType, getLongDescriptionInlineStyles, getName, getNavTitle, getNodeClass, getNonNavigableProperty, getPath, getQuestionMarkInlineStyles, getRemoveMessage, getResourceSuperType, getResourceType, getResponsiveClasses, getSlingRequest, getStyles, getTargetVersion, getTitle, getToolbarPosition, getVersion, getVisible, getVisibleExp, getWidth, getXssapi, getXssDescription, isDocumentFragmentGroup, isLayoutNavigable, isMenuRequired, isValid, isValidDorTemplateRef, setClientLibRef, setResource, setSlingRequest, syncNode
-
Methods inherited from class com.adobe.cq.sightly.WCMUsePojo
get, getComponent, getComponentContext, getCurrentDesign, getCurrentPage, getCurrentStyle, getDesigner, getEditContext, getInheritedProperties, getPageManager, getPageProperties, getProperties, getRequest, getResource, getResourceDesign, getResourcePage, getResourceResolver, getResponse, getSlingScriptHelper, getWcmMode, getXSSAPI, init
-
-
-
-
Method Detail
-
getTable
public Resource getTable()
Returns the first table ancestor of the table row- Returns:
- resource representing the table
-
-