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 class
AbstractMultiSelect<T>
Base class for listing components that allow selecting multiple items.class
AbstractSingleSelect<T>
An abstract base class for listing components that only support single selection and no lazy loading of data items.class
CheckBoxGroup<T>
A group of Checkboxes.class
ComboBox<T>
A filtering dropdown single-select.class
Grid<T>
A grid component for displaying tabular data.class
ListSelect<T>
This is a simple list select without, for instance, support for new items, lazyloading, and other advanced features.class
NativeSelect<T>
A simple drop-down select component.class
RadioButtonGroup<T>
A group of RadioButtons.class
TreeGrid<T>
A grid component for displaying hierarchical tabular data.class
TwinColSelect<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 void
AbstractListing.AbstractListingExtension. extend(AbstractListing<T> listing)
Adds this extension to the given parent listing.void
Grid.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 void
AbstractSelectionModel. extend(AbstractListing<T> grid)
-