Package org.openpdf.simple.extend.form
Class TextField
java.lang.Object
org.openpdf.simple.extend.form.FormField
org.openpdf.simple.extend.form.InputField
org.openpdf.simple.extend.form.TextField
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.openpdf.simple.extend.form.FormField
intrinsicHeight, intrinsicWidth -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyComponentStyle(JComponent component) protected voidcreate()protected String[]Methods inherited from class org.openpdf.simple.extend.form.InputField
loadOriginalStateMethods inherited from class org.openpdf.simple.extend.form.FormField
getAttribute, getBox, getComponent, getContext, getElement, getFont, getFormDataStrings, getIntrinsicSize, getLengthValue, getOriginalState, getParentForm, getStyle, getUserAgentCallback, hasAttribute, includeInSubmission, reset
-
Constructor Details
-
TextField
TextField(Element e, XhtmlForm form, LayoutContext context, BlockBox box)
-
-
Method Details
-
create
-
applyComponentStyle
- Overrides:
applyComponentStylein classFormField
-
applyOriginalState
protected void applyOriginalState()- Overrides:
applyOriginalStatein classFormField
-
getFieldValues
- Overrides:
getFieldValuesin classInputField
-