Package com.adobe.aemds.guide.common
Class AbstractFDField
- java.lang.Object
-
- com.adobe.aemds.guide.common.AbstractFDField
-
- All Implemented Interfaces:
FDField
- Direct Known Subclasses:
AbstractStyledFDField
@ConsumerType public abstract class AbstractFDField extends java.lang.Object implements FDField
Abstract implementation of a forms and document field component
-
-
Constructor Summary
Constructors Constructor Description AbstractFDField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetGuideFieldType()java.lang.StringgetId()java.lang.StringgetName()java.lang.StringgetPath()java.lang.StringgetTitle()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.adobe.aemds.guide.common.FDField
getAuthoringConfigJSON
-
-
-
-
Method Detail
-
getTitle
@Nonnull public java.lang.String getTitle()
-
getPath
@Nonnull public java.lang.String getPath()
-
getName
@Nonnull public java.lang.String getName()
-
getDescription
@Nullable public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceFDField- Returns:
- Returns the description of the component
-
getId
@Nonnull public java.lang.String getId()
-
getGuideFieldType
@Nonnull public java.lang.String getGuideFieldType()
- Specified by:
getGuideFieldTypein interfaceFDField- Returns:
- Returns the type of the forms and documents component
-
-