Class AllEventsTimelineView
- java.lang.Object
-
- org.primefaces.showcase.view.data.timeline.AllEventsTimelineView
-
- All Implemented Interfaces:
Serializable
@Named("allEventsTimelineView") @ViewScoped public class AllEventsTimelineView extends Object implements Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AllEventsTimelineView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDateTimegetEnd()TimelineModel<String,?>getModel()LocalDateTimegetStart()voidinit()voidonAdd(TimelineAddEvent e)voidonChange(TimelineModificationEvent<String> e)voidonChanged(TimelineModificationEvent<String> e)voidonDelete(TimelineModificationEvent<String> e)voidonDrop(TimelineDragDropEvent<Event> e)voidonEdit(TimelineModificationEvent<String> e)voidonLazyLoad(TimelineLazyLoadEvent e)voidonRangeChange(TimelineRangeEvent e)voidonRangeChanged(TimelineRangeEvent e)voidonSelect(TimelineSelectEvent<String> e)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
onAdd
public void onAdd(TimelineAddEvent e)
-
onChange
public void onChange(TimelineModificationEvent<String> e)
-
onChanged
public void onChanged(TimelineModificationEvent<String> e)
-
onEdit
public void onEdit(TimelineModificationEvent<String> e)
-
onDelete
public void onDelete(TimelineModificationEvent<String> e)
-
onSelect
public void onSelect(TimelineSelectEvent<String> e)
-
onRangeChange
public void onRangeChange(TimelineRangeEvent e)
-
onRangeChanged
public void onRangeChanged(TimelineRangeEvent e)
-
onLazyLoad
public void onLazyLoad(TimelineLazyLoadEvent e)
-
onDrop
public void onDrop(TimelineDragDropEvent<Event> e)
-
getModel
public TimelineModel<String,?> getModel()
-
getStart
public LocalDateTime getStart()
-
getEnd
public LocalDateTime getEnd()
-
-