T - ViewComponent type@FunctionalInterface public static interface ViewComponent.ViewComponentPropertyRenderer<T> extends com.holonplatform.core.property.PropertyRenderer<ViewComponent<T>,T>
PropertyRenderer for the ViewComponent rendering type.| Modifier and Type | Method and Description |
|---|---|
static <T> ViewComponent.ViewComponentPropertyRenderer<T> |
create(Function<com.holonplatform.core.property.Property<? extends T>,ViewComponent<T>> function)
Create a new
ViewComponent.ViewComponentPropertyRenderer using given function. |
default Class<? extends ViewComponent<T>> |
getRenderType() |
default Class<? extends ViewComponent<T>> getRenderType()
getRenderType in interface com.holonplatform.core.property.PropertyRenderer<ViewComponent<T>,T>static <T> ViewComponent.ViewComponentPropertyRenderer<T> create(Function<com.holonplatform.core.property.Property<? extends T>,ViewComponent<T>> function)
ViewComponent.ViewComponentPropertyRenderer using given function.T - ViewComponent typefunction - Function to use to provide the ViewComponent component (not null)ViewComponent.ViewComponentPropertyRendererCopyright © 2019 The Holon Platform. All rights reserved.