Uses of Interface
org.vaadin.firitin.components.button.PrintPdfButton.PdfWriterCallback
Packages that use PrintPdfButton.PdfWriterCallback
-
Uses of PrintPdfButton.PdfWriterCallback in org.vaadin.firitin.components.button
Methods in org.vaadin.firitin.components.button with parameters of type PrintPdfButton.PdfWriterCallbackModifier and TypeMethodDescriptionprotected voidPrintPdfButton.writePdf(PrintPdfButton.PdfWriterCallback pdfWriterCallback, com.vaadin.flow.server.VaadinResponse response) Writes the PDF response served to the hidden iframe.Constructors in org.vaadin.firitin.components.button with parameters of type PrintPdfButton.PdfWriterCallbackModifierConstructorDescriptionPrintPdfButton(String buttonText, PrintPdfButton.PdfWriterCallback pdfWriterCallback) Creates a print-PDF button with the given text label.PrintPdfButton(PrintPdfButton.PdfWriterCallback pdfWriterCallback) Creates an icon-only print-PDF button showing the defaultVaadinIcon.PRINTicon.