V - Type of object to generate tabs for.@FunctionalInterface public interface TabHeaderGenerator<V> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.flow.component.tabs.Tab |
generateTab(V object)
Creates a new instance of a tab that corresponds to the given object.
|
com.vaadin.flow.component.tabs.Tab generateTab(V object)
object - Object to generate tab for.null.Copyright © 2024 Miki. All rights reserved.