Package com.adobe.aemds.guide.common
Interface FDField
-
- All Known Subinterfaces:
StyledFDField
- All Known Implementing Classes:
AbstractFDField
,AbstractStyledFDField
,GuideButton
,GuideCaptcha
,GuideChart
,GuideCheckBox
,GuideContainer
,GuideDatePicker
,GuideDropDownList
,GuideField
,GuideFileUpload
,GuideFragmentContainer
,GuideImage
,GuideItemsContainer
,GuideListFileAttachmentButton
,GuideNode
,GuideNumericBox
,GuideNumericStepper
,GuidePanel
,GuidePasswordBox
,GuideRadioButton
,GuideScribble
,GuideSeparator
,GuideSwitch
,GuideTable
,GuideTableRow
,GuideTermsAndConditions
,GuideTextBox
,GuideTextDraw
@ConsumerType public interface FDField
Defines theText
Sling Model for the forms & Documents component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAuthoringConfigJSON()
java.lang.String
getDescription()
java.lang.String
getGuideFieldType()
java.lang.String
getId()
java.lang.String
getName()
java.lang.String
getPath()
java.lang.String
getTitle()
-
-
-
Method Detail
-
getTitle
@Nonnull java.lang.String getTitle()
- Returns:
- Returns the title of the component.
-
getName
@Nonnull java.lang.String getName()
- Returns:
- Returns the name of the component
-
getDescription
@Nullable java.lang.String getDescription()
- Returns:
- Returns the description of the component
-
getGuideFieldType
@Nonnull java.lang.String getGuideFieldType()
- Returns:
- Returns the type of the forms and documents component
-
getId
@Nonnull java.lang.String getId() throws javax.jcr.RepositoryException
- Returns:
- Returns the id of the component.
- Throws:
javax.jcr.RepositoryException
-
getPath
@Nonnull java.lang.String getPath()
- Returns:
- Returns the path of the component.
-
getAuthoringConfigJSON
java.lang.String getAuthoringConfigJSON()
-
-