JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Deprecated API
Contents
Methods
Deprecated Methods
Method
Description
com.vaadin.flow.component.details.Details.addContent
(Component...)
since v24.2, use
HasComponents.add(Component...)
instead.
com.vaadin.flow.component.details.Details.setContent
(Component)
since v24.2, use
Details.removeAll()
and
HasComponents.add(Component...)
instead.
HasComponents.add(Component...)instead.