Uses of Class
org.primefaces.model.timeline.TimelineEvent
-
Packages that use TimelineEvent Package Description org.primefaces.component.timeline org.primefaces.event.timeline org.primefaces.model.timeline -
-
Uses of TimelineEvent in org.primefaces.component.timeline
Methods in org.primefaces.component.timeline with parameters of type TimelineEvent Modifier and Type Method Description voidDefaultTimelineUpdater. 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 TimelineEvent Modifier and Type Method Description TimelineEvent<T>TimelineModificationEvent. getTimelineEvent()Gets a clonedTimelineEventwith the modifications if any.TimelineEvent<T>TimelineSelectEvent. getTimelineEvent()Constructors in org.primefaces.event.timeline with parameters of type TimelineEvent Constructor Description TimelineModificationEvent(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 TimelineEvent Modifier and Type Method Description TimelineEvent<T>TimelineEvent.Builder. build()TimelineEvent<E>TimelineModel. getEvent(String id)Gets event by its id property.TimelineEvent<E>TimelineModel. merge(TimelineEvent<E> event, Collection<TimelineEvent<E>> events)Merge the given one event with the given collection of events without UI update.TimelineEvent<E>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 TimelineEvent Modifier and Type Method Description List<TimelineEvent<E>>TimelineModel. getEvents()Gets all events in this modelSet<TimelineEvent<E>>TimelineModel. getOverlappedEvents(TimelineEvent<E> event)Gets all overlapped events to the given one.Methods in org.primefaces.model.timeline with parameters of type TimelineEvent Modifier and Type Method Description voidTimelineModel. 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.Set<TimelineEvent<E>>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.TimelineEvent<E>TimelineModel. merge(TimelineEvent<E> event, Collection<TimelineEvent<E>> events)Merge the given one event with the given collection of events without UI update.TimelineEvent<E>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 TimelineEvent Modifier and Type Method Description voidTimelineModel. 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.TimelineEvent<E>TimelineModel. merge(TimelineEvent<E> event, Collection<TimelineEvent<E>> events)Merge the given one event with the given collection of events without UI update.TimelineEvent<E>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 TimelineEvent Constructor Description TimelineModel(List<TimelineEvent<E>> events)TimelineModel(List<TimelineEvent<E>> events, List<TimelineGroup<G>> groups)
-