Uses of Interface
com.storedobject.vaadin.ValueChangeHandler
Packages that use ValueChangeHandler
-
Uses of ValueChangeHandler in com.storedobject.vaadin
Subinterfaces of ValueChangeHandler in com.storedobject.vaadinModifier and TypeInterfaceDescriptioninterfaceAn interface used by "displayable" classes such asView.interfaceHasColumns<T>Common interface forDataGridandDataTreeGrid.Classes in com.storedobject.vaadin that implement ValueChangeHandlerModifier 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.