Uses of Class
com.storedobject.ui.Card
Packages that use Card
-
Uses of Card in com.storedobject.ui
Subclasses of Card in com.storedobject.uiModifier and TypeClassDescriptionclassObjectCard<T extends StoredObject>Represents a generic card that holds a reference to an object of type T, where T is a subclass of StoredObject.Methods in com.storedobject.ui that return CardModifier and TypeMethodDescriptionCardDashboard.getSelectedCard()Retrieves the currently selected card from the associated grid.CardGrid.getSelectedCard()Retrieves the currently selected card based on the grid's current selection mode.Methods in com.storedobject.ui that return types with arguments of type CardModifier and TypeMethodDescriptionCardDashboard.getCards()Retrieves a stream ofCardobjects managed by the associatedCardGrid.CardGrid.getCards()Retrieves a stream of allCardelements currently present as children of thisCardGrid.CardDashboard.getSelectedCards()Retrieves a stream of the currently selected cards from the associatedCardGrid.CardGrid.getSelectedCards()Retrieves a stream of all cards that are currently selected.Method parameters in com.storedobject.ui with type arguments of type CardModifier and TypeMethodDescriptionfinal com.vaadin.flow.shared.RegistrationCardDashboard.addCardSelectedListener(Consumer<Card<T>> listener) Adds a card selection listener to the dashboard's associatedCardGrid.com.vaadin.flow.shared.RegistrationCardGrid.addCardSelectedListener(Consumer<Card<T>> listener) Registers a listener triggered whenever a card is selected in the grid.