Uses of Class
com.jbstrap.ui.components.timeline.TimelineItem
-
Uses of TimelineItem in com.jbstrap.ui.components.timeline
Modifier and TypeMethodDescriptionTimelineItem.addComponent
(Component<?> component) Adds a component to the timeline itemTimelineItem.addComponents
(Component<?>... components) Adds multiple components to the timeline itemTimelineItem.removeComponent
(Component<?> component) Removes the specified component from the timeline itemTimelineItem.removeComponents
(Component<?>... components) Removes the specified components from the timeline itemTimelineItem.setIconBackgroundColor
(Color color) Sets the item's icon background color.TimelineItem.setIconColor
(Color color) Sets the item's icon color. -
Uses of TimelineItem in com.jbstrap.ui.interfaces
Modifier and TypeMethodDescriptionTimelineItemCreator.createItem
(Record record) Creates a timeline item from the database record in the specified parameter.