A C D F G I O R S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
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 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 in com.vaadin.flow.component.details
-
The set of theme variants applicable to the
vaadin-detailscomponent.
F
- FILLED - 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
Details.setContent(Component)or viaDetails.addContent(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 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.
- REVERSE - com.vaadin.flow.component.details.DetailsVariant
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) - SMALL - com.vaadin.flow.component.details.DetailsVariant
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.
All Classes All Packages