Package com.adobe.aemds.guide.common
Class GuideCaptcha
- 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.GuideCaptcha
-
- All Implemented Interfaces:
FDField
,StyledFDField
,java.io.Serializable
,Use
public class GuideCaptcha extends GuideField
GuideCaptcha encapsulates basic properties of the adaptive forms Captcha Component.- Since:
- 6.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GuideCaptcha()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAuthoringAltText()
Returns the alternate text for a place holder icon for Captcha in authoringjava.util.Map<java.lang.String,java.lang.Object>
getAuthoringConfig()
Gives the authoring configuration of the guide field componentjava.lang.String
getCaptchaService()
Returns the service type of the Adaptive Form Captchajava.lang.String
getExternalDomain()
java.lang.String
getGuideFieldType()
Returns the field type of the Adaptive Forms Componentjava.lang.String
getLocale()
Returns the locale from requestjava.util.Map<java.lang.String,java.lang.Object>
getResourceProperties()
Returns the Properties of Adaptive Form Captcha Resource-
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, getValue, 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
-
getAuthoringAltText
public java.lang.String getAuthoringAltText()
Returns the alternate text for a place holder icon for Captcha in authoring- Returns:
- alternate text for placeholder icon
-
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
-
getCaptchaService
public java.lang.String getCaptchaService()
Returns the service type of the Adaptive Form Captcha- Returns:
- String representing guide captcha service type
-
getExternalDomain
public java.lang.String getExternalDomain()
-
getLocale
public java.lang.String getLocale()
Returns the locale from request- Returns:
- String representing locale
-
getResourceProperties
public java.util.Map<java.lang.String,java.lang.Object> getResourceProperties()
Returns the Properties of Adaptive Form Captcha Resource- Returns:
- Map of resource properties
-
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
-
-