Class InputField
- java.lang.Object
-
- org.xhtmlrenderer.simple.extend.form.FormField
-
- org.xhtmlrenderer.simple.extend.form.InputField
-
public abstract class InputField extends FormField
-
-
Constructor Summary
Constructors Constructor Description InputField(org.w3c.dom.Element e, XhtmlForm form)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract javax.swing.JComponent
create()
-
Methods inherited from class org.xhtmlrenderer.simple.extend.form.FormField
getComponent, getFormDataStrings, getParentForm, includeInSubmission, reset
-
-