|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormSubmissionListener | |
|---|---|
| org.xhtmlrenderer.extend | |
| org.xhtmlrenderer.layout | |
| org.xhtmlrenderer.simple | Includes those classes you need to render XHTML documents quickly, right out of the box, and with no special setup needed; start here! All the classes in this package are oriented towards ease-of-use. |
| org.xhtmlrenderer.simple.extend | |
| org.xhtmlrenderer.swing | |
| org.xhtmlrenderer.test | |
| Uses of FormSubmissionListener in org.xhtmlrenderer.extend |
|---|
| Methods in org.xhtmlrenderer.extend with parameters of type FormSubmissionListener | |
|---|---|
void |
ReplacedElementFactory.setFormSubmissionListener(FormSubmissionListener listener)
Identifies the FSL which will be used for callbacks when a form submit action is executed; you can use a DefaultFormSubmissionListener if you don't want any action to be taken. |
| Uses of FormSubmissionListener in org.xhtmlrenderer.layout |
|---|
| Methods in org.xhtmlrenderer.layout with parameters of type FormSubmissionListener | |
|---|---|
void |
SharedContext.setFormSubmissionListener(FormSubmissionListener fsl)
|
| Uses of FormSubmissionListener in org.xhtmlrenderer.simple |
|---|
| Classes in org.xhtmlrenderer.simple that implement FormSubmissionListener | |
|---|---|
class |
XHTMLPanel
XHTMLPanel is a simple Swing component that renders valid XHTML content in a Java program. |
| Uses of FormSubmissionListener in org.xhtmlrenderer.simple.extend |
|---|
| Classes in org.xhtmlrenderer.simple.extend that implement FormSubmissionListener | |
|---|---|
class |
DefaultFormSubmissionListener
No-op implementation of a FormSubmissionListener; override the submit method in a subclass as needed. |
| Methods in org.xhtmlrenderer.simple.extend with parameters of type FormSubmissionListener | |
|---|---|
void |
NoReplacedElementFactory.setFormSubmissionListener(FormSubmissionListener listener)
|
| Constructors in org.xhtmlrenderer.simple.extend with parameters of type FormSubmissionListener | |
|---|---|
XhtmlForm(UserAgentCallback uac,
Element e,
FormSubmissionListener fsListener)
|
|
| Uses of FormSubmissionListener in org.xhtmlrenderer.swing |
|---|
| Classes in org.xhtmlrenderer.swing that implement FormSubmissionListener | |
|---|---|
class |
BasicPanel
A Swing JPanel that encloses the Flying Saucer renderer
for easy integration into Swing applications. |
class |
ScalableXHTMLPanel
ScalableXHTMLPanel extends XHTMLPanel to allow zoom on output. |
| Fields in org.xhtmlrenderer.swing declared as FormSubmissionListener | |
|---|---|
protected FormSubmissionListener |
BasicPanel.formSubmissionListener
|
| Methods in org.xhtmlrenderer.swing with parameters of type FormSubmissionListener | |
|---|---|
void |
SwingReplacedElementFactory.setFormSubmissionListener(FormSubmissionListener fsl)
|
void |
BasicPanel.setFormSubmissionListener(FormSubmissionListener fsl)
|
| Uses of FormSubmissionListener in org.xhtmlrenderer.test |
|---|
| Methods in org.xhtmlrenderer.test with parameters of type FormSubmissionListener | |
|---|---|
void |
DelegatingReplacedElementFactory.setFormSubmissionListener(FormSubmissionListener listener)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||