Uses of Class
org.primefaces.showcase.domain.Booking
-
Packages that use Booking Package Description org.primefaces.showcase.view.data.timeline -
-
Uses of Booking in org.primefaces.showcase.view.data.timeline
Methods in org.primefaces.showcase.view.data.timeline that return types with arguments of type Booking Modifier and Type Method Description org.primefaces.model.timeline.TimelineEvent<Booking>EditServerTimelineView. getEvent()org.primefaces.model.timeline.TimelineModel<Booking,?>EditServerTimelineView. getModel()Method parameters in org.primefaces.showcase.view.data.timeline with type arguments of type Booking Modifier and Type Method Description voidEditServerTimelineView. onChange(org.primefaces.event.timeline.TimelineModificationEvent<Booking> e)voidEditServerTimelineView. onDelete(org.primefaces.event.timeline.TimelineModificationEvent<Booking> e)voidEditServerTimelineView. onEdit(org.primefaces.event.timeline.TimelineModificationEvent<Booking> e)voidEditServerTimelineView. setEvent(org.primefaces.model.timeline.TimelineEvent<Booking> event)
-