Class InputField
- java.lang.Object
-
- com.openhtmltopdf.simple.extend.form.FormField
-
- com.openhtmltopdf.simple.extend.form.InputField
-
- Direct Known Subclasses:
AbstractButtonField
public abstract class InputField extends FormField
-
-
Field Summary
-
Fields inherited from class com.openhtmltopdf.simple.extend.form.FormField
intrinsicHeight, intrinsicWidth
-
-
Constructor Summary
Constructors Constructor Description InputField(Element e, XhtmlForm form, LayoutContext context, BlockBox box)
-
Method Summary
Modifier and Type Method Description abstract JComponentcreate()protected String[]getFieldValues()protected FormFieldStateloadOriginalState()-
Methods inherited from class com.openhtmltopdf.simple.extend.form.FormField
applyComponentStyle, applyOriginalState, getAttribute, getBox, getComponent, getContext, getElement, getFont, getFormDataStrings, getIntrinsicSize, getLengthValue, getOriginalState, getParentForm, getStyle, getUserAgentCallback, hasAttribute, includeInSubmission, reset
-
-
-
-
Constructor Detail
-
InputField
public InputField(Element e, XhtmlForm form, LayoutContext context, BlockBox box)
-
-
Method Detail
-
create
public abstract JComponent create()
-
loadOriginalState
protected FormFieldState loadOriginalState()
- Overrides:
loadOriginalStatein classFormField
-
getFieldValues
protected String[] getFieldValues()
- Specified by:
getFieldValuesin classFormField
-
-