Module flying.saucer
Class InputField<T extends JComponent>
java.lang.Object
org.xhtmlrenderer.simple.extend.form.FormField<T>
org.xhtmlrenderer.simple.extend.form.InputField<T>
-
Field Summary
Fields inherited from class org.xhtmlrenderer.simple.extend.form.FormField
intrinsicHeight, intrinsicWidth -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInputField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]protected FormFieldStateprotected voidprepareTextField(JTextField textField) Methods inherited from class org.xhtmlrenderer.simple.extend.form.FormField
applyComponentStyle, applyOriginalState, component, create, getAttribute, getAttribute, getBox, getComponent, getContext, getElement, getFont, getFormDataStrings, getIntrinsicSize, getOriginalState, getParentForm, getStyle, getUserAgentCallback, getValueAttribute, hasAttribute, includeInSubmission, reset
-
Constructor Details
-
InputField
-
-
Method Details
-
loadOriginalState
- Overrides:
loadOriginalStatein classFormField<T extends JComponent>
-
getFieldValues
- Specified by:
getFieldValuesin classFormField<T extends JComponent>
-
prepareTextField
-