Package | Description |
---|---|
org.primefaces.component.timeline | |
org.primefaces.model.timeline |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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(Collection<TimelineGroup> groups)
Adds all given groups to the model.
|
void |
TimelineModel.setGroups(List<TimelineGroup> groups)
Sets groups into this model
|
Constructor and Description |
---|
TimelineModel(List<TimelineEvent> events,
List<TimelineGroup> groups) |
Copyright © 2019. All rights reserved.