org.xhtmlrenderer.simple.extend.form
Class AbstractButtonField

java.lang.Object
  extended by org.xhtmlrenderer.simple.extend.form.FormField
      extended by org.xhtmlrenderer.simple.extend.form.InputField
          extended by org.xhtmlrenderer.simple.extend.form.AbstractButtonField

public abstract class AbstractButtonField
extends InputField


Field Summary
 
Fields inherited from class org.xhtmlrenderer.simple.extend.form.FormField
intrinsicHeight, intrinsicWidth
 
Constructor Summary
AbstractButtonField(Element e, XhtmlForm form, LayoutContext context, BlockBox box)
           
 
Method Summary
protected  void applyComponentStyle(JButton button)
           
 
Methods inherited from class org.xhtmlrenderer.simple.extend.form.InputField
create, getFieldValues, 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

AbstractButtonField

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

applyComponentStyle

protected void applyComponentStyle(JButton button)


Copyright © 2013. All Rights Reserved.