public class ItemsDragAndDropEvent extends com.vaadin.flow.component.ComponentEvent<Timeline>
source| Constructor and Description |
|---|
ItemsDragAndDropEvent(Timeline source,
List<Item> items,
boolean fromClient) |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
getItems() |
Timeline |
getTimeline() |
boolean |
isCancelled() |
void |
setCancelled(boolean cancelled) |
getSource, isFromClient, unregisterListenertoStringCopyright © 2021–2026 Vaadin Ltd. All rights reserved.