- All Implemented Interfaces:
- Serializable, org.apache.wicket.behavior.IBehavior, org.apache.wicket.behavior.IBehaviorListener, org.apache.wicket.IClusterable, org.apache.wicket.IRequestListener, org.apache.wicket.markup.html.IHeaderContributor
public abstract class AjaxParentFormChoiceComponentUpdatingBehavior
extends org.apache.wicket.ajax.form.AjaxFormChoiceComponentUpdatingBehavior
This is variant of AjaxFormChoiceComponentUpdatingBehavior that allows
nested AjaxParentRadioChild and AjaxParentCheckChild instances to update
the parent RadioGroup or CheckGroup. This is neccessary when any
children of the group gets replaced using AJAX. This is done to work
around a limitation of the AjaxFormChoiceComponentUpdatingBehavior
class, which does not allow form choice children components to be
replaced/added via AJAX.
- Author:
- grove
- See Also:
and AjaxParentCheckChild
,
Serialized Form