| Package | Description |
|---|---|
| com.holonplatform.vaadin.components | |
| com.holonplatform.vaadin.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static ComponentConfigurator.BaseComponentConfigurator |
Components.configure(com.vaadin.ui.AbstractComponent component)
Get a
ComponentConfigurator to configure given component. |
| Modifier and Type | Method and Description |
|---|---|
PropertyInputForm.PropertyInputFormBuilder<C> |
PropertyInputForm.PropertyInputFormBuilder.componentConfigurator(com.holonplatform.core.property.Property<?> property,
Consumer<ComponentConfigurator.BaseComponentConfigurator> configurator)
Provide a custom configurator
Consumer to configure the Component associated with given
property before render it in UI. |
PropertyViewForm.PropertyViewFormBuilder<C> |
PropertyViewForm.PropertyViewFormBuilder.componentConfigurator(com.holonplatform.core.property.Property<?> property,
Consumer<ComponentConfigurator.BaseComponentConfigurator> configurator)
Provide a custom configurator
Consumer to configure the Component associated with given
property before render it in UI. |
| Modifier and Type | Method and Description |
|---|---|
static ComponentConfigurator.BaseComponentConfigurator |
ComponentConfigurator.BaseComponentConfigurator.create(com.vaadin.ui.AbstractComponent component)
Create a new
ComponentConfigurator.BaseComponentConfigurator on given component. |
Copyright © 2019 The Holon Platform. All rights reserved.