List of usage examples for org.apache.wicket.ajax.form AjaxFormComponentUpdatingBehavior subclass-usage
From source file org.wicketstuff.stateless.behaviors.StatelessAjaxFormComponentUpdatingBehavior.java
/**
* Stateless version of AjaxFormComponentUpdatingBehavior.
*
* @author jfk
*
*/
From source file org.xaloon.wicket.component.util.ComponentErrorBehavior.java
/** * http://www.xaloon.org * * @author vytautas racelis */ public class ComponentErrorBehavior extends AjaxFormComponentUpdatingBehavior {
From source file pl.art.go.mdb.util.feedbackPanel.ComponentVisualErrorBehavior.java
/**
* Behavior that checks if a {@link org.apache.wicket.markup.html.form.FormComponent} is valid. Valid {@link org.apache.wicket.markup.html.form.FormComponent} objects get the CSS class
* 'formcomponent valid' and invalid {@link org.apache.wicket.markup.html.form.FormComponent} objects get the CSS class 'formcomponent invalid'.
* <p/>
* See {@link org.apache.wicket.ajax.form.AjaxFormComponentUpdatingBehavior} for more details over the parent class.
* <p/>