| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static <P,T,V extends com.vaadin.flow.component.HasValue<?,T>,C extends com.vaadin.flow.component.Component> |
Input.PropertyHandler.create(BiFunction<V,C,P> getter,
com.holonplatform.core.operation.TriConsumer<V,C,P> setter)
Create a new
Input.PropertyHandler using given getter to get
the property value and given setter to set the property value |
| Modifier and Type | Method and Description |
|---|---|
B |
InputAdapterBuilder.labelPropertyHandler(Input.PropertyHandler<String,V,H,C> labelPropertyHandler)
Provide the
Input.PropertyHandler to use to get and set the label property value. |
B |
InputAdapterBuilder.placeholderPropertyHandler(Input.PropertyHandler<String,V,H,C> placeholderPropertyHandler)
Provide the
Input.PropertyHandler to use to get and set the placeholder property value. |
B |
InputAdapterBuilder.requiredPropertyHandler(Input.PropertyHandler<Boolean,V,H,C> requiredPropertyHandler)
Provide the
Input.PropertyHandler to use to get and set the required property value. |
B |
InputAdapterBuilder.titlePropertyHandler(Input.PropertyHandler<String,V,H,C> titlePropertyHandler)
Provide the
Input.PropertyHandler to use to get and set the title property value. |
Copyright © 2020 The Holon Platform. All rights reserved.