Module java.desktop

Class FormSubmitEvent

    • Method Detail

      • getMethod

        public FormSubmitEvent.MethodType getMethod()
        Gets the form method type.
        Returns:
        the form method type, either Method.GET or Method.POST.
      • getData

        public String getData()
        Gets the form submission data.
        Returns:
        the string representing the form submission data.