Uses of Class
org.primefaces.component.timeline.TimelineUpdater
Packages that use TimelineUpdater
-
Uses of TimelineUpdater in org.primefaces.component.timeline
Subclasses of TimelineUpdater in org.primefaces.component.timelineMethods in org.primefaces.component.timeline that return TimelineUpdaterModifier and TypeMethodDescriptionstatic TimelineUpdaterTimelineUpdater.getCurrentInstance(String id) Gets the current thread-safe TimelineUpdater instance by Id. -
Uses of TimelineUpdater in org.primefaces.model.timeline
Methods in org.primefaces.model.timeline with parameters of type TimelineUpdaterModifier and TypeMethodDescriptionvoidTimelineModel.add(TimelineEvent<E> event, TimelineUpdater timelineUpdater) Adds a given event to the model with UI update.voidTimelineModel.addAll(Collection<TimelineEvent<E>> events, TimelineUpdater timelineUpdater) Adds all given events to the model with UI update.voidTimelineModel.clear(TimelineUpdater timelineUpdater) Clears the timeline model with UI update (no events are available after that)voidTimelineModel.delete(TimelineEvent<E> event, TimelineUpdater timelineUpdater) Deletes a given event in the model with UI update.voidTimelineModel.deleteAll(Collection<TimelineEvent<E>> events, TimelineUpdater timelineUpdater) Deletes all given events in the model with UI update.TimelineModel.merge(TimelineEvent<E> event, Collection<TimelineEvent<E>> events, TimelineUpdater timelineUpdater) Merge the given one event with the given collection of events with UI update.voidTimelineModel.select(TimelineEvent<E> event, TimelineUpdater timelineUpdater) Selects a given event in UI visually.voidTimelineModel.update(TimelineEvent<E> event, TimelineUpdater timelineUpdater) Updates a given event in the model with UI update.voidTimelineModel.updateAll(Collection<TimelineEvent<E>> events, TimelineUpdater timelineUpdater) Updates all given events in the model with UI update.