Uses of Class
org.primefaces.model.timeline.TimelineGroup
Packages that use TimelineGroup
-
Uses of TimelineGroup in org.primefaces.component.timeline
Methods in org.primefaces.component.timeline with parameters of type TimelineGroupModifier and TypeMethodDescriptionprotected StringTimelineRenderer.encodeGroup(javax.faces.context.FacesContext context, FastStringWriter fsw, FastStringWriter fswHtml, Timeline timeline, javax.faces.component.UIComponent groupFacet, Map<String, String> groupsContent, TimelineGroup<?> group, Integer order) Method parameters in org.primefaces.component.timeline with type arguments of type TimelineGroupModifier and TypeMethodDescriptionprotected StringTimelineRenderer.encodeEvent(javax.faces.context.FacesContext context, FastStringWriter fsw, FastStringWriter fswHtml, Timeline timeline, javax.faces.component.UIComponent eventTitleFacet, ZoneId zoneId, List<TimelineGroup<Object>> groups, TimelineEvent<?> event) -
Uses of TimelineGroup in org.primefaces.model.timeline
Methods in org.primefaces.model.timeline that return types with arguments of type TimelineGroupMethods in org.primefaces.model.timeline with parameters of type TimelineGroupModifier and TypeMethodDescriptionvoidTimelineModel.addGroup(TimelineGroup<G> group) Adds a given group to the model.Method parameters in org.primefaces.model.timeline with type arguments of type TimelineGroupModifier and TypeMethodDescriptionvoidTimelineModel.addAllGroups(Collection<TimelineGroup<G>> groups) Adds all given groups to the model.voidTimelineModel.setGroups(List<TimelineGroup<G>> groups) Sets groups into this model