Uses of Class
com.vaadin.ui.AbstractListing
-
Packages that use AbstractListing Package Description com.vaadin.ui com.vaadin.ui.components.grid -
-
Uses of AbstractListing in com.vaadin.ui
Subclasses of AbstractListing in com.vaadin.ui Modifier and Type Class Description classAbstractMultiSelect<T>Base class for listing components that allow selecting multiple items.classAbstractSingleSelect<T>An abstract base class for listing components that only support single selection and no lazy loading of data items.classCheckBoxGroup<T>A group of Checkboxes.classComboBox<T>A filtering dropdown single-select.classGrid<T>A grid component for displaying tabular data.classListSelect<T>This is a simple list select without, for instance, support for new items, lazyloading, and other advanced features.classNativeSelect<T>A simple drop-down select component.classRadioButtonGroup<T>A group of RadioButtons.classTreeGrid<T>A grid component for displaying hierarchical tabular data.classTwinColSelect<T>Multiselect component with two lists: left side for available items and right side for selected items.Methods in com.vaadin.ui that return AbstractListing Modifier and Type Method Description AbstractListing<T>AbstractListing.AbstractListingExtension. getParent()Methods in com.vaadin.ui with parameters of type AbstractListing Modifier and Type Method Description voidAbstractListing.AbstractListingExtension. extend(AbstractListing<T> listing)Adds this extension to the given parent listing.voidGrid.AbstractGridExtension. extend(AbstractListing<T> grid) -
Uses of AbstractListing in com.vaadin.ui.components.grid
Methods in com.vaadin.ui.components.grid with parameters of type AbstractListing Modifier and Type Method Description voidAbstractSelectionModel. extend(AbstractListing<T> grid)
-