T - Property type@FunctionalInterface public static interface Input.InputPropertyRenderer<T> extends com.holonplatform.core.property.PropertyRenderer<Input<T>,T>
| Modifier and Type | Method and Description |
|---|---|
static <T> Input.InputPropertyRenderer<T> |
create(Function<com.holonplatform.core.property.Property<? extends T>,Input<T>> function)
Create a new
Input.InputPropertyRenderer using given function. |
default Class<? extends Input<T>> |
getRenderType() |
static <T> Input.InputPropertyRenderer<T> create(Function<com.holonplatform.core.property.Property<? extends T>,Input<T>> function)
Input.InputPropertyRenderer using given function.T - Property typefunction - Function to use to provide the Input componentInput.InputPropertyRendererCopyright © 2020 The Holon Platform. All rights reserved.