Class LinkedTimelinesView
- java.lang.Object
-
- org.primefaces.showcase.view.data.timeline.LinkedTimelinesView
-
- All Implemented Interfaces:
Serializable
@Named("linkedTimelinesView") @ViewScoped public class LinkedTimelinesView extends Object implements Serializable- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classLinkedTimelinesView.Task
-
Constructor Summary
Constructors Constructor Description LinkedTimelinesView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDateTimegetEnd()TimelineModel<LinkedTimelinesView.Task,?>getModelFirst()TimelineModel<String,?>getModelSecond()LocalDateTimegetStart()voidinit()voidonSelect(TimelineSelectEvent<?> e)voidsetEnd(LocalDateTime end)voidsetStart(LocalDateTime start)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
onSelect
public void onSelect(TimelineSelectEvent<?> e)
-
getModelFirst
public TimelineModel<LinkedTimelinesView.Task,?> getModelFirst()
-
getModelSecond
public TimelineModel<String,?> getModelSecond()
-
getStart
public LocalDateTime getStart()
-
setStart
public void setStart(LocalDateTime start)
-
getEnd
public LocalDateTime getEnd()
-
setEnd
public void setEnd(LocalDateTime end)
-
-