T - Type of items to add.SELF - Self type.public interface WithItemsMixin<T,SELF extends com.vaadin.flow.data.binder.HasItems<T>>
extends com.vaadin.flow.data.binder.HasItems<T>
| Modifier and Type | Method and Description |
|---|---|
default SELF |
withItems(Collection<T> items)
Chains
HasItems.setItems(Collection) and returns itself. |
default SELF |
withItems(Stream<T> items)
Chains
HasItems.setItems(Stream) and returns itself. |
default SELF |
withItems(T... items)
Chains
HasItems.setItems(Object[]) and returns itself. |
default SELF withItems(T... items)
HasItems.setItems(Object[]) and returns itself.items - Items to add.HasItems.setItems(Object[])default SELF withItems(Collection<T> items)
HasItems.setItems(Collection) and returns itself.items - Items to add.HasItems.setItems(Collection)Copyright © 2024 Miki. All rights reserved.