Skip navigation links
A C D G I O R S V 

A

addContent(Component...) - Method in class com.vaadin.flow.component.details.Details
Adds components to the content section
addOpenedChangeListener(ComponentEventListener<Details.OpenedChangeEvent>) - Method in class com.vaadin.flow.component.details.Details
Adds a listener to get notified when the opened state of the component changes.
addThemeVariants(DetailsVariant...) - Method in class com.vaadin.flow.component.details.Details
Adds theme variants to the component.

C

com.vaadin.flow.component.details - package com.vaadin.flow.component.details
 

D

Details - Class in com.vaadin.flow.component.details
 
Details() - Constructor for class com.vaadin.flow.component.details.Details
Initializes a new Details component.
Details(String, Component) - Constructor for class com.vaadin.flow.component.details.Details
Initializes a new Details using the provided summary and content.
Details(Component, Component) - Constructor for class com.vaadin.flow.component.details.Details
Initializes a new Details using the provided summary and content.
Details.OpenedChangeEvent - Class in com.vaadin.flow.component.details
 
DetailsVariant - Enum in com.vaadin.flow.component.details
The set of theme variants applicable to the vaadin-details component.

G

getContent() - Method in class com.vaadin.flow.component.details.Details
Returns the content components which were added via Details.setContent(Component) or via Details.addContent(Component...)
getSummary() - Method in class com.vaadin.flow.component.details.Details
Returns summary component which was set via Details.setSummary(Component) or Details.setSummaryText(String)
getSummaryText() - Method in class com.vaadin.flow.component.details.Details
 
getVariantName() - Method in enum com.vaadin.flow.component.details.DetailsVariant
Gets the variant name.

I

isOpened() - Method in class com.vaadin.flow.component.details.Details
isOpened() - Method in class com.vaadin.flow.component.details.Details.OpenedChangeEvent
 

O

OpenedChangeEvent(Details, boolean) - Constructor for class com.vaadin.flow.component.details.Details.OpenedChangeEvent
 

R

removeThemeVariants(DetailsVariant...) - Method in class com.vaadin.flow.component.details.Details
Removes theme variants from the component.

S

setContent(Component) - Method in class com.vaadin.flow.component.details.Details
Sets the component content
setOpened(boolean) - Method in class com.vaadin.flow.component.details.Details
True if the details are opened and the content is displayed
setSummary(Component) - Method in class com.vaadin.flow.component.details.Details
Sets the component summary
setSummaryText(String) - Method in class com.vaadin.flow.component.details.Details
Creates a text wrapper and sets a summary via Details.setSummary(Component)

V

valueOf(String) - Static method in enum com.vaadin.flow.component.details.DetailsVariant
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vaadin.flow.component.details.DetailsVariant
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G I O R S V 
Skip navigation links

Copyright © 2026. All rights reserved.