Uses of Class
com.vaadin.componentfactory.timeline.model.Item
Packages that use Item
-
Uses of Item in com.vaadin.componentfactory.timeline
Methods in com.vaadin.componentfactory.timeline that return types with arguments of type ItemModifier and TypeMethodDescriptionTimeline.getItems()Return the list of items that are currently part of the timeline.Methods in com.vaadin.componentfactory.timeline with parameters of type ItemModifier and TypeMethodDescriptionvoidAdd a new item to the timeline.voidTimeline.removeItem(Item item) Removes an item.Method parameters in com.vaadin.componentfactory.timeline with type arguments of type ItemConstructor parameters in com.vaadin.componentfactory.timeline with type arguments of type Item -
Uses of Item in com.vaadin.componentfactory.timeline.event
Methods in com.vaadin.componentfactory.timeline.event that return types with arguments of type ItemConstructor parameters in com.vaadin.componentfactory.timeline.event with type arguments of type ItemModifierConstructorDescriptionItemsDragAndDropEvent(Timeline source, List<Item> items, boolean fromClient)