| Package | Description |
|---|---|
| org.primefaces.extensions.component.timeline | |
| org.primefaces.extensions.model.timeline |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
TimelineRenderer.encodeEvent(javax.faces.context.FacesContext context,
FastStringWriter fsw,
FastStringWriter fswHtml,
Timeline timeline,
java.util.TimeZone browserTZ,
java.util.TimeZone targetTZ,
java.util.List<TimelineGroup> groups,
javax.faces.component.UIComponent groupFacet,
java.util.Map<java.lang.String,java.lang.String> groupsContent,
TimelineEvent event) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TimelineGroup> |
TimelineModel.getGroups()
Gets all groups in this model
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimelineModel.addGroup(TimelineGroup group)
Adds a given group to the model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimelineModel.addAllGroups(java.util.Collection<TimelineGroup> groups)
Adds all given groups to the model.
|
void |
TimelineModel.setGroups(java.util.List<TimelineGroup> groups)
Sets groups into this model
|
| Constructor and Description |
|---|
TimelineModel(java.util.List<TimelineEvent> events,
java.util.List<TimelineGroup> groups) |
Copyright © 2011-2015. All Rights Reserved.