Uses of Interface
com.storedobject.vaadin.util.SupportWindowMode
Packages that use SupportWindowMode
-
Uses of SupportWindowMode in com.storedobject.vaadin
Subinterfaces of SupportWindowMode in com.storedobject.vaadinModifier and TypeInterfaceDescriptioninterfaceHasColumns<T>Common interface forDataGridandDataTreeGrid.Classes in com.storedobject.vaadin that implement SupportWindowModeModifier and TypeClassDescriptionclassDataGrid<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.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.classViewGrid<T>A grid to be shown in a window with an "Exit" button for viewing the rows of the grid.