Index
All Classes and Interfaces|All Packages|Serialized Form
A
- add(Collection<Component>) - Method in class com.vaadin.flow.component.card.Card
- addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.card.Card
- addToFooter(Component...) - Method in class com.vaadin.flow.component.card.Card
-
Adds components to the card's footer slot.
C
- Card - Class in com.vaadin.flow.component.card
-
Card is a visual content container for creating a card-based layout.
- Card() - Constructor for class com.vaadin.flow.component.card.Card
- CardVariant - Enum Class in com.vaadin.flow.component.card
-
Set of theme variants applicable for
vaadin-cardcomponent. - com.vaadin.flow.component.card - package com.vaadin.flow.component.card
G
- getAriaRole() - Method in class com.vaadin.flow.component.card.Card
-
Gets the ARIA role attribute of the card.
- getChildren() - Method in class com.vaadin.flow.component.card.Card
- getFooterComponents() - Method in class com.vaadin.flow.component.card.Card
-
Gets all components added to the card's footer.
- getHeader() - Method in class com.vaadin.flow.component.card.Card
-
Gets the current header component.
- getHeaderPrefix() - Method in class com.vaadin.flow.component.card.Card
-
Gets the current header prefix component.
- getHeaderSuffix() - Method in class com.vaadin.flow.component.card.Card
-
Gets the current header suffix component.
- getMedia() - Method in class com.vaadin.flow.component.card.Card
-
Gets the current media component.
- getSubtitle() - Method in class com.vaadin.flow.component.card.Card
-
Gets the current subtitle component.
- getTitle() - Method in class com.vaadin.flow.component.card.Card
-
Gets the current title component set using
Card.setTitle(Component). - getTitleAsText() - Method in class com.vaadin.flow.component.card.Card
-
Gets the value of the
cardTitleproperty. - getVariantName() - Method in enum class com.vaadin.flow.component.card.CardVariant
-
Gets the variant name.
L
- LUMO_COVER_MEDIA - Enum constant in enum class com.vaadin.flow.component.card.CardVariant
- LUMO_ELEVATED - Enum constant in enum class com.vaadin.flow.component.card.CardVariant
- LUMO_HORIZONTAL - Enum constant in enum class com.vaadin.flow.component.card.CardVariant
- LUMO_OUTLINED - Enum constant in enum class com.vaadin.flow.component.card.CardVariant
- LUMO_STRETCH_MEDIA - Enum constant in enum class com.vaadin.flow.component.card.CardVariant
R
- remove(Collection<Component>) - Method in class com.vaadin.flow.component.card.Card
- removeAll() - Method in class com.vaadin.flow.component.card.Card
S
- setAriaRole(String) - Method in class com.vaadin.flow.component.card.Card
-
Sets the ARIA role attribute on the card.
- setHeader(Component) - Method in class com.vaadin.flow.component.card.Card
-
Sets the component used as the card's header.
- setHeaderPrefix(Component) - Method in class com.vaadin.flow.component.card.Card
-
Sets a component to the header prefix slot, displayed before the header content.
- setHeaderSuffix(Component) - Method in class com.vaadin.flow.component.card.Card
-
Sets a component to the header suffix slot, displayed after the header content.
- setMedia(Component) - Method in class com.vaadin.flow.component.card.Card
-
Sets the component used as the card's media.
- setSubtitle(Component) - Method in class com.vaadin.flow.component.card.Card
-
Sets the component used as the card's subtitle.
- setTitle(Component) - Method in class com.vaadin.flow.component.card.Card
-
Sets the component used as the card's title.
- setTitle(String) - Method in class com.vaadin.flow.component.card.Card
-
Sets the
cardTitleproperty. - setTitle(String, Integer) - Method in class com.vaadin.flow.component.card.Card
-
Sets the title and the heading level for the title.
- setTitleHeadingLevel(Integer) - Method in class com.vaadin.flow.component.card.Card
-
Sets the title heading level property for the titles set using
Card.setTitle(String).
V
- valueOf(String) - Static method in enum class com.vaadin.flow.component.card.CardVariant
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.vaadin.flow.component.card.CardVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Serialized Form