Class FormField
java.lang.Object
org.xhtmlrenderer.simple.extend.form.FormField
- Direct Known Subclasses:
InputField
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract JComponent
create()
String[]
boolean
includeInSubmission
(JComponent source) Returns true if the value of the current FormField should be sent along with the current submission.void
reset()
-
Constructor Details
-
FormField
-
-
Method Details
-
getComponent
-
getParentForm
-
reset
public void reset() -
create
-
includeInSubmission
Returns true if the value of the current FormField should be sent along with the current submission. This is used so that only the value of the submit button that is used to trigger the form's submission is sent.- Parameters:
source
- The JComponent that caused the submission- Returns:
- true if it should
-
getFormDataStrings
-