public abstract class FormField
extends java.lang.Object
Constructor and Description |
---|
FormField(org.w3c.dom.Element e,
XhtmlForm form) |
Modifier and Type | Method and Description |
---|---|
abstract javax.swing.JComponent |
create() |
javax.swing.JComponent |
getComponent() |
java.lang.String[] |
getFormDataStrings() |
XhtmlForm |
getParentForm() |
boolean |
includeInSubmission(javax.swing.JComponent source)
Returns true if the value of the current FormField should be
sent along with the current submission.
|
void |
reset() |
public FormField(org.w3c.dom.Element e, XhtmlForm form)
public javax.swing.JComponent getComponent()
public XhtmlForm getParentForm()
public void reset()
public abstract javax.swing.JComponent create()
public boolean includeInSubmission(javax.swing.JComponent source)
source
- The JComponent that caused the submissionpublic java.lang.String[] getFormDataStrings()