| Package | Description |
|---|---|
| com.holonplatform.vaadin7.components |
| Modifier and Type | Method and Description |
|---|---|
B |
PropertyInputGroup.Builder.withPostProcessor(PropertyBinding.PostProcessor<Input<?>> postProcessor)
Add a
PropertyBinding.PostProcessor to allow further Input configuration before the input is actually bound
to a property. |
B |
PropertyViewGroup.Builder.withPostProcessor(PropertyBinding.PostProcessor<ViewComponent<?>> postProcessor)
Add a
PropertyBinding.PostProcessor to allow further ViewComponent configuration after generation and before
the ViewComponent is actually bound to a property. |
Copyright © 2019 The Holon Platform. All rights reserved.