| Package | Description |
|---|---|
| com.holonplatform.vaadin.components | |
| com.holonplatform.vaadin.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static <T> ViewComponentBuilder<T> |
ViewComponent.builder(Class<? extends T> valueType)
Gets a builder to create
ViewComponent instances. |
static <T> ViewComponentBuilder<T> |
Components.view.component(Class<? extends T> valueType)
Gets a builder to create a
ViewComponent instance. |
| Modifier and Type | Method and Description |
|---|---|
ViewComponentBuilder<T> |
ViewComponentBuilder.forProperty(com.holonplatform.core.property.Property<T> property)
Build a
ViewComponent using given property for value presentation and configuration
parameters source. |
ViewComponentBuilder<T> |
ViewComponentBuilder.valueDisplayConverter(com.holonplatform.vaadin.internal.components.LabelViewComponent.StringValueConverter<T> stringConverter)
Sets the converter to use to display values
|
ViewComponentBuilder<T> |
ViewComponentBuilder.withValueChangeListener(ValueHolder.ValueChangeListener<T> listener)
Add a
ValueHolder.ValueChangeListener to the component. |
Copyright © 2019 The Holon Platform. All rights reserved.