org.xhtmlrenderer.simple.extend.form
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
| Methods inherited from class org.xhtmlrenderer.simple.extend.form.FormField |
applyComponentStyle, applyOriginalState, getAttribute, getBox, getComponent, getContext, getElement, getFont, getFormDataStrings, getIntrinsicSize, getLengthValue, getOriginalState, getParentForm, getStyle, getUserAgentCallback, hasAttribute, includeInSubmission, reset |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputField
public InputField(Element e,
XhtmlForm form,
LayoutContext context,
BlockBox box)
create
public abstract JComponent create()
- Specified by:
create in class FormField
loadOriginalState
protected FormFieldState loadOriginalState()
- Overrides:
loadOriginalState in class FormField
getFieldValues
protected String[] getFieldValues()
- Specified by:
getFieldValues in class FormField
Copyright © 2013. All Rights Reserved.