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.
Uses of Class
com.vaadin.collaborationengine.ListOperationResult
Packages that use ListOperationResult
-
Uses of ListOperationResult in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine that return ListOperationResultModifier and TypeMethodDescriptionCollaborationList.apply
(ListOperation operation) Performs the given list operation.
default ListOperationResult<Boolean>
CollaborationList.insertAfter
(ListKey key, Object item) Inserts the given item just after the given key location.
default ListOperationResult<Boolean>
CollaborationList.insertBefore
(ListKey key, Object item) Inserts the given item just before the given key location.
default ListOperationResult<Void>
CollaborationList.insertFirst
(Object item) Inserts the given item as the first item of the list.
default ListOperationResult<Void>
CollaborationList.insertLast
(Object item) Inserts the given item as the last item of the list.