Class BasicTimelineView
- java.lang.Object
-
- org.primefaces.showcase.view.data.timeline.BasicTimelineView
-
- All Implemented Interfaces:
Serializable
@Named("basicTimelineView") @ViewScoped public class BasicTimelineView extends Object implements Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BasicTimelineView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEventStyle()org.primefaces.model.timeline.TimelineModel<String,?>getModel()protected voidinitialize()booleanisMoveable()booleanisSelectable()booleanisShowCurrentTime()booleanisShowNavigation()booleanisStackEvents()booleanisZoomable()voidonSelect(org.primefaces.event.timeline.TimelineSelectEvent<String> e)voidsetEventStyle(String eventStyle)voidsetMoveable(boolean moveable)voidsetSelectable(boolean selectable)voidsetShowCurrentTime(boolean showCurrentTime)voidsetShowNavigation(boolean showNavigation)voidsetStackEvents(boolean stackEvents)voidsetZoomable(boolean zoomable)
-
-
-
Method Detail
-
initialize
@PostConstruct protected void initialize()
-
onSelect
public void onSelect(org.primefaces.event.timeline.TimelineSelectEvent<String> e)
-
getModel
public org.primefaces.model.timeline.TimelineModel<String,?> getModel()
-
isSelectable
public boolean isSelectable()
-
setSelectable
public void setSelectable(boolean selectable)
-
isZoomable
public boolean isZoomable()
-
setZoomable
public void setZoomable(boolean zoomable)
-
isMoveable
public boolean isMoveable()
-
setMoveable
public void setMoveable(boolean moveable)
-
isStackEvents
public boolean isStackEvents()
-
setStackEvents
public void setStackEvents(boolean stackEvents)
-
getEventStyle
public String getEventStyle()
-
setEventStyle
public void setEventStyle(String eventStyle)
-
isShowCurrentTime
public boolean isShowCurrentTime()
-
setShowCurrentTime
public void setShowCurrentTime(boolean showCurrentTime)
-
isShowNavigation
public boolean isShowNavigation()
-
setShowNavigation
public void setShowNavigation(boolean showNavigation)
-
-