Uses of Class
com.vaadin.flow.internal.change.ListAddChange
-
Packages that use ListAddChange Package Description com.vaadin.flow.internal.change -
-
Uses of ListAddChange in com.vaadin.flow.internal.change
Methods in com.vaadin.flow.internal.change that return ListAddChange Modifier and Type Method Description ListAddChange<T>ListAddChange. copy(int indx)ListAddChange<T>ListAddChange. copy(List<? extends T> items)Gets a copy of the change with the same data except a list of newitems.
-