Index
All Classes and Interfaces|All Packages|Serialized Form
A
- add(String) - Method in class com.vaadin.flow.component.details.Details
-
Adds the given text to the content section
- add(Collection<Component>) - Method in class com.vaadin.flow.component.details.Details
-
Adds components to the content section
- addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.details.Details
-
Adds the given component to the content section at the specific index.
- addContent(Component...) - Method in class com.vaadin.flow.component.details.Details
-
Deprecated.
- 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.
C
- com.vaadin.flow.component.details - package com.vaadin.flow.component.details
- createSummaryContainer() - Method in class com.vaadin.flow.component.details.Details
-
Creates the summary container component.
D
- Details - Class in com.vaadin.flow.component.details
-
Details is an expandable panel for showing and hiding content from the user to make the UI less crowded.
- Details() - Constructor for class com.vaadin.flow.component.details.Details
-
Initializes a new Details component.
- Details(Component) - Constructor for class com.vaadin.flow.component.details.Details
-
Initializes a new Details using the provided summary.
- Details(Component, 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 components.
- Details(String) - Constructor for class com.vaadin.flow.component.details.Details
-
Initializes a new Details using the provided summary.
- Details(String, Component) - Constructor for class com.vaadin.flow.component.details.Details
-
Initializes a new Details using the provided summary and content.
- Details(String, Component...) - Constructor for class com.vaadin.flow.component.details.Details
-
Initializes a new Details using the provided summary and content components.
- Details.OpenedChangeEvent - Class in com.vaadin.flow.component.details
- DetailsVariant - Enum Class in com.vaadin.flow.component.details
-
The set of theme variants applicable to the
vaadin-detailscomponent.
F
- FILLED - Enum constant in enum class com.vaadin.flow.component.details.DetailsVariant
G
- getContent() - Method in class com.vaadin.flow.component.details.Details
-
Returns the content components which were added via
HasComponents.add(Component...) - getSummary() - Method in class com.vaadin.flow.component.details.Details
-
Returns summary component which was set via
Details.setSummary(Component)orDetails.setSummaryText(String) - getSummaryText() - Method in class com.vaadin.flow.component.details.Details
- getVariantName() - Method in enum class 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
- remove(Collection<Component>) - Method in class com.vaadin.flow.component.details.Details
-
Removes specified components from the content section
- removeAll() - Method in class com.vaadin.flow.component.details.Details
-
Removes all components from the content section
- REVERSE - Enum constant in enum class com.vaadin.flow.component.details.DetailsVariant
S
- setContent(Component) - Method in class com.vaadin.flow.component.details.Details
-
Deprecated.since v24.2, use
Details.removeAll()andHasComponents.add(Component...)instead. - 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) - SMALL - Enum constant in enum class com.vaadin.flow.component.details.DetailsVariant
V
- valueOf(String) - Static method in enum class com.vaadin.flow.component.details.DetailsVariant
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.vaadin.flow.component.details.DetailsVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Serialized Form
HasComponents.add(Component...)instead.