Uses of Interface
org.xhtmlrenderer.simple.extend.FormSubmissionListener
Packages that use FormSubmissionListener
Package
Description
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.
-
Uses of FormSubmissionListener in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend with parameters of type FormSubmissionListenerModifier and TypeMethodDescriptionvoid
ReplacedElementFactory.setFormSubmissionListener
(FormSubmissionListener listener) Identifies the FSL which will be used for callbacks when a form submit action is executed; you can use aDefaultFormSubmissionListener
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 FormSubmissionListenerModifier and TypeMethodDescriptionvoid
SharedContext.setFormSubmissionListener
(FormSubmissionListener fsl) -
Uses of FormSubmissionListener in org.xhtmlrenderer.pdf
Methods in org.xhtmlrenderer.pdf with parameters of type FormSubmissionListenerModifier and TypeMethodDescriptionvoid
ITextReplacedElementFactory.setFormSubmissionListener
(FormSubmissionListener listener) -
Uses of FormSubmissionListener in org.xhtmlrenderer.simple
Classes in org.xhtmlrenderer.simple that implement FormSubmissionListenerModifier and TypeClassDescriptionclass
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 FormSubmissionListenerModifier and TypeClassDescriptionclass
No-op implementation of a FormSubmissionListener; override the submit method in a subclass as needed.Fields in org.xhtmlrenderer.simple.extend declared as FormSubmissionListenerModifier and TypeFieldDescriptionprivate final FormSubmissionListener
XhtmlForm._formSubmissionListener
Constructors in org.xhtmlrenderer.simple.extend with parameters of type FormSubmissionListenerModifierConstructorDescriptionXhtmlForm
(UserAgentCallback uac, @Nullable Element e, FormSubmissionListener fsListener) -
Uses of FormSubmissionListener in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement FormSubmissionListenerModifier and TypeClassDescriptionclass
A SwingJPanel
that encloses the Flying Saucer renderer for easy integration into Swing applications.class
ScalableXHTMLPanel extendsXHTMLPanel
to allow zoom on output.Fields in org.xhtmlrenderer.swing declared as FormSubmissionListenerModifier and TypeFieldDescriptionprotected FormSubmissionListener
BasicPanel.formSubmissionListener
private FormSubmissionListener
SwingReplacedElementFactory.formSubmissionListener
Methods in org.xhtmlrenderer.swing with parameters of type FormSubmissionListenerModifier and TypeMethodDescriptionvoid
BasicPanel.setFormSubmissionListener
(FormSubmissionListener fsl) void
SwingReplacedElementFactory.setFormSubmissionListener
(FormSubmissionListener fsl) -
Uses of FormSubmissionListener in org.xhtmlrenderer.swt
Methods in org.xhtmlrenderer.swt with parameters of type FormSubmissionListenerModifier and TypeMethodDescriptionvoid
SWTReplacedElementFactory.setFormSubmissionListener
(FormSubmissionListener listener)