public abstract class GuideField extends GuideNode
This provides basic getter's and setter's required to create/initialize an AEM Form Field Component.
Constructor and Description |
---|
GuideField() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAuthoringConfig()
Gives the authoring configuration of the guide field component
|
java.lang.Boolean |
getAutocomplete()
Returns the value of autocomplete
|
java.lang.String |
getAutofillFieldKeyword()
Returns the value of autofill field keyword
|
java.lang.String |
getCaptionInlineStyles()
Returns the string containing the inline style specified for the caption
|
java.lang.Boolean |
getDescriptionVisibility()
Returns the visibility of the short description as specified in the Authoring Dialog
|
java.lang.String |
getErrorSimulatorString()
Returns the error simulation string to be shown in Authoring for styling purposes
|
java.lang.String |
getFieldLayout()
Returns the field layout configured during authoring.
|
java.lang.String |
getFieldLayoutName()
Returns the name of the field layout
|
java.lang.String |
getHelpIndicatorContent()
Returns the help content for field
|
boolean |
getHideTitle()
Returns if the current field's title is hidden or not
|
boolean |
getIsOldFieldLayout() |
java.lang.Boolean |
getIsReadOnly() |
java.lang.Boolean |
getIsRequired() |
java.lang.String |
getLabelForId()
Returns id for field label association, for accessibility
|
java.lang.String |
getLongDescription()
Returns the long description of the field configured in authoring dialog
|
java.lang.String |
getPlaceholderText()
Returns the placeholder text set in the authoring dialog
|
java.lang.String |
getShortDescription()
Returns the short description of the field configured in the authoring dialog
|
java.lang.String |
getShortDescriptionInlineStyles()
Returns the string containing the inline style specified for the short description
|
java.lang.String |
getValue()
Returns the initial value of the field set in the authoring dialog
|
java.lang.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(java.lang.String helpQuestionMarkContent)
Sets the help indicator content for the field.
|
activate, checkIfPathIsAbsolute, externalize, getAddMessage, getAppearance, getAuthoringConfigJSON, getBindRef, getClientLibRef, getColspan, getCssClassName, getDescription, getEnabledExp, getError, getFieldInlineStyles, getGuideFieldType, getHeight, getId, getInlineCssClass, getInlineStyles, getIsEditMode, getIsRepeatable, getItems, getLayoutPath, getLayoutTabType, getLongDescriptionInlineStyles, getName, getNavTitle, getNodeClass, getNonNavigableProperty, getPath, getQuestionMarkInlineStyles, getRemoveMessage, getResourceSuperType, getResourceType, getResponsiveClasses, getResponsiveConfiguration, getSlingRequest, getStyles, getTargetVersion, getTitle, getToolbarPosition, getVersion, getVisibleExp, getWidth, getXssapi, getXssDescription, isDocumentFragmentGroup, isLayoutNavigable, isMenuRequired, isValid, isValidDorTemplateRef, setClientLibRef, setResource, setSlingRequest, syncNode
get, getComponent, getComponentContext, getCurrentDesign, getCurrentPage, getCurrentStyle, getDesigner, getEditContext, getInheritedPageProperties, getInheritedProperties, getPageManager, getPageProperties, getProperties, getRequest, getResource, getResourceDesign, getResourcePage, getResourceResolver, getResponse, getSlingScriptHelper, getWcmMode, getXSSAPI, init
public java.lang.Boolean getIsRequired()
public java.lang.Boolean getIsReadOnly()
public java.lang.String getLabelForId() throws RepositoryException
RepositoryException
public java.lang.String getAutofillFieldKeyword()
public java.lang.Boolean getAutocomplete()
public boolean getIsOldFieldLayout()
public java.lang.String getFieldLayout()
public java.lang.String getFieldLayoutName()
public boolean getHideTitle()
public java.lang.String getShortDescription()
public java.lang.String getLongDescription()
public java.lang.Boolean getDescriptionVisibility()
public java.lang.String getValue()
public java.lang.String getCaptionInlineStyles()
public java.lang.String getWidgetInlineStyles()
public void setHelpIndicatorContent(java.lang.String helpQuestionMarkContent)
helpQuestionMarkContent
- string representing the help question mark contentpublic java.lang.String getHelpIndicatorContent()
public java.lang.String getShortDescriptionInlineStyles()
public java.lang.String getPlaceholderText()
public java.lang.String getErrorSimulatorString()
public boolean isMandatory()
public java.util.Map<java.lang.String,java.lang.Object> getAuthoringConfig()
getAuthoringConfig
in class GuideNode
Copyright © 2010 - 2020 Adobe. All Rights Reserved