Uses of Class
de.bytestore.hostinger.components.cards.template.DynamicCard
Packages that use DynamicCard
Package
Description
-
Uses of DynamicCard in de.bytestore.hostinger.components.cards.interfaces
Methods in de.bytestore.hostinger.components.cards.interfaces with parameters of type DynamicCard -
Uses of DynamicCard in de.bytestore.hostinger.components.cards.template
Subclasses of DynamicCard in de.bytestore.hostinger.components.cards.templateModifier and TypeClassDescriptionclassclassRepresents a Text Provider Card, which is a type of Dynamic Card that displays text content.class -
Uses of DynamicCard in de.bytestore.hostinger.handler
Methods in de.bytestore.hostinger.handler that return DynamicCardModifier and TypeMethodDescriptionRetrieves theDynamicCardobject based on the provided ID from the list of cards.Methods in de.bytestore.hostinger.handler that return types with arguments of type DynamicCardModifier and TypeMethodDescriptionCardService.getCardsByLocation(String containerId) Retrieves a list of DynamicCard objects based on the provided container ID.Methods in de.bytestore.hostinger.handler with parameters of type DynamicCardModifier and TypeMethodDescriptionvoidCardService.addCard(DynamicCard cardIO) Adds a dynamic card to the list of cards.