| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static <T,C extends com.vaadin.flow.component.Component> |
ViewComponent.adapt(Class<T> type,
C content,
BiConsumer<C,T> valueConsumer)
Create a new
ViewComponentAdapterBuilder to configure and create a ViewComponent from a custom
Component. |
static <T,C extends com.vaadin.flow.component.Component> |
ViewComponent.adapt(Class<T> type,
Function<T,C> componentProvider)
Create a new
ViewComponentAdapterBuilder to configure and create a ViewComponent from a custom
Component. |
| Modifier and Type | Method and Description |
|---|---|
static <T,C extends com.vaadin.flow.component.Component> |
ViewComponentAdapterBuilder.create(Class<T> type,
C content,
BiConsumer<C,T> valueConsumer)
Create a new
ViewComponentAdapterBuilder. |
static <T,C extends com.vaadin.flow.component.Component> |
ViewComponentAdapterBuilder.create(Class<T> type,
Function<T,C> componentProvider)
Create a new
ViewComponentAdapterBuilder. |
Copyright © 2019 The Holon Platform. All rights reserved.