Uses of Class
com.storedobject.ui.util.AbstractContentGenerator
Packages that use AbstractContentGenerator
-
Uses of AbstractContentGenerator in com.storedobject.ui
Methods in com.storedobject.ui with parameters of type AbstractContentGeneratorModifier and TypeMethodDescriptionvoid
Application.addContent
(long fileId, AbstractContentGenerator content) void
Application.addMultiContent
(long fileId, AbstractContentGenerator content) -
Uses of AbstractContentGenerator in com.storedobject.ui.util
Subclasses of AbstractContentGenerator in com.storedobject.ui.utilConstructor parameters in com.storedobject.ui.util with type arguments of type AbstractContentGeneratorModifierConstructorDescriptionprotected
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)