Uses of Interface
com.storedobject.core.ContentProducer
Packages that use ContentProducer
Package
Description
-
Uses of ContentProducer in com.storedobject.core
Classes in com.storedobject.core that implement ContentProducerModifier and TypeClassDescriptionclass
class
class
class
class
Methods in com.storedobject.core with parameters of type ContentProducerModifier and TypeMethodDescriptiondefault void
Device.download
(ContentProducer producer) default void
Device.download
(ContentProducer producer, Consumer<Long> informMe) void
ApplicationServer.view
(ContentProducer producer) default void
Device.view
(ContentProducer producer) default void
Device.view
(ContentProducer producer, boolean windowMode) default void
Device.view
(ContentProducer producer, Consumer<Long> informMe) default void
Device.view
(ContentProducer producer, Consumer<Long> informMe, boolean windowMode) default void
Device.view
(String caption, ContentProducer producer) default void
Device.view
(String caption, ContentProducer producer, boolean windowMode) default void
Device.view
(String caption, ContentProducer producer, Consumer<Long> informMe) void
Device.view
(String caption, ContentProducer producer, Consumer<Long> informMe, boolean windowMode) -
Uses of ContentProducer in com.storedobject.mail
Methods in com.storedobject.mail with parameters of type ContentProducerModifier and TypeMethodDescriptionboolean
Mail.attach
(TransactionManager tm, ContentProducer... content) Attaches one or more content items to the mail using the provided transaction manager. -
Uses of ContentProducer in com.storedobject.office
Classes in com.storedobject.office that implement ContentProducerModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
ODT<T>
class
ODTObjectReport<T extends StoredObject>
PDFObjectReport
andODTObjectReport
are used to define report logic to be used inPrintLogicDefinition
.class
class
-
Uses of ContentProducer in com.storedobject.pdf
Classes in com.storedobject.pdf that implement ContentProducerModifier and TypeClassDescriptionclass
A class that allows you to combine multiple other reports into a single report.class
This class is used to create PDF output.class
PDFObjectReport<T extends StoredObject>
PDFObjectReport
andODTObjectReport
are used to define report logic to be used inPrintLogicDefinition
.class
A PDF class used for generating reports.Methods in com.storedobject.pdf with parameters of type ContentProducerModifier and TypeMethodDescriptionvoid
CombinedPDFReport.addContent
(ContentProducer externalPDF) Add content from a "content producer".void
CombinedPDFReport.addContent
(ContentProducer externalPDF, int startingPage, int endingPage, int... pagesToSkip) Add content from a "content producer".void
PDF.addContent
(ContentProducer externalPDF, float scalePercentage) Add content from another PDF content producer.void
PDF.addContent
(ContentProducer externalPDF, float scalePercentage, int startingPage, int endingPage, int... pagesToSkip) Add content from another PDF content producer. -
Uses of ContentProducer in com.storedobject.report
Classes in com.storedobject.report that implement ContentProducerModifier and TypeClassDescriptionclass
Account Statement.class
class
class
class
class
ObjectList<T extends StoredObject>
Generate a PDF with a list of objects.class
ObjectListExcel<T extends StoredObject>
Generate an Excel with list of objects.class
class
class
class
class
Trial Balance. -
Uses of ContentProducer in com.storedobject.tools
Methods in com.storedobject.tools with parameters of type ContentProducerModifier and TypeMethodDescriptionvoid
SystemDevice.view
(String caption, ContentProducer producer, Consumer<Long> informMe, boolean windowMode) -
Uses of ContentProducer in com.storedobject.ui
Classes in com.storedobject.ui that implement ContentProducerModifier and TypeClassDescriptionclass
Content coming from anInputStream
that can be viewed or downloaded (viaDevice.view(String, ContentProducer)
orDevice.download(ContentProducer)
).class
ObjectGridReport<T extends StoredObject>
Create a PDF report from the grid rows.final class
PDF content coming from anInputStream
that can be viewed or downloaded (viaDevice.view(String, ContentProducer)
orDevice.download(ContentProducer)
).Methods in com.storedobject.ui with parameters of type ContentProducerModifier and TypeMethodDescriptionvoid
Application.download
(ContentProducer producer, Consumer<Long> informMe) void
DocumentViewer.setDocument
(ContentProducer contentProducer) void
Application.view
(String caption, ContentProducer producer, Consumer<Long> timeTracker, boolean windowMode) void
Application.view
(String caption, ContentProducer producer, Consumer<Long> timeTracker, boolean windowMode, com.vaadin.flow.component.Component... extraHeaderButtons) Constructors in com.storedobject.ui with parameters of type ContentProducer -
Uses of ContentProducer in com.storedobject.ui.iot
Classes in com.storedobject.ui.iot that implement ContentProducer -
Uses of ContentProducer in com.storedobject.ui.util
Methods in com.storedobject.ui.util that return ContentProducerMethods in com.storedobject.ui.util with parameters of type ContentProducerModifier and TypeMethodDescriptionvoid
DocumentViewer.setDocument
(ContentProducer contentProducer) Constructors in com.storedobject.ui.util with parameters of type ContentProducerModifierConstructorDescriptionprotected
AbstractContentGenerator
(Application application, ContentProducer producer, Consumer<AbstractContentGenerator> inform, Consumer<Long> timeTracker, Runnable preRun) ContentGenerator
(Application application, ContentProducer producer, boolean download, String caption, Consumer<AbstractContentGenerator> inform, Consumer<Long> timeTracker, Runnable preRun, boolean windowMode, com.vaadin.flow.component.Component... extraHeaderButtons) ContentGenerator
(Application application, ContentProducer producer, String caption, Consumer<AbstractContentGenerator> inform, Consumer<Long> timeTracker, Runnable preRun, boolean windowMode, com.vaadin.flow.component.Component... extraHeaderButtons)