Uses of Class
org.primefaces.extensions.component.timeline.TimelineUpdater

Packages that use TimelineUpdater
org.primefaces.extensions.component.timeline   
org.primefaces.extensions.model.timeline   
 

Uses of TimelineUpdater in org.primefaces.extensions.component.timeline
 

Subclasses of TimelineUpdater in org.primefaces.extensions.component.timeline
 class DefaultTimelineUpdater
          Default implementation of the TimelineUpdater.
 

Methods in org.primefaces.extensions.component.timeline that return TimelineUpdater
static TimelineUpdater TimelineUpdater.getCurrentInstance(java.lang.String id)
          Gets the current thread-safe TimelineUpdater instance by Id.
 

Uses of TimelineUpdater in org.primefaces.extensions.model.timeline
 

Methods in org.primefaces.extensions.model.timeline with parameters of type TimelineUpdater
 void TimelineModel.add(TimelineEvent event, TimelineUpdater timelineUpdater)
          Adds a given event to the model with UI update.
 void TimelineModel.addAll(java.util.Collection<TimelineEvent> events, TimelineUpdater timelineUpdater)
          Adds all given events to the model with UI update.
 void TimelineModel.clear(TimelineUpdater timelineUpdater)
          Clears the timeline model with UI update (no events are available after that)
 void TimelineModel.delete(TimelineEvent event, TimelineUpdater timelineUpdater)
          Deletes a given event in the model with UI update.
 void TimelineModel.deleteAll(java.util.Collection<TimelineEvent> events, TimelineUpdater timelineUpdater)
          Deletes all given events in the model with UI update.
 TimelineEvent TimelineModel.merge(TimelineEvent event, java.util.Collection<TimelineEvent> events, TimelineUpdater timelineUpdater)
          Merge the given one event with the given collection of events with UI update.
 void TimelineModel.select(TimelineEvent event, TimelineUpdater timelineUpdater)
          Selects a given event in UI visually.
 void TimelineModel.update(TimelineEvent event, TimelineUpdater timelineUpdater)
          Updates a given event in the model with UI update.
 void TimelineModel.updateAll(java.util.Collection<TimelineEvent> events, TimelineUpdater timelineUpdater)
          Updates all given events in the model with UI update.
 



Copyright © 2011-2013. All Rights Reserved.