Uses of Interface
com.storedobject.vaadin.HasColumns
Packages that use HasColumns
-
Uses of HasColumns in com.storedobject.vaadin
Classes in com.storedobject.vaadin that implement HasColumnsModifier 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.Methods in com.storedobject.vaadin with parameters of type HasColumnsModifier and TypeMethodDescriptiondefault ObjectColumnCreator<T> ObjectColumnCreator.create(HasColumns<T> grid) Create a "column creator" for the given grid.