Class ItemsDragAndDropEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Timeline>
com.vaadin.componentfactory.timeline.event.ItemsDragAndDropEvent
- All Implemented Interfaces:
Serializable
Event thrown when an item or a list of items are moved by drag and drop.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionItemsDragAndDropEvent(Timeline source, List<Item> items, boolean fromClient) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
ItemsDragAndDropEvent
-
-
Method Details
-
getItems
-
isCancelled
public boolean isCancelled() -
setCancelled
public void setCancelled(boolean cancelled) -
getTimeline
-