Class LimitTimelineRangeView
- java.lang.Object
-
- org.primefaces.showcase.view.data.timeline.LimitTimelineRangeView
-
- All Implemented Interfaces:
Serializable
@Named("limitTimelineRangeView") @ViewScoped public class LimitTimelineRangeView extends Object implements Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LimitTimelineRangeView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDateTimegetMax()LocalDateTimegetMin()TimelineModel<String,?>getModel()longgetZoomMax()longgetZoomMin()voidinit()
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getModel
public TimelineModel<String,?> getModel()
-
getMin
public LocalDateTime getMin()
-
getMax
public LocalDateTime getMax()
-
getZoomMin
public long getZoomMin()
-
getZoomMax
public long getZoomMax()
-
-