Uses of Interface
com.jbstrap.ui.interfaces.TimelineItemCreator
-
Uses of TimelineItemCreator in com.jbstrap.ui.components.timeline
Modifier and TypeMethodDescriptionfinal Timeline
Timeline.setDataDescriptor
(DataDescriptor dataDescriptor, TimelineItemCreator itemCreator) Sets the component's DataDescriptor and item creator classfinal Timeline
Timeline.setItemCreator
(TimelineItemCreator itemCreator) Sets the component's item creator classModifierConstructorDescriptionTimeline
(DataDescriptor dataDescriptor, Timeline.TimelineType type, TimelineItemCreator itemCreator) Creates a timeline component with the specified DataDescriptor, item creator and display typeTimeline
(DataDescriptor dataDescriptor, TimelineItemCreator itemCreator) Creates a timeline component with the specified DataDescriptor and item creator.Timeline
(DataDescriptor dataDescriptor, String language, Timeline.TimelineType type, TimelineItemCreator itemCreator) Creates a timeline component with the specified DataDescriptor, language, item creator and display typeTimeline
(DataDescriptor dataDescriptor, String language, TimelineItemCreator itemCreator) Creates a timeline component with the specified DataDescriptor, item creator and language.Timeline
(String id, DataDescriptor dataDescriptor, Timeline.TimelineType type, TimelineItemCreator itemCreator) Creates a timeline component with the specified DataDescriptor, item creator and display typeTimeline
(String id, DataDescriptor dataDescriptor, TimelineItemCreator itemCreator) Creates a timeline component with the specified DataDescriptor and item creator.Timeline
(String id, DataDescriptor dataDescriptor, String language, Timeline.TimelineType type, TimelineItemCreator itemCreator) Creates a timeline component with the specified DataDescriptor, language, item creator and display typeTimeline
(String id, DataDescriptor dataDescriptor, String language, TimelineItemCreator itemCreator) Creates a timeline component with the specified DataDescriptor, item creator and language.