Interface HasItemsAndComponents<T>

Type Parameters:
T - the type of the displayed items
All Superinterfaces:
HasComponents, HasElement, HasEnabled, HasItemComponents<T>, HasItems<T>, Serializable

public interface HasItemsAndComponents<T> extends HasItemComponents<T>, HasItems<T>
Represents a component that display a collection of items and can have additional components between the items.

Note: this interface is gradually replaced by HasItemComponents in components, so as to replace HasItems with HasListDataView, HasLazyDataView or HasDataView.

Since:
1.0.
Author:
Vaadin Ltd