Class TextAreaField
java.lang.Object
org.openpdf.simple.extend.form.FormField
org.openpdf.simple.extend.form.TextAreaField
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class FormField
intrinsicHeight, intrinsicWidth -
Constructor Summary
ConstructorsConstructorDescriptionTextAreaField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidapplyComponentStyle(TextAreaField.TextAreaFieldJTextArea textArea, JScrollPane scrollpane) protected voidcreate()protected String[]protected FormFieldStateMethods inherited from class FormField
applyComponentStyle, getAttribute, getBox, getComponent, getContext, getElement, getFont, getFormDataStrings, getIntrinsicSize, getLengthValue, getOriginalState, getParentForm, getStyle, getUserAgentCallback, hasAttribute, includeInSubmission, reset
-
Field Details
-
_textarea
-
-
Constructor Details
-
TextAreaField
TextAreaField(Element e, XhtmlForm form, LayoutContext context, BlockBox box)
-
-
Method Details
-
create
-
applyComponentStyle
private void applyComponentStyle(TextAreaField.TextAreaFieldJTextArea textArea, JScrollPane scrollpane) -
loadOriginalState
- Overrides:
loadOriginalStatein classFormField
-
applyOriginalState
protected void applyOriginalState()- Overrides:
applyOriginalStatein classFormField
-
getFieldValues
- Specified by:
getFieldValuesin classFormField
-