Uses of Class
com.storedobject.vaadin.View
Packages that use View
-
Uses of View in com.storedobject.vaadin
Subclasses of View in com.storedobject.vaadinModifier and TypeClassDescriptionclassA view that is used for creating "data entry forms" for a particular type of object.classA view that is used for creating "data entry forms".classAction form is used to execute some action if the user confirms it by pressing a "Yes" button.classDataEditor<T>AViewthat is used for creating a "data entry form" with "Save"/"Cancel" buttons.classThis class is used to accept some quick data from the users.classA HomeViewthat shows an image (typically used to show a background image).classAn information message to be shown to the user.classA helperViewclass that is used to view a single component.classAViewthat is wrapped in anExecutableView.Methods in com.storedobject.vaadin that return ViewModifier and TypeMethodDescriptionstatic ViewView.createCloseableView(com.vaadin.flow.component.Component component, String caption) Create aCloseableView.protected ViewDashboard.createView()Create a View to display the grid when executed.default ViewHasColumns.createView()Create a View to display the grid when executed.final ViewSelectGrid.createView()Application.getActiveView()Get the currently activeView.ViewDependent.getDependentView()Get the dependent view.final ViewView.getEmbeddedView()Get the embedded view of this view.AbstractForm.getView()Get the associated view of this form.final ViewDashboard.getView(boolean create) Create a View to display the grid when executed.default ViewExecutableView.getView()Get the currently active View.ExecutableView.getView(boolean create) Get the View.default ViewHasColumns.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 TypeMethodDescriptionvoidAdd sub-views to the dashboard.voidDashboard.align(View view, CSSGrid.Position position) Align (vertically) a view within its grid cell.voidCenter (horizontally and vertically) a view within its grid cell.default WindowHasColumns.createDecoratedWindow(View view) This method creates a decoratedWindow.ViewGrid.createWindow(View view) protected voidOverridden to implement "preconfirm" check.protected voiddefault voidExecute the associated view by locking another view (the locked view will not be selectable until this view is closed).voidfinal voidExecute this view by locking another view (the locked view will not be selectable until this view is closed).protected voidOverride this if you want to do something before the View comes up on the screen.voiddefault voidExecute the associated view and set its parent too.final voidExecute this view and set its parent too.voidDashboard.justify(View view, CSSGrid.Position position) Horizontally justify a view within its grid cell.voidRemove sub-views from the dashboard.default voidExecutableView.returnedFrom(View parent) This method is invoked whenever this view is automatically selected because its parent was closed.voidWrappedView.returnedFrom(View parent) voidDashboard.setColumnSpan(View view, int numberOfColumns) Set the column-span for the particular sub-view.voidViewDependent.setDependentView(View dependent) Set the dependent view.voidView.setEmbeddedView(View embeddedView) Set view in which component of this view will be embedded.voidDashboard.setRowSpan(View view, int numberOfRows) Set the row-span for the particular sub-view.voidSet an associated view for this form.voidViewClosedListener.viewClosed(View view) Invoked when view is closed.protected voidApplication.viewDetached(View view) This method is invoked whenever a runningViewis detached.voidViewOpenedListener.viewOpened(View view) Invoked when the view is executed.default voidViewOpenedListener.viewOpening(View view) Invoked just before executing the view.voidApplicationFrame.viewSelected(View view) Closes the menu if it is displayed as an overlay.default voidApplicationLayout.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