Uses of Class
com.storedobject.ui.Application
Packages that use Application
Package
Description
- 
Uses of Application in com.storedobject.uiFields in com.storedobject.ui declared as ApplicationModifier and TypeFieldDescriptionprotected final ApplicationExecutor.applicationHolds a reference to theApplicationinstance associated with thisExecutor.Methods in com.storedobject.ui that return ApplicationModifier and TypeMethodDescriptionstatic ApplicationApplication.get()Retrieves the current instance of the Application.AbstractObjectForest.getApplication()Alert.getApplication()DataEditor.getApplication()ELabel.getApplication()ELabelField.getApplication()ELabels.getApplication()final ApplicationExecutor.getApplication()Retrieves theApplicationinstance associated with this executor.ObjectEditor.getApplication()ObjectListGrid.getApplication()ObjectTree.getApplication()PresentationRunner.getApplication()Get the currentApplicationinstance.StyledBuilder.getApplication()TextView.getApplication()Methods in com.storedobject.ui with parameters of type ApplicationConstructors in com.storedobject.ui with parameters of type ApplicationModifierConstructorDescriptionprotectedBusyIndicator(Application application) Constructs a newExecutorobject with the specifiedApplication.FileManager(Application application) FileManager(Application application, String path) FileManager(Application application, String path, String caption) FileViewer(Application application) FileViewer(Application application, String path) FileViewer(Application application, String path, String caption) HomeHTMLView(Application application) HomeModuleMenu(Application application) HomeModuleMenu(Application application, ApplicationModule module) HomeModuleMenu(Application application, String moduleName) HTMLView(Application application) Constructor.HTMLView(Application application, boolean windowMode) Constructor.ModuleMenu(Application application) Constructor.ModuleMenu(Application application, ApplicationModule module) Constructor.ModuleMenu(Application application, String moduleName) Constructor.Constructs an ObjectViewer instance with the specified application.
- 
Uses of Application in com.storedobject.ui.inventoryConstructors in com.storedobject.ui.inventory with parameters of type ApplicationModifierConstructorDescriptionCreateConsignment(Application application, StoredObject parentObject) 
- 
Uses of Application in com.storedobject.ui.iotFields in com.storedobject.ui.iot declared as Application
- 
Uses of Application in com.storedobject.ui.toolsMethods in com.storedobject.ui.tools that return ApplicationConstructors in com.storedobject.ui.tools with parameters of type Application
- 
Uses of Application in com.storedobject.ui.utilConstructors in com.storedobject.ui.util with parameters of type ApplicationModifierConstructorDescriptionprotectedAbstractContentGenerator(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)