| Package | Description |
|---|---|
| com.vaadin.componentfactory.timeline | |
| com.vaadin.componentfactory.timeline.event |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
Timeline.getItems()
Return the list of items that are currently part of the timeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Timeline.addItem(Item item)
Add a new item to the timeline.
|
void |
Timeline.removeItem(Item item)
Removes an item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Timeline.setItems(List<Item> items) |
| Constructor and Description |
|---|
Timeline(List<Item> items) |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
ItemsDragAndDropEvent.getItems() |
| Constructor and Description |
|---|
ItemsDragAndDropEvent(Timeline source,
List<Item> items,
boolean fromClient) |
Copyright © 2021–2026 Vaadin Ltd. All rights reserved.