Class CustomTimelineView

java.lang.Object
org.primefaces.showcase.view.data.timeline.CustomTimelineView
All Implemented Interfaces:
Serializable

@Named("customTimelineView") @ViewScoped public class CustomTimelineView extends Object implements Serializable
See Also:
  • Constructor Details

    • CustomTimelineView

      public CustomTimelineView()
  • Method Details

    • init

      @PostConstruct public void init()
    • getModel

      public org.primefaces.model.timeline.TimelineModel<String,?> getModel()
    • getStart

      public LocalDateTime getStart()
    • getEnd

      public LocalDateTime getEnd()