Uses of Class
com.jbstrap.ui.components.activitystream.ActivityStream
-
Uses of ActivityStream in com.jbstrap.ui.components.activitystream
Modifier and TypeMethodDescriptionActivityStream.addComponent
(Component component) The Activity Stream component can only haveActivityStreamItem
components added to it.final ActivityStream
ActivityStream.addItem
(ActivityStreamItem item) Adds an item to the activity stream.final ActivityStream
ActivityStream.clear()
Clears every item from the componentActivityStream.drawSubComponents
(StringWriter writer) ActivityStream.fetchData()
Fetches data from the database.ActivityStream.redrawItems()
ActivityStream.setAutoFetchData
(boolean autoFetch) Sets if the auto data fetch is enabled.ActivityStream.setCustomFetch
(FetchEvent fetchEvent) Sets a custom query.final ActivityStream
ActivityStream.setDataDescriptor
(DataDescriptor dataDescriptor) Sets the Activity Stream's DataDescriptorfinal ActivityStream
ActivityStream.setDataDescriptor
(DataDescriptor dataDescriptor, ActivityStreamItemCreator itemCreator) Sets the Activity Stream's DataDescriptor, and sets the specified custom item renderer.final ActivityStream
ActivityStream.setDefaultCriteria
(Criteria criteria) Sets the default criteria, used during the data fetchActivityStream.setFilterCriteria
(Criteria criteria) Sets the (simple) filter criteria used when fetching dataActivityStream.setIconBackgroundColumnName
(String iconBackgroundColumnName) Sets the name of the DataDescriptor column, that contains the event's icon background colorActivityStream.setIconColumnName
(String iconColumnName) Sets the name of the DataDescriptor column, that contains the event's iconfinal ActivityStream
ActivityStream.setItemCreator
(ActivityStreamItemCreator itemCreator) Sets the custom item renderer.final ActivityStream
ActivityStream.setOrderType
(OrderType orderType) Sets the component's ordering type.ActivityStream.setParentItemColumnName
(String parentItemColumnName) Sets the name of the DataDescriptor column, that contains the event's parent ID.ActivityStream.setTextColumnName
(String textColumnName) Sets the name of the DataDescriptor column, that contains the event's text content.ActivityStream.setTimeColumnName
(String timeColumnName) Sets the name of the DataDescriptor column, that contains the event timesfinal ActivityStream
ActivityStream.setType
(ActivityStreamType type) Sets the display type of the activity streamActivityStream.setUsernameColumnName
(String usernameColumnName) Sets the name of the DataDescriptor column, that contains the usernames.