C - Component typeB - Actual builder typepublic interface ComponentPostProcessorSupport<C extends com.vaadin.ui.Component,B extends ComponentPostProcessorSupport<C,B>>
ComponentPostProcessor registration.| Modifier and Type | Method and Description |
|---|---|
B |
withPostProcessor(ComponentPostProcessor<C> postProcessor)
Add a
ComponentPostProcessor to configure the component right after it is built and just before returning
it to caller. |
B withPostProcessor(ComponentPostProcessor<C> postProcessor)
ComponentPostProcessor to configure the component right after it is built and just before returning
it to caller.postProcessor - the ComponentPostProcessor to registerCopyright © 2019 The Holon Platform. All rights reserved.