Uses of Enum Class
com.jbstrap.ui.components.timeline.Timeline.TimelineType
Packages that use Timeline.TimelineType
-
Uses of Timeline.TimelineType in com.jbstrap.ui.components.timeline
Methods in com.jbstrap.ui.components.timeline that return Timeline.TimelineTypeModifier and TypeMethodDescriptionTimeline.getType()
Gets the timeline component's display typestatic Timeline.TimelineType
Returns the enum constant of this class with the specified name.static Timeline.TimelineType[]
Timeline.TimelineType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jbstrap.ui.components.timeline with parameters of type Timeline.TimelineTypeModifier and TypeMethodDescriptionfinal Timeline
Timeline.setType
(Timeline.TimelineType type) Sets the display type of the timeline componentConstructors in com.jbstrap.ui.components.timeline with parameters of type Timeline.TimelineTypeModifierConstructorDescriptionTimeline
(DataDescriptor dataDescriptor, Timeline.TimelineType type) Creates a timeline component with the specified DataDescriptor and display typeTimeline
(DataDescriptor dataDescriptor, Timeline.TimelineType type, TimelineItemCreator itemCreator) Creates a timeline component with the specified DataDescriptor, item creator and display typeTimeline
(DataDescriptor dataDescriptor, String language, Timeline.TimelineType type) Creates a timeline component with the specified DataDescriptor, language and display typeTimeline
(DataDescriptor dataDescriptor, String language, Timeline.TimelineType type, TimelineItemCreator itemCreator) Creates a timeline component with the specified DataDescriptor, language, item creator and display typeCreates an empty timeline component with the specified display typeTimeline
(String id, DataDescriptor dataDescriptor, Timeline.TimelineType type) Creates a timeline component with the specified DataDescriptor and display typeTimeline
(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, String language, Timeline.TimelineType type) Creates a timeline component with the specified DataDescriptor, language and display typeTimeline
(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 language, Timeline.TimelineType type) Creates an empty timeline component with the specified display type and languageTimeline
(String id, String language, Timeline.TimelineType type) Creates an empty timeline component with the specified display type and language