Module java.desktop

Enum Class FormSubmitEvent.MethodType

java.lang.Object
java.lang.Enum<FormSubmitEvent.MethodType>
javax.swing.text.html.FormSubmitEvent.MethodType
All Implemented Interfaces:
Serializable, Comparable<FormSubmitEvent.MethodType>, Constable
Enclosing class:
FormSubmitEvent

public static enum FormSubmitEvent.MethodType extends Enum<FormSubmitEvent.MethodType>
Represents an HTML form method type.
  • GET corresponds to the GET form method
  • POST corresponds to the POST from method
Since:
1.5