| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static <T,H extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,T>> |
Input.builder(H field)
|
static <T,H extends com.vaadin.flow.component.HasValue<?,T>,C extends com.vaadin.flow.component.Component> |
Input.builder(H field,
C component)
|
| Modifier and Type | Method and Description |
|---|---|
static <T,H extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,T>> |
HasValueInputBuilder.create(H field)
|
static <T,V extends com.vaadin.flow.component.HasValue<?,T>,C extends com.vaadin.flow.component.Component> |
HasValueInputBuilder.create(V field,
C component)
|
Copyright © 2020 The Holon Platform. All rights reserved.