Class FieldsObject


  • public class FieldsObject
    extends java.lang.Object
    Represents the fields element, a child of the xfdf element and is the container for form field elements. Content model: ( field* ). Attributes: none. For more details see paragraph 6.3.1 in Xfdf specification.
    • Field Detail

      • fieldList

        private java.util.List<FieldObject> fieldList
        Represents a list of children fields
    • Constructor Detail

      • FieldsObject

        public FieldsObject()
        Creates an instance of FieldsObject.
    • Method Detail

      • getFieldList

        public java.util.List<FieldObject> getFieldList()
        Gets a list of children fields
        Returns:
        List containing all children field objects
      • addField

        public FieldsObject addField​(FieldObject field)
        Adds a new field to the list.
        Parameters:
        field - FieldObject containing the info about the form field
        Returns:
        current fields object