Package com.vaadin.flow.data.binder
Interface HasItemsAndComponents<T>
- Type Parameters:
T- the type of the displayed items
- All Superinterfaces:
HasComponents,HasElement,HasEnabled,HasItemComponents<T>,HasItems<T>,Serializable
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.vaadin.flow.data.binder.HasItemComponents
HasItemComponents.ItemComponent<T> -
Method Summary
Methods inherited from interface com.vaadin.flow.component.HasComponents
add, add, add, addComponentAsFirst, addComponentAtIndex, remove, remove, removeAllMethods inherited from interface com.vaadin.flow.component.HasElement
getElementMethods inherited from interface com.vaadin.flow.component.HasEnabled
isEnabled, setEnabledMethods inherited from interface com.vaadin.flow.data.binder.HasItemComponents
addComponents, getItemPosition, prependComponents