Class FileField

    • Constructor Detail

      • FileField

        public FileField()
    • Method Detail

      • getAttachmentId

        public String getAttachmentId()
      • setAttachmentId

        public void setAttachmentId​(String attachmentId)
      • getStringValue

        public String getStringValue()
        Description copied from interface: Field
        Gets the normalized String value of this field.
        Returns:
        the String representation of the value of this field.
      • setStringValue

        public void setStringValue​(String value)
        Description copied from interface: Field
        Sets the specified String normalized value.
        Parameters:
        value - the String value to set
      • isReadOnly

        public boolean isReadOnly()
        Description copied from class: TextField
        Returns true if the value is read only.
        Specified by:
        isReadOnly in class TextField
      • equals

        public boolean equals​(Object o)
        Description copied from class: TextField
        Tests equality between this field and the specified field.
        Overrides:
        equals in class TextField