Example usage for org.apache.wicket.extensions.ajax.markup.html AjaxLazyLoadPanel subclass-usage

List of usage examples for org.apache.wicket.extensions.ajax.markup.html AjaxLazyLoadPanel subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.extensions.ajax.markup.html AjaxLazyLoadPanel subclass-usage.

Usage

From source file de.jetwick.wikipedia.WikipediaLazyLoadPanel.java

/**
 * This class is without custom html! See OneLineAdPanel
 * 
 * @author Peter Karich, peat_hal 'at' users 'dot' sourceforge 'dot' net
 */
public class WikipediaLazyLoadPanel extends AjaxLazyLoadPanel {

From source file org.sakaiproject.profile2.tool.components.NotifyingAjaxLazyLoadPanel.java

/**
 * A Sakai-specific extension to the built in AjaxLazyLoadPanel that allows javascript to be run after its loaded.
 * 
 * <p>e.g. response.renderOnDomReadyJavascript("setMainFrameHeight(window.name);");</p>
 * 
 * @author Steve Swinsburg steve.swinsburg@gmail.com)