Liking cljdoc? Tell your friends :D
Clojure only.

javax.swing.text.html.FormSubmitEvent

FormSubmitEvent is used to notify interested parties that a form was submitted.

FormSubmitEvent is used to notify interested
parties that a form was submitted.
raw docstring

get-dataclj

(get-data this)

Gets the form submission data.

returns: the string representing the form submission data. - java.lang.String

Gets the form submission data.

returns: the string representing the form submission data. - `java.lang.String`
raw docstring

get-methodclj

(get-method this)

Gets the form method type.

returns: the form method type, either Method.GET or Method.POST. - javax.swing.text.html.FormSubmitEvent$MethodType

Gets the form method type.

returns: the form method type, either
 Method.GET or Method.POST. - `javax.swing.text.html.FormSubmitEvent$MethodType`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close