| Package | Description |
|---|---|
| org.primefaces.extensions.component.timeline | |
| org.primefaces.extensions.model.timeline |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTimelineUpdater
Default implementation of the
TimelineUpdater. |
| Modifier and Type | Method and Description |
|---|---|
static TimelineUpdater |
TimelineUpdater.getCurrentInstance(java.lang.String id)
Gets the current thread-safe TimelineUpdater instance by Id.
|
| Modifier and Type | Method and Description |
|---|---|
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-2015. All Rights Reserved.