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.StringgetAuthoringAltText()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.StringgetCaptchaService()Returns the service type of the Adaptive Form Captchajava.lang.StringgetExternalDomain()java.lang.StringgetGuideFieldType()Returns the field type of the Adaptive Forms Componentjava.lang.StringgetLocale()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, 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
-
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:
getGuideFieldTypein interfaceFDField- Overrides:
getGuideFieldTypein 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:GuideFieldGives the authoring configuration of the guide field component- Overrides:
getAuthoringConfigin classGuideField- Returns:
- authoring config of guide field component
-
-