Package | Description |
---|---|
org.primefaces.component.timeline | |
org.primefaces.model.timeline |
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultTimelineUpdater |
Modifier and Type | Method | Description |
---|---|---|
static TimelineUpdater |
TimelineUpdater.getCurrentInstance(String id) |
Gets the current thread-safe TimelineUpdater instance by Id.
|
Modifier and Type | Method | Description |
---|---|---|
void |
TimelineModel.add(TimelineEvent event,
TimelineUpdater timelineUpdater) |
Adds a given event to the model with UI update.
|
void |
TimelineModel.addAll(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(Collection<TimelineEvent> events,
TimelineUpdater timelineUpdater) |
Deletes all given events in the model with UI update.
|
TimelineEvent |
TimelineModel.merge(TimelineEvent event,
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(Collection<TimelineEvent> events,
TimelineUpdater timelineUpdater) |
Updates all given events in the model with UI update.
|
Copyright © 2018. All rights reserved.