Uses of Class
com.storedobject.vaadin.View
Packages that use View
Package
Description
-
Uses of View in com.storedobject.ui
Subclasses of View in com.storedobject.uiModifier and TypeClassDescriptionclass
class
class
class
DataEditor<T>
class
class
class
class
Create aView
from some HTML content.class
class
AView
that shows a background image, a parent image and other overlay-components relative to the parent image.class
class
An image based menu to be created from the logic defined via anApplicationModule
instance.class
ObjectEditor<T extends StoredObject>
The concrete base class for creating CRUD views forStoredObject
classes.class
A list report that listsStoredObject
s.class
class
A Data Form for editing one or more objects that has multiple steps of content views.class
SteppedObjectForm<T extends StoredObject>
A Form for editing an object that has multiple steps of content views.class
Stepped View allows you to create a multi-steppedView
.class
This is equivalent of theDataForm
class except that the content is based on HTML-template.class
class
class
Verify OTP.class
Methods in com.storedobject.ui that return ViewModifier and TypeMethodDescriptionfinal View
AbstractLinkGrid.createView()
final View
ActionGrid.createView()
ObjectField.getDependentView()
ObjectFormField.getDependentView()
ObjectLinkField.getDependentView()
final View
AbstractLinkGrid.getView()
final View
AbstractLinkGrid.getView
(boolean create) ObjectSearchBrowser.getView
(boolean create) QueryGrid.getView
(boolean create) TemplateView.getView
(boolean create) Methods in com.storedobject.ui with parameters of type ViewModifier and TypeMethodDescriptionvoid
Add a new object.void
Add a new object.void
ObjectEditor.editObject
(T object, View parent) Edit an object.void
ObjectEditor.editObject
(T object, View parent, boolean doNotLock) Edit an object.protected void
protected void
void
protected void
protected void
protected void
protected void
void
ObjectField.setDependentView
(View dependent) void
ObjectFormField.setDependentView
(View masterView) void
ObjectLinkField.setDependentView
(View masterView) default void
LinkGrid.setMasterView
(View masterView) void
LoginForm.viewConstructed
(View view) void
TemplateView.viewConstructed
(View view) This will be invoked when theView
is constructed for the first time.void
Test.viewConstructed
(View view) protected void
Application.viewDetached
(View view) default void
ApplicationLayout.viewDetached
(View view) void
ObjectEditor.viewObject
(T object, View parent) View the object that is passed.void
ObjectEditor.viewObject
(T object, View parent, boolean doNotLock) View the object that is passed.void
View the object that is passed.void
ObjectEditor.viewObject
(T object, String actionName, Consumer<T> action, View parent, boolean doNotLock) View the object that is passed.void
ObjectEditor.viewObject
(T object, Consumer<T> action, View parent) View the object that is passed.void
ObjectEditor.viewObject
(T object, Consumer<T> action, View parent, boolean doNotLock) View the object that is passed. -
Uses of View in com.storedobject.ui.accounts
Subclasses of View in com.storedobject.ui.accountsModifier and TypeClassDescriptionclass
AbstractInvoiceEditor<I extends Invoice>
class
BaseCustomerInvoiceEditor<I extends CustomerInvoice>
class
BaseSupplierInvoiceEditor<I extends SupplierInvoice>
class
class
class
class
class
class
Methods in com.storedobject.ui.accounts with parameters of type View -
Uses of View in com.storedobject.ui.common
Subclasses of View in com.storedobject.ui.commonModifier and TypeClassDescriptionclass
AbstractTextContentEditor<T extends TextContent>
class
class
final class
class
class
ChangeObjectPassword<T extends StoredObject>
class
class
EntityRoleEditor<T extends EntityRole>
An editor forEntityRole
in which the fields of theEntity
get merged seamlessly with the fields of theEntityRole
.class
Upload data contain in an Excel file and typically create entries in the system.class
class
class
class
class
protected static class
MemoSystem.MemoEditor<M extends Memo>
class
class
MessageEditor<M extends Message>
class
PersonRoleEditor<T extends PersonRole>
An editor forPersonRole
in which the fields of thePerson
get merged seamlessly with the fields of thePersonRole
.class
class
class
class
class
class
class
Editor forSystemUser
.class
class
Methods in com.storedobject.ui.common with parameters of type ViewModifier and TypeMethodDescriptionprotected void
protected void
protected void
void
AbstractCheckListForestBrowser.returnedFrom
(View parent) -
Uses of View in com.storedobject.ui.inventory
Subclasses of View in com.storedobject.ui.inventoryModifier and TypeClassDescriptionclass
class
class
class
class
class
Return items from a consumption location (return balance quantity after consumption).class
class
class
class
class
class
class
class
ItemTypeEditor<T extends InventoryItemType>
class
class
final class
class
class
POEditor<T extends InventoryPO>
class
POItemEditor<T extends InventoryPOItem>
final class
class
class
Receive material from another location.class
Return items from an external organization / custody that were sent to them earlier (Sent for repairs, rented out, custody etc.)class
class
class
class
class
class
Methods in com.storedobject.ui.inventory with parameters of type ViewModifier and TypeMethodDescriptionprotected void
protected void
void
protected void
protected void
-
Uses of View in com.storedobject.ui.iot
Subclasses of View in com.storedobject.ui.iotModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in com.storedobject.ui.iot with parameters of type ViewModifier and TypeMethodDescriptionprotected void
void
Executes the operation for the current block view.protected void
protected void
protected void
protected void
protected void
void
protected void
-
Uses of View in com.storedobject.ui.support
Methods in com.storedobject.ui.support with parameters of type View -
Uses of View in com.storedobject.ui.tools
Subclasses of View in com.storedobject.ui.toolsModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
PermissionEditor<T extends ObjectPermission>
class
class
ReportEditor<T extends ReportDefinition>
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in com.storedobject.ui.tools that return ViewMethods in com.storedobject.ui.tools with parameters of type ViewModifier and TypeMethodDescriptionprotected void
protected void
protected void
protected void
protected void
protected void
-
Uses of View in com.storedobject.ui.util
Subclasses of View in com.storedobject.ui.utilModifier and TypeClassDescriptionclass
class
static class
class
class
class
class
class
class
Methods in com.storedobject.ui.util that return ViewModifier and TypeMethodDescriptionExtraInfoField.getDependentView()
LinkGridButtons.getMasterView()
Methods in com.storedobject.ui.util with parameters of type ViewModifier and TypeMethodDescriptionvoid
ExtraInfoField.setDependentView
(View dependent) void
LinkGridButtons.setMasterView
(View masterView) void
ApplicationFrame.viewDetached
(View view) void
ApplicationFrame.viewSelected
(View view) -
Uses of View in com.storedobject.vaadin
Subclasses of View in com.storedobject.vaadinModifier and TypeClassDescriptionclass
A view that is used for creating "data entry forms" for a particular type of object.class
A view that is used for creating "data entry forms".class
Action form is used to execute some action if the user confirms it by pressing a "Yes" button.class
DataEditor<T>
AView
that is used for creating a "data entry form" with "Save"/"Cancel" buttons.class
This class is used to accept some quick data from the users.class
A HomeView
that shows an image (typically used to show a background image).class
An information message to be shown to the user.class
A helperView
class that is used to view a single component.class
AView
that is wrapped in anExecutableView
.Methods in com.storedobject.vaadin that return ViewModifier and TypeMethodDescriptionstatic View
View.createCloseableView
(com.vaadin.flow.component.Component component, String caption) Create aCloseableView
.protected View
Dashboard.createView()
Create a View to display the grid when executed.default View
HasColumns.createView()
Create a View to display the grid when executed.final View
SelectGrid.createView()
Application.getActiveView()
Get the currently activeView
.ViewDependent.getDependentView()
Get the dependent view.final View
View.getEmbeddedView()
Get the embedded view of this view.AbstractForm.getView()
Get the associated view of this form.final View
Dashboard.getView
(boolean create) Create a View to display the grid when executed.default View
ExecutableView.getView()
Get the currently active View.ExecutableView.getView
(boolean create) Get the View.default View
HasColumns.getView
(boolean create) View.getView
(boolean create) Implementation ofExecutableView.getView(boolean)
.Application.getViewFor
(com.vaadin.flow.component.Component component) Get the view in which a particular component is currently appearing.Methods in com.storedobject.vaadin that return types with arguments of type ViewMethods in com.storedobject.vaadin with parameters of type ViewModifier and TypeMethodDescriptionvoid
Add sub-views to the dashboard.void
Dashboard.align
(View view, CSSGrid.Position position) Align (vertically) a view within its grid cell.void
Center (horizontally and vertically) a view within its grid cell.default Window
HasColumns.createDecoratedWindow
(View view) This method creates a decoratedWindow
.ViewGrid.createWindow
(View view) protected void
Overridden to implement "preconfirm" check.protected void
default void
Execute the associated view by locking another view (the locked view will not be selectable until this view is closed).void
final void
Execute this view by locking another view (the locked view will not be selectable until this view is closed).protected void
Override this if you want to do something before the View comes up on the screen.void
default void
Execute the associated view and set its parent too.final void
Execute this view and set its parent too.void
Dashboard.justify
(View view, CSSGrid.Position position) Justify (horizontally) a view within its grid cell.void
Remove sub-views to the dashboard.default void
ExecutableView.returnedFrom
(View parent) This method is invoked whenever this view is automatically selected because its parent was closed.void
WrappedView.returnedFrom
(View parent) void
Dashboard.setColumnSpan
(View view, int numberOfColumns) Set the column-span for the particular sub-view.void
ViewDependent.setDependentView
(View dependent) Set the dependent view.void
View.setEmbeddedView
(View embeddedView) Set view in which component of this view will be embedded.void
Dashboard.setRowSpan
(View view, int numberOfRows) Set the row-span for the particular sub-view.void
Set an associated view for this form.void
ViewClosedListener.viewClosed
(View view) Invoked when view is closed.protected void
Application.viewDetached
(View view) This method is invoked whenever a runningView
is detached.void
ViewOpenedListener.viewOpened
(View view) Invoked when the view is executed.default void
ViewOpenedListener.viewOpening
(View view) Invoked just before executing the view.void
ApplicationFrame.viewSelected
(View view) Closes the menu if it is displayed as an overlay.default void
ApplicationLayout.viewSelected
(View view) This method is invoked whenever a view is selected for display by application.Constructors in com.storedobject.vaadin with parameters of type ViewModifierConstructorDescriptionWindowDecorator
(View view, com.vaadin.flow.component.Component... headerComponents) Constructor. -
Uses of View in com.storedobject.vaadin.util
Methods in com.storedobject.vaadin.util with parameters of type View