Class AjaxFormChoiceComponentUpdatingBehavior

All Implemented Interfaces:
Serializable, IComponentAwareEventSink, IRequestListener, IComponentAwareHeaderContributor, IClusterable

This is an Ajax behavior that is meant to update a group of choices that are represented by multiple components.

Use the normal AjaxFormComponentUpdatingBehavior for the normal single component fields.

Notification is triggered by a change JavaScript event - if needed AjaxEventBehavior.getEvent() can be overridden to deviate from this default.

Author:
jcompagner, svenmeier
See Also: