P - Property typeT - Group item typeE - Group element typeG - Group typeC - Concrete configurator typepublic interface ComponentGroupConfigurator<P,T,E extends HasComponent,G extends BoundComponentGroup<P,E>,C extends ComponentGroupConfigurator<P,T,E,G,C>>
| Modifier and Type | Method and Description |
|---|---|
C |
usePropertyRendererRegistry(com.holonplatform.core.property.PropertyRendererRegistry propertyRendererRegistry)
Set to use the provided
PropertyRendererRegistry to render the group components. |
C |
withValueChangeListener(ValueHolder.ValueChangeListener<T,GroupValueChangeEvent<T,P,E,G>> listener)
Add a group value change listener.
|
C usePropertyRendererRegistry(com.holonplatform.core.property.PropertyRendererRegistry propertyRendererRegistry)
PropertyRendererRegistry to render the group components.
By default, the PropertyRendererRegistry.get() method is used to obtain the
PropertyRendererRegistry to use.
propertyRendererRegistry - The PropertyRendererRegistry to use to render the group componentsC withValueChangeListener(ValueHolder.ValueChangeListener<T,GroupValueChangeEvent<T,P,E,G>> listener)
listener - The ValueHolder.ValueChangeListener to add (not null)Copyright © 2019 The Holon Platform. All rights reserved.