ComponentListener, EventListener, org.xhtmlrenderer.simple.extend.FormSubmissionListener, IDocumentContainer, ITemplateContainer, IXHTMLPanel, org.xhtmlrenderer.extend.UserInterfaceRequestWizard, TemplateButtonPanel, TemplatePanel, TemplateWizardpublic interface ITemplatePanel extends ITemplateContainer, IXHTMLPanel
TemplatePanel classes.
This is mostly a IXHTMLPanel combined with the template functionality
of ITemplateContainer.
| Modifier and Type | Method | Description |
|---|---|---|
Component |
getFormComponent(String name) |
Return the Swing/AWT component for a form element by name.
|
Map<String,Component> |
getFormComponents() |
Return the list of Swing/AWT components.
|
componentHidden, componentMoved, componentResized, componentShowngetDocument, getDocumentTitle, getURL, reloadDocument, reloadDocument, setDocument, setDocument, setDocument, setDocument, setDocument, setDocument, setDocument, setDocumentFromStringdata, refresh, setData, setDocument, setSubmitActionaddMouseTrackingListener, getMouseTrackingListeners, getSharedContext, print, removeMouseTrackingListener, replaceLinkListener, setFormSubmissionListener, setSharedContextComponent getFormComponent(String name)
Note that multiple radio buttons have the same name, so for these the
name is actually in the form name.value.
name - like myfield in >input type="text" name="myfield" /<Map<String,Component> getFormComponents()
getFormComponent(java.lang.String)Copyright © 2010-2018 Nikhef / Stichting FOM. All Rights Reserved.