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 Details
-
Method Details
-
create
-
loadOriginalState
- Overrides:
loadOriginalStatein classFormField
-
getFieldValues
- Specified by:
getFieldValuesin classFormField
-