Uses of Class
com.storedobject.ui.ObjectCard
Packages that use ObjectCard
-
Uses of ObjectCard in com.storedobject.ui
Methods in com.storedobject.ui that return ObjectCardModifier and TypeMethodDescriptionprotected ObjectCard<T> ObjectCardDashboard.createCard(T object) Creates anObjectCardinstance for the specified object, adds a visual representation of the object to the card, and returns the created card.Method parameters in com.storedobject.ui with type arguments of type ObjectCardModifier and TypeMethodDescriptionvoidObjectCardDashboard.setCardCreator(Function<T, ObjectCard<T>> cardCreator) Sets the card creator function for dynamically generatingObjectCardinstances based on objects of typeT.