Uses of Class
org.primefaces.model.timeline.TimelineEvent
Packages that use TimelineEvent
Package
Description
-
Uses of TimelineEvent in org.primefaces.component.timeline
Methods in org.primefaces.component.timeline with parameters of type TimelineEventModifier and TypeMethodDescriptionvoidDefaultTimelineUpdater.add(TimelineEvent<?> event) abstract voidTimelineUpdater.add(TimelineEvent<?> event) protected StringTimelineRenderer.encodeEvent(javax.faces.context.FacesContext context, FastStringWriter fsw, FastStringWriter fswHtml, Timeline timeline, javax.faces.component.UIComponent eventTitleFacet, ZoneId zoneId, List<TimelineGroup<Object>> groups, TimelineEvent<?> event) voidDefaultTimelineUpdater.update(TimelineEvent<?> event) abstract voidTimelineUpdater.update(TimelineEvent<?> event) -
Uses of TimelineEvent in org.primefaces.event.timeline
Methods in org.primefaces.event.timeline that return TimelineEventModifier and TypeMethodDescriptionTimelineModificationEvent.getTimelineEvent()Gets a clonedTimelineEventwith the modifications if any.TimelineSelectEvent.getTimelineEvent()Constructors in org.primefaces.event.timeline with parameters of type TimelineEventModifierConstructorDescriptionTimelineModificationEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, TimelineEvent<T> timelineEvent) TimelineSelectEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, TimelineEvent<T> timelineEvent) -
Uses of TimelineEvent in org.primefaces.model.timeline
Methods in org.primefaces.model.timeline that return TimelineEventModifier and TypeMethodDescriptionTimelineEvent.Builder.build()Gets event by its id property.TimelineModel.merge(TimelineEvent<E> event, Collection<TimelineEvent<E>> events) Merge the given one event with the given collection of events without 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.Methods in org.primefaces.model.timeline that return types with arguments of type TimelineEventModifier and TypeMethodDescriptionTimelineModel.getEvents()Gets all events in this modelTimelineModel.getOverlappedEvents(TimelineEvent<E> event) Gets all overlapped events to the given one.Methods in org.primefaces.model.timeline with parameters of type TimelineEventModifier and TypeMethodDescriptionvoidTimelineModel.add(TimelineEvent<E> event) Adds a given event to the model without UI update.voidTimelineModel.add(TimelineEvent<E> event, TimelineUpdater timelineUpdater) Adds a given event to the model with UI update.static <T> TimelineEvent.Builder<T>TimelineEvent.builder(TimelineEvent<T> event) voidTimelineModel.delete(TimelineEvent<E> event) Deletes a given event in the model without UI update.voidTimelineModel.delete(TimelineEvent<E> event, TimelineUpdater timelineUpdater) Deletes a given event in the model with UI update.TimelineModel.getOverlappedEvents(TimelineEvent<E> event) Gets all overlapped events to the given one.booleanTimelineModel.hasEvent(TimelineEvent<E> event) Check if current model has the event passed as parameter.TimelineModel.merge(TimelineEvent<E> event, Collection<TimelineEvent<E>> events) Merge the given one event with the given collection of events without 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) Updates a given event in the model without UI update.voidTimelineModel.update(TimelineEvent<E> event, TimelineUpdater timelineUpdater) Updates a given event in the model with UI update.Method parameters in org.primefaces.model.timeline with type arguments of type TimelineEventModifier and TypeMethodDescriptionvoidTimelineModel.addAll(Collection<TimelineEvent<E>> events) Adds all given event to the model without UI update.voidTimelineModel.addAll(Collection<TimelineEvent<E>> events, TimelineUpdater timelineUpdater) Adds all given events to the model with UI update.voidTimelineModel.deleteAll(Collection<TimelineEvent<E>> events) Deletes all given events in the model without 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) Merge the given one event with the given collection of events without 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.setEvents(List<TimelineEvent<E>> events) Sets events into this modelvoidTimelineModel.updateAll(Collection<TimelineEvent<E>> events) Updates all given events in the model without UI update.voidTimelineModel.updateAll(Collection<TimelineEvent<E>> events, TimelineUpdater timelineUpdater) Updates all given events in the model with UI update.Constructor parameters in org.primefaces.model.timeline with type arguments of type TimelineEventModifierConstructorDescriptionTimelineModel(List<TimelineEvent<E>> events) TimelineModel(List<TimelineEvent<E>> events, List<TimelineGroup<G>> groups)