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