public abstract class GuideField extends GuideNode
This provides basic getter's and setter's required to create/initialize an AEM Form Field Component.
Modifier and Type | Field and Description |
---|---|
protected String |
helpQuestionMarkContent |
baseName, clientLibRef, error, i18n, id, inlineStyles, locale, localeName, logger, resourceProps, slingRequest, xssapi
Constructor and Description |
---|
GuideField() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAutocomplete()
Returns the value of autocomplete
|
String |
getAutofillFieldKeyword()
Returns the value of autofill field keyword
|
String |
getCaptionInlineStyles()
Returns the string containing the inline style specified for the caption
|
Boolean |
getDescriptionVisibility()
Returns the visibility of the short description as specified in the Authoring Dialog
|
String |
getErrorSimulatorString()
Returns the error simulation string to be shown in Authoring for styling purposes
|
String |
getFieldLayout()
Returns the field layout configured during authoring.
|
String |
getFieldLayoutName()
Returns the name of the field layout
|
abstract String |
getGuideFieldType()
Returns the field type of the AEM Forms Component
|
String |
getHelpIndicatorContent()
Returns the help content for field
|
boolean |
getHideTitle()
Returns if the current field's title is hidden or not
|
boolean |
getIsOldFieldLayout() |
Boolean |
getIsReadOnly() |
Boolean |
getIsRequired() |
String |
getLongDescription()
Returns the long description of the field configured in authoring dialog
|
String |
getPlaceholderText()
Returns the placeholder text set in the authoring dialog
|
String |
getShortDescription()
Returns the short description of the field configured in the authoring dialog
|
String |
getShortDescriptionInlineStyles()
Returns the string containing the inline style specified for the short description
|
String |
getValue()
Returns the initial value of the field set in the authoring dialog
|
String |
getWidgetInlineStyles()
Returns the string containing the inline style specified for the widget
|
boolean |
isMandatory()
Return if the field is marked as required.
|
void |
setHelpIndicatorContent(String helpQuestionMarkContent)
Sets the help indicator content for the field.
|
activate, externalize, getAddMessage, getAppearance, getAuthoringConfigJSON, getBindRef, getClientLibRef, getColspan, getCssClassName, getDescription, getEnabled, getEnabledExp, getError, getFieldInlineStyles, getHeight, getId, getInlineCssClass, getInlineStyles, getIsEditMode, getIsRepeatable, getItems, getLayoutPath, getLayoutProperty, getLongDescriptionInlineStyles, getName, getNavTitle, getNodeClass, getPath, getQuestionMarkInlineStyles, getRemoveMessage, getResourceSuperType, getResourceType, getSlingRequest, getStyles, getTargetVersion, getTitle, getToolbarPosition, getVersion, getVisible, getVisibleExp, getWidth, getXssapi, getXssDescription, isDocumentFragmentGroup, isLayoutNavigable, isMenuRequired, isValid, isValidDorTemplateRef, setClientLibRef, setResource, setSlingRequest, syncNode
protected String helpQuestionMarkContent
public Boolean getIsRequired()
public Boolean getIsReadOnly()
public String getAutofillFieldKeyword()
public Boolean getAutocomplete()
public abstract String getGuideFieldType()
public boolean getIsOldFieldLayout()
public String getFieldLayout()
public String getFieldLayoutName()
public boolean getHideTitle()
public String getShortDescription()
public String getLongDescription()
public Boolean getDescriptionVisibility()
public String getValue()
public String getCaptionInlineStyles()
public String getWidgetInlineStyles()
public void setHelpIndicatorContent(String helpQuestionMarkContent)
helpQuestionMarkContent
- string representing the help question mark contentpublic String getHelpIndicatorContent()
public String getShortDescriptionInlineStyles()
public String getPlaceholderText()
public String getErrorSimulatorString()
public boolean isMandatory()
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.