Example usage for org.apache.wicket.ajax AjaxEventBehavior subclass-usage

List of usage examples for org.apache.wicket.ajax AjaxEventBehavior subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.ajax AjaxEventBehavior subclass-usage.

Usage

From source file org.apache.syncope.client.console.wicket.ajax.form.IndicatorModalCloseBehavior.java

/**
 * An {@link AjaxEventBehavior} not show in veil.
 */
public abstract class IndicatorModalCloseBehavior extends AjaxEventBehavior implements IAjaxIndicatorAware {

    private static final long serialVersionUID = -5144403874783384604L;

From source file org.apache.syncope.console.commons.CloseOnESCBehavior.java

public class CloseOnESCBehavior extends AjaxEventBehavior {

    private static final long serialVersionUID = 5826308247642534260L;

    public CloseOnESCBehavior(String event) {
        super(event);

From source file org.artifactory.common.wicket.behavior.EventlessAjaxBehavior.java

/**
 * @author Yoav Aharoni
 */
public abstract class EventlessAjaxBehavior extends AjaxEventBehavior {
    public EventlessAjaxBehavior() {
        super("wicket:ajax");

From source file org.cast.cwm.data.behavior.EventLoggingBehavior.java

/**
 * An Ajax Behavior for logging events.  Supports executing
 * client-side script before the Ajax logging call as well
 * as evaluating a client-side expression that will be appended
 * to the detail of the event (e.g. gathering page state).
 * 

From source file org.cast.isi.CollapseBoxBehavior.java

/**
 * A behavior that can be attached to any wicket component that is inside a css styled 'collapseBox'.  
 * When the ajax event is triggered, this behavior will create a database Event representing 
 * the open/close action.
 * 
 * Note:  Requires the javascript function collapseBoxStatus() in functions.js and jQuery.

From source file org.dcm4chee.web.common.behaviours.SelectableTableRowBehaviour.java

/**
 * @author Franz Willer <franz.willer@gmail.com>
 * @version $Revision$ $Date$
 * @since Jun 14, 2011
 */

From source file org.dcm4chee.web.war.common.UIDFieldBehavior.java

/**
 * @author Franz Willer <franz.willer@gmail.com>
 * @version $Revision: 15859 $ $Date: 2011-08-29 16:03:54 +0200 (Mo, 29 Aug 2011) $
 * @since Sep 05, 2011
 */
public class UIDFieldBehavior extends AjaxEventBehavior {

From source file org.efaps.ui.wicket.components.gridx.behaviors.OpenModalBehavior.java

/**
 * The Class OpenModalBehavior.
 *
 * @author The eFaps Team
 */
public class OpenModalBehavior extends AjaxEventBehavior implements IAjaxIndicatorAware {

From source file org.efaps.ui.wicket.components.menu.ajax.AbstractItemBehavior.java

/**
 * TODO comment!
 *
 * @author The eFaps Team
 * @version $Id$
 */

From source file org.sakaiproject.scorm.ui.player.behaviors.ActivityAjaxEventBehavior.java

public abstract class ActivityAjaxEventBehavior extends AjaxEventBehavior {

    private static final long serialVersionUID = 1L;

    final private boolean isRelativeUrl;