Package | Description |
---|---|
org.primefaces.component.timeline | |
org.primefaces.event.timeline | |
org.primefaces.model.timeline |
Modifier and Type | Method and Description |
---|---|
abstract void |
TimelineUpdater.add(TimelineEvent event) |
void |
DefaultTimelineUpdater.add(TimelineEvent event) |
String |
TimelineRenderer.encodeEvent(javax.faces.context.FacesContext context,
FastStringWriter fsw,
FastStringWriter fswHtml,
Timeline timeline,
TimeZone browserTZ,
TimeZone targetTZ,
List<TimelineGroup> groups,
javax.faces.component.UIComponent groupFacet,
Map<String,String> groupsContent,
TimelineEvent event) |
abstract void |
TimelineUpdater.update(TimelineEvent event,
int index) |
void |
DefaultTimelineUpdater.update(TimelineEvent event,
int index) |
Modifier and Type | Method and Description |
---|---|
TimelineEvent |
TimelineModificationEvent.getTimelineEvent() |
TimelineEvent |
TimelineSelectEvent.getTimelineEvent() |
Modifier and Type | Method and Description |
---|---|
int |
TimelineEventComparator.compare(TimelineEvent a,
TimelineEvent b) |
Constructor and Description |
---|
TimelineModificationEvent(javax.faces.component.UIComponent component,
javax.faces.component.behavior.Behavior behavior,
TimelineEvent timelineEvent) |
TimelineSelectEvent(javax.faces.component.UIComponent component,
javax.faces.component.behavior.Behavior behavior,
TimelineEvent timelineEvent) |
Modifier and Type | Method and Description |
---|---|
TimelineEvent |
TimelineModel.getEvent(int index)
Gets event by its index as int
|
TimelineEvent |
TimelineModel.getEvent(String index)
Gets event by its index as String
|
TimelineEvent |
TimelineModel.merge(TimelineEvent event,
Collection<TimelineEvent> events)
Merge the given one event with the given collection of events without 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.
|
Modifier and Type | Method and Description |
---|---|
List<TimelineEvent> |
TimelineModel.getEvents()
Gets all events in this model
|
TreeSet<TimelineEvent> |
TimelineModel.getOverlappedEvents(TimelineEvent event)
Gets all overlapped events to the given one.
|
Modifier and Type | Method and Description |
---|---|
void |
TimelineModel.add(TimelineEvent event)
Adds a given event to the model without UI update.
|
void |
TimelineModel.add(TimelineEvent event,
TimelineUpdater timelineUpdater)
Adds a given event to the model with UI update.
|
void |
TimelineModel.delete(TimelineEvent event)
Deletes a given event in the model without UI update.
|
void |
TimelineModel.delete(TimelineEvent event,
TimelineUpdater timelineUpdater)
Deletes a given event in the model with UI update.
|
int |
TimelineModel.getIndex(TimelineEvent event)
Gets index of the given timeline event
|
TreeSet<TimelineEvent> |
TimelineModel.getOverlappedEvents(TimelineEvent event)
Gets all overlapped events to the given one.
|
TimelineEvent |
TimelineModel.merge(TimelineEvent event,
Collection<TimelineEvent> events)
Merge the given one event with the given collection of events without 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)
Updates a given event in the model without UI update.
|
void |
TimelineModel.update(TimelineEvent event,
TimelineUpdater timelineUpdater)
Updates a given event in the model with UI update.
|
Modifier and Type | Method and Description |
---|---|
void |
TimelineModel.addAll(Collection<TimelineEvent> events)
Adds all given event to the model without UI update.
|
void |
TimelineModel.addAll(Collection<TimelineEvent> events,
TimelineUpdater timelineUpdater)
Adds all given events to the model with UI update.
|
void |
TimelineModel.deleteAll(Collection<TimelineEvent> events)
Deletes all given events in the model without 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)
Merge the given one event with the given collection of events without 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.setEvents(List<TimelineEvent> events)
Sets events into this model
|
void |
TimelineModel.updateAll(Collection<TimelineEvent> events)
Updates all given events in the model without UI update.
|
void |
TimelineModel.updateAll(Collection<TimelineEvent> events,
TimelineUpdater timelineUpdater)
Updates all given events in the model with UI update.
|
Constructor and Description |
---|
TimelineModel(List<TimelineEvent> events) |
TimelineModel(List<TimelineEvent> events,
List<TimelineGroup> groups) |
Copyright © 2019. All rights reserved.