We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.data.binder.
Interface HasItemsAndComponents<T>
-
Type Parameters:
T
- the type of the displayed itemsAll 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 replaceHasItems
withHasListDataView
,HasLazyDataView
orHasDataView
.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, addComponentAsFirst, addComponentAtIndex, remove, removeAll
-
Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
-
Methods inherited from interface com.vaadin.flow.component.HasEnabled
isEnabled, setEnabled
-
Methods inherited from interface com.vaadin.flow.data.binder.HasItemComponents
addComponents, getItemPosition, prependComponents
-
-