| Modifier and Type | Method and Description |
|---|---|
Card |
DemoView.addCard(String heading,
com.vaadin.flow.component.Component... components)
Creates and adds a new component card to the "Basic usage" tab in the
view.
|
Card |
DemoView.addCard(String tabName,
String heading,
com.vaadin.flow.component.Component... components)
Creates and adds a new component card to a specific tab in the view.
|
Copyright © 2000–2026 Vaadin Ltd. All rights reserved.