Class InputField
- java.lang.Object
-
- org.xhtmlrenderer.simple.extend.form.FormField
-
- org.xhtmlrenderer.simple.extend.form.InputField
-
- Direct Known Subclasses:
AbstractButtonField
public abstract class InputField extends FormField
-
-
Field Summary
-
Fields inherited from class org.xhtmlrenderer.simple.extend.form.FormField
intrinsicHeight, intrinsicWidth
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedInputField(Element e, XhtmlForm form, LayoutContext context, BlockBox box)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String[]getFieldValues()protected FormFieldStateloadOriginalState()-
Methods inherited from class org.xhtmlrenderer.simple.extend.form.FormField
applyComponentStyle, applyOriginalState, create, getAttribute, getBox, getComponent, getContext, getElement, getFont, getFormDataStrings, getIntrinsicSize, getLengthValue, getOriginalState, getParentForm, getStyle, getUserAgentCallback, hasAttribute, includeInSubmission, reset
-
-
-
-
Constructor Detail
-
InputField
protected InputField(Element e, XhtmlForm form, LayoutContext context, BlockBox box)
-
-
Method Detail
-
loadOriginalState
protected FormFieldState loadOriginalState()
- Overrides:
loadOriginalStatein classFormField
-
getFieldValues
protected String[] getFieldValues()
- Specified by:
getFieldValuesin classFormField
-
-