org.xhtmlrenderer.simple.extend
Class XhtmlForm
java.lang.Object
org.xhtmlrenderer.simple.extend.XhtmlForm
public class XhtmlForm
- extends Object
Represents a form object
- Author:
- Torbjoern Gannholm, Sean Bright
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XhtmlForm
public XhtmlForm(UserAgentCallback uac,
Element e,
FormSubmissionListener fsListener)
XhtmlForm
public XhtmlForm(UserAgentCallback uac,
Element e)
getUserAgentCallback
public UserAgentCallback getUserAgentCallback()
addButtonToGroup
public void addButtonToGroup(String groupName,
AbstractButton button)
addComponent
public FormField addComponent(Element e,
LayoutContext context,
BlockBox box)
reset
public void reset()
submit
public void submit(JComponent source)
collectText
public static String collectText(Element e)
Copyright © 2013. All Rights Reserved.