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.String
getDescription()
java.lang.String
getGuideFieldType()
java.lang.String
getId()
java.lang.String
getName()
java.lang.String
getPath()
java.lang.String
getTitle()
-
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:
getDescription
in interfaceFDField
- Returns:
- Returns the description of the component
-
getId
@Nonnull public java.lang.String getId()
-
getGuideFieldType
@Nonnull public java.lang.String getGuideFieldType()
- Specified by:
getGuideFieldType
in interfaceFDField
- Returns:
- Returns the type of the forms and documents component
-
-