org.xhtmlrenderer.simple.extend.form
Class InputField

java.lang.Object
  extended by org.xhtmlrenderer.simple.extend.form.FormField
      extended by 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
InputField(Element e, XhtmlForm form, LayoutContext context, BlockBox box)
           
 
Method Summary
abstract  JComponent create()
           
protected  String[] getFieldValues()
           
protected  FormFieldState loadOriginalState()
           
 
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
 

Constructor Detail

InputField

public InputField(Element e,
                  XhtmlForm form,
                  LayoutContext context,
                  BlockBox box)
Method Detail

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.