Uses of Interface
com.storedobject.vaadin.ExecutableView
Packages that use ExecutableView
-
Uses of ExecutableView in com.storedobject.vaadin
Subinterfaces of ExecutableView in com.storedobject.vaadinModifier and TypeInterfaceDescriptioninterfaceHasColumns<T>Common interface forDataGridandDataTreeGrid.Classes in com.storedobject.vaadin that implement ExecutableViewModifier 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.classDashboard is a "view" that can show multiple embedded "sub-views".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.classDataGrid<T>Enhancement to Vaadin's Grid to handle Java Beans in a specialized way.classDataTreeGrid<T>Enhancement to Vaadin's TreeGrid to handle Java Beans in a specialized way.classA HomeViewthat shows an image (typically used to show a background image).classAn information message to be shown to the user.classListGrid<T>A grid that implements aListdata model.classA grid to be shown in a window with "Proceed/Cancel" buttons to select multiple entries.classSelectGrid<T>A grid to be shown in a window with "Proceed/Cancel" buttons to select an entry.classView represents an independent piece of information (typically a "data entry form" or some information dashboard) to be displayed in the content area of theApplication.classA helperViewclass that is used to view a single component.classViewGrid<T>A grid to be shown in a window with an "Exit" button for viewing the rows of the grid.classAViewthat is wrapped in anExecutableView.Methods in com.storedobject.vaadin with parameters of type ExecutableViewModifier and TypeMethodDescriptionstatic ApplicationMenuItemMenuItem.create(ExecutableView view, String menuLabel, Runnable menuAction) Create a menu item for aView.default ApplicationMenuItemApplicationEnvironment.createMenuItem(ExecutableView view, String menuLabel, Runnable menuAction) Create a menu item for the View.