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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomTimelineView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDateTimegetEnd()TimelineModel<String,?>getModel()LocalDateTimegetStart()voidinit()
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getModel
public TimelineModel<String,?> getModel()
-
getStart
public LocalDateTime getStart()
-
getEnd
public LocalDateTime getEnd()
-
-