Uses of Class
com.vaadin.collaborationengine.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.