Package com.adobe.aemds.guide.common
Class GuideTextDraw
- 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
-
- All Implemented Interfaces:
FDField
,StyledFDField
,java.io.Serializable
,Use
@Model(adaptables=org.apache.sling.api.SlingHttpServletRequest.class, adapters=GuideTextDraw.class) public class GuideTextDraw extends GuideField
GuideTextDraw encapsulates basic properties of the Adaptive Form text draw Component.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GuideTextDraw()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
getAuthoringConfig()
Gives the authoring configuration of the guide field componentjava.lang.String
getGuideFieldType()
Returns the field type of the adaptive forms Componentjava.lang.String
getValue()
Gets the externalized string configured for text draw component-
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, getAddMessage, getAppearance, getAuthoringConfigJSON, getBindRef, getClientLibRef, getColspan, getCssClassName, getDescription, getEnabled, getEnabledExp, getError, getFieldInlineStyles, getHeight, getI18n, getId, getInlineCssClass, getInlineStyles, getIsEditMode, getIsRepeatable, getItems, 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, validate
-
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
-
getGuideFieldType
public java.lang.String getGuideFieldType()
Returns the field type of the adaptive forms Component- Specified by:
getGuideFieldType
in interfaceFDField
- Overrides:
getGuideFieldType
in classGuideNode
- Returns:
- String representing guide field type
-
getValue
public java.lang.String getValue()
Gets the externalized string configured for text draw component- Overrides:
getValue
in classGuideField
- Returns:
- value of the text draw component
-
getAuthoringConfig
public java.util.Map<java.lang.String,java.lang.Object> getAuthoringConfig()
Description copied from class:GuideField
Gives the authoring configuration of the guide field component- Overrides:
getAuthoringConfig
in classGuideField
- Returns:
- authoring config of guide field component
-
-