Uses of Class
org.wicketstuff.simile.timeline.TimelineEventModel
-
Packages that use TimelineEventModel Package Description org.wicketstuff.simile.timeline -
-
Uses of TimelineEventModel in org.wicketstuff.simile.timeline
Methods in org.wicketstuff.simile.timeline that return types with arguments of type TimelineEventModel Modifier and Type Method Description List<TimelineEventModel>TimelineModel. getEvents()Methods in org.wicketstuff.simile.timeline with parameters of type TimelineEventModel Modifier and Type Method Description voidTimelineModel. addEvent(TimelineEventModel event)Method parameters in org.wicketstuff.simile.timeline with type arguments of type TimelineEventModel Modifier and Type Method Description voidTimelineModel. setEvents(List<TimelineEventModel> events)
-