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,GuideFootnotePlaceHolder,GuideFragmentContainer,GuideImage,GuideItemsContainer,GuideListFileAttachmentButton,GuideNode,GuideNumericBox,GuideNumericStepper,GuidePanel,GuidePasswordBox,GuideRadioButton,GuideScribble,GuideSeparator,GuideSwitch,GuideTable,GuideTableRow,GuideTermsAndConditions,GuideTextBox,GuideTextDraw
@ConsumerType public interface FDFieldDefines theTextSling Model for the forms & Documents component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAuthoringConfigJSON()java.lang.StringgetDescription()java.lang.StringgetGuideFieldType()java.lang.StringgetId()java.lang.StringgetName()java.lang.StringgetPath()java.lang.StringgetTitle()
-
-
-
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()
-
-