Class TextAreaField
java.lang.Object
org.xhtmlrenderer.simple.extend.form.FormField
org.xhtmlrenderer.simple.extend.form.TextAreaField
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.xhtmlrenderer.simple.extend.form.FormField
intrinsicHeight, intrinsicWidth
-
Constructor Summary
ConstructorsConstructorDescriptionTextAreaField
(Element e, XhtmlForm form, LayoutContext context, BlockBox box) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
applyComponentStyle
(TextAreaField.TextAreaFieldJTextArea textArea, JScrollPane scrollpane) protected void
create()
protected String[]
protected FormFieldState
Methods inherited from class org.xhtmlrenderer.simple.extend.form.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
protected void applyComponentStyle(TextAreaField.TextAreaFieldJTextArea textArea, JScrollPane scrollpane) -
loadOriginalState
- Overrides:
loadOriginalState
in classFormField
-
applyOriginalState
protected void applyOriginalState()- Overrides:
applyOriginalState
in classFormField
-
getFieldValues
- Specified by:
getFieldValues
in classFormField
-