|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrintListener | |
com.arsdigita.bebop | A set of server-side user interface components for web applications. |
com.arsdigita.bebop.form | Provides a set of server-side user interface components for obtaining user input. |
com.arsdigita.formbuilder.ui | The Form Builder UI provides a number of embeddable bebop components to facilitate integration of the form builder service with applications. |
Uses of PrintListener in com.arsdigita.bebop |
Methods in com.arsdigita.bebop with parameters of type PrintListener | |
void |
Image.addPrintListener(PrintListener listener)
Adds a print listener. |
void |
Image.removePrintListener(PrintListener listener)
Removes a previously added print listener. |
void |
BaseLink.addPrintListener(PrintListener listener)
Adds a print listener. |
void |
BaseLink.removePrintListener(PrintListener listener)
Removes a previously added print listener. |
void |
Label.addPrintListener(PrintListener listener)
Adds a print listener. |
void |
Label.removePrintListener(PrintListener listener)
Removes a previously added print listener. |
Constructors in com.arsdigita.bebop with parameters of type PrintListener | |
Image(PrintListener l)
Creates a new Image that uses the print listener
to generate output. |
|
ExternalLink(Component child,
PrintListener l)
|
|
ExternalLink(String label,
PrintListener l)
|
|
ExternalLink(PrintListener l)
|
|
Link(Component child,
PrintListener l)
Constructors with PrintListener parameters allow for a PrintListener to be set for
the Link, without the need to make a separate call to
the addPrintListener method. |
|
Link(String label,
PrintListener l)
|
|
Link(PrintListener l)
|
|
BaseLink(Component child,
PrintListener l)
|
|
BaseLink(String label,
PrintListener l)
|
|
BaseLink(PrintListener l)
|
|
Label(PrintListener l)
Creates a new Label that uses the print listener
to generate output. |
Uses of PrintListener in com.arsdigita.bebop.form |
Classes in com.arsdigita.bebop.form that implement PrintListener | |
class |
SearchAndSelect
Search and select Bebop widget. |
Methods in com.arsdigita.bebop.form with parameters of type PrintListener | |
void |
Widget.addPrintListener(PrintListener listener)
Adds a print listener for this widget. |
void |
Widget.setPrintListener(PrintListener listener)
Set the print listener for this widget. |
void |
Widget.removePrintListener(PrintListener listener)
Remove a previously added print listener. |
Uses of PrintListener in com.arsdigita.formbuilder.ui |
Methods in com.arsdigita.formbuilder.ui with parameters of type PrintListener | |
void |
NewSection.setFormSectionModelBuilder(PrintListener l)
|
void |
ControlEditor.setFormSectionModelBuilder(PrintListener l)
Sets the form section model builder for populating the drop down list of form sections. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |