Class 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 Detail

      • AbstractFDField

        public AbstractFDField()
    • Method Detail

      • getTitle

        @Nonnull
        public java.lang.String getTitle()
        Specified by:
        getTitle in interface FDField
        Returns:
        Returns the title of the component.
      • getPath

        @Nonnull
        public java.lang.String getPath()
        Specified by:
        getPath in interface FDField
        Returns:
        Returns the path of the component.
      • getName

        @Nonnull
        public java.lang.String getName()
        Specified by:
        getName in interface FDField
        Returns:
        Returns the name of the component
      • getDescription

        @Nullable
        public java.lang.String getDescription()
        Specified by:
        getDescription in interface FDField
        Returns:
        Returns the description of the component
      • getId

        @Nonnull
        public java.lang.String getId()
        Specified by:
        getId in interface FDField
        Returns:
        Returns the id of the component.
      • getGuideFieldType

        @Nonnull
        public java.lang.String getGuideFieldType()
        Specified by:
        getGuideFieldType in interface FDField
        Returns:
        Returns the type of the forms and documents component