Interface FormDataElement

  • All Known Implementing Classes:
    FormItem

    public interface FormDataElement
    This interface describes individual form data elements, for form submission.
    • Method Detail

      • getElementName

        java.lang.String getElementName()
        Get the element name
      • getElementValue

        java.lang.String getElementValue()
        Get the element value