Uses of Interface
org.vaadin.miki.markers.WithItemsMixin
-
Packages that use WithItemsMixin Package Description org.vaadin.miki.superfields.gridselect org.vaadin.miki.superfields.itemgrid org.vaadin.miki.superfields.tabs -
-
Uses of WithItemsMixin in org.vaadin.miki.superfields.gridselect
Classes in org.vaadin.miki.superfields.gridselect that implement WithItemsMixin Modifier and Type Class Description classGridMultiSelect<V>A multi-selectionGridSelect.classGridSelect<V>A single-selectionGridthat also is a value component that broadcasts value change events. -
Uses of WithItemsMixin in org.vaadin.miki.superfields.itemgrid
Classes in org.vaadin.miki.superfields.itemgrid that implement WithItemsMixin Modifier and Type Class Description classItemGrid<T>Grid of items, with defined number of columns. -
Uses of WithItemsMixin in org.vaadin.miki.superfields.tabs
Classes in org.vaadin.miki.superfields.tabs that implement WithItemsMixin Modifier and Type Class Description classSuperTabs<T>Configurable tab sheet component that also is a field.
-