Example usage for org.apache.wicket.ajax AjaxRequestHandler AjaxRequestHandler

List of usage examples for org.apache.wicket.ajax AjaxRequestHandler AjaxRequestHandler

Introduction

In this page you can find the example usage for org.apache.wicket.ajax AjaxRequestHandler AjaxRequestHandler.

Prototype

public AjaxRequestHandler(final Page page) 

Source Link

Document

Constructor

Usage

From source file:com.francetelecom.clara.cloud.presentation.designer.pages.DesignerPage.java

License:Apache License

@Override
protected void onBeforeRender() {
    AjaxRequestTarget target = new AjaxRequestHandler(this);
    managePageComponents(target, stepProcess, null);

    super.onBeforeRender();
}