KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > html > FormSubmitEvent.MethodType

javax.swing.text.html
Enum FormSubmitEvent.MethodType

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

public static final FormSubmitEvent.MethodType GET
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final FormSubmitEvent.MethodType POST
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static FormSubmitEvent.MethodType valueOf(String name)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final FormSubmitEvent.MethodType[] values()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags