T - Property typepublic static interface Input.InputFieldPropertyRenderer<T> extends Input.InputPropertyRenderer<T>
| Modifier and Type | Method and Description |
|---|---|
default Input<T> |
render(com.holonplatform.core.property.Property<? extends T> property) |
com.vaadin.ui.Field<T> |
renderField(com.holonplatform.core.property.Property<? extends T> property)
Render given
property as consistent value type Field to handle the property value. |
getRenderTypeCopyright © 2019 The Holon Platform. All rights reserved.