public static final enum

FormSubmitEvent.MethodType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ javax.swing.text.html.FormSubmitEvent.MethodType

Class Overview

Represents an HTML form method type.

  • GET corresponds to the GET form method
  • POST corresponds to the POST from method

Summary

Enum Values
FormSubmitEvent.MethodType  GET   
FormSubmitEvent.MethodType  POST   
Public Methods
static FormSubmitEvent.MethodType valueOf(String name)
final static MethodType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final FormSubmitEvent.MethodType GET

public static final FormSubmitEvent.MethodType POST

Public Methods

public static FormSubmitEvent.MethodType valueOf (String name)

public static final MethodType[] values ()