Package com.adobe.aemds.guide.common
Class GuideFootnotePlaceHolder
- java.lang.Object
-
- com.adobe.cq.sightly.WCMUsePojo
-
- com.adobe.aemds.guide.common.GuideNode
-
- com.adobe.aemds.guide.common.GuideField
-
- com.adobe.aemds.guide.common.GuideTextDraw
-
- com.adobe.aemds.guide.common.GuideFootnotePlaceHolder
-
- All Implemented Interfaces:
FDField,StyledFDField,java.io.Serializable,Use
@Model(adaptables=SlingHttpServletRequest.class, adapters=GuideFootnotePlaceHolder.class) public class GuideFootnotePlaceHolder extends GuideTextDraw
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GuideFootnotePlaceHolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetGuideFieldType()Returns the field type of the adaptive forms Componentjava.lang.StringgetValue()Gets the externalized string configured for text draw component-
Methods inherited from class com.adobe.aemds.guide.common.GuideTextDraw
getAuthoringConfig
-
Methods inherited from class com.adobe.aemds.guide.common.GuideField
getAutocomplete, getAutofillFieldKeyword, getCaptionInlineStyles, getDescriptionVisibility, getErrorSimulatorString, getFieldLayout, getFieldLayoutName, getHelpIndicatorContent, getHideTitle, getIsOldFieldLayout, getIsReadOnly, getIsRequired, getLabelForId, getLongDescription, getPlaceholderText, getShortDescription, getShortDescriptionInlineStyles, getWidgetInlineStyles, isMandatory, setHelpIndicatorContent
-
Methods inherited from class com.adobe.aemds.guide.common.GuideNode
activate, checkIfPathIsAbsolute, externalize, externalize, getAddMessage, getAppearance, getAuthoringConfigJSON, getBindRef, getClientLibRef, getColspan, getCssClassName, getDescription, getEnabled, getEnabledExp, getError, getFieldInlineStyles, getHeight, getId, getInlineCssClass, getInlineStyles, getIsEditMode, getIsRepeatable, getIsTitleRichText, getItems, getLayoutPath, getLayoutTabType, getLongDescriptionInlineStyles, getName, getNavTitle, getNodeClass, getNonNavigableProperty, getPath, getQuestionMarkInlineStyles, getRemoveMessage, getResourceSuperType, getResourceType, getResponsiveClasses, getResponsiveConfiguration, getSlingRequest, getStyles, getTargetVersion, getTitle, getToolbarPosition, getVersion, getVisible, getVisibleExp, getWidth, getXssapi, getXssDescription, isDocumentFragmentGroup, isLayoutNavigable, isMenuRequired, isValid, isValidDorTemplateRef, setClientLibRef, setResource, setSlingRequest, setSlingXssApi, syncNode, validate
-
Methods inherited from class com.adobe.cq.sightly.WCMUsePojo
get, getComponent, getComponentContext, getCurrentDesign, getCurrentPage, getCurrentStyle, getDesigner, getEditContext, getInheritedPageProperties, getInheritedProperties, getPageManager, getPageProperties, getProperties, getRequest, getResource, getResourceDesign, getResourcePage, getResourceResolver, getResponse, getSlingScriptHelper, getWcmMode, getXSSAPI, init
-
-
-
-
Method Detail
-
getGuideFieldType
public java.lang.String getGuideFieldType()
Description copied from class:GuideTextDrawReturns the field type of the adaptive forms Component- Specified by:
getGuideFieldTypein interfaceFDField- Overrides:
getGuideFieldTypein classGuideTextDraw- Returns:
- String representing guide field type
-
getValue
public java.lang.String getValue()
Description copied from class:GuideTextDrawGets the externalized string configured for text draw component- Overrides:
getValuein classGuideTextDraw- Returns:
- value of the text draw component
-
-