Uses of Class
com.jbstrap.ui.components.timeline.Timeline
-
Uses of Timeline in com.jbstrap.ui.components.timeline
Modifier and TypeMethodDescriptionfinal Timeline
Timeline.clear()
Clears every item from the timelinefinal Timeline
Timeline.fetchData()
Fetches data from the database.Timeline.setAutoFetchData
(boolean autoFetch) Sets if the auto data fetch is enabled.Timeline.setCustomFetch
(FetchEvent fetchEvent) Sets a custom query.final Timeline
Timeline.setDataDescriptor
(DataDescriptor dataDescriptor) Sets the component's DataDescriptorfinal Timeline
Timeline.setDataDescriptor
(DataDescriptor dataDescriptor, TimelineItemCreator itemCreator) Sets the component's DataDescriptor and item creator classfinal Timeline
Timeline.setDateColumnName
(String dateColumnName) Sets the name of the DataDescriptor column, that contains the timeline item's dataTimeline.setDateFormat
(String dateFormat) Sets the date format used by the component.final Timeline
Timeline.setDefaultCriteria
(Criteria defaultCriteria) Sets the default criteria, used during the data fetchfinal Timeline
Timeline.setDetailColumnName
(String detailColumnName) Sets the name of the DataDescriptor column, that contains the timeline item's descriptionfinal Timeline
Timeline.setFilterCriteria
(Criteria criteria) Sets the (simple) filter criteria used when fetching datafinal Timeline
Timeline.setIconBackgroundColumnName
(String iconBackgroundColumnName) Sets the name of the DataDescriptor column, that contains the timeline item's icon background colorfinal Timeline
Timeline.setIconColumnName
(String iconColumnName) Sets the name of the DataDescriptor column, that contains the timeline item's icon namefinal Timeline
Timeline.setItemCreator
(TimelineItemCreator itemCreator) Sets the component's item creator classTimeline.setOrderType
(OrderType orderType) Sets the component's ordering type.Timeline.setTimeFormat
(String timeFormat) Sets the time format used in the component.final Timeline
Timeline.setTitleColumnName
(String titleColumnName) Sets the name of the DataDescriptor column, that contains the timeline item's titlefinal Timeline
Timeline.setType
(Timeline.TimelineType type) Sets the display type of the timeline component