org.apache.wicket.extensions.ajax.markup.html
Class AjaxLazyLoadPanelTester

java.lang.Object
  extended by org.apache.wicket.extensions.ajax.markup.html.AjaxLazyLoadPanelTester

public class AjaxLazyLoadPanelTester
extends java.lang.Object

Class to help test AjaxLazyLoadPanel

Author:
Antony Stubbs

Constructor Summary
AjaxLazyLoadPanelTester()
           
 
Method Summary
static void executeAjaxLazyLoadPanel(WicketTester wt, MarkupContainer container)
          Searches the MarkupContainer, looking for and triggering AjaxLazyLoadPanels to fetch their contents.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxLazyLoadPanelTester

public AjaxLazyLoadPanelTester()
Method Detail

executeAjaxLazyLoadPanel

public static void executeAjaxLazyLoadPanel(WicketTester wt,
                                            MarkupContainer container)
Searches the MarkupContainer, looking for and triggering AjaxLazyLoadPanels to fetch their contents. Very useful for testing pages / panels that use AjaxLazyLoadPanels.

Parameters:
wt - the WicketTester to execute the behaviour ( WicketTester.executeBehavior(java.lang.Class, org.apache.wicket.behavior.AbstractAjaxBehavior, java.lang.String) ).
container - contains the AjaxLazyLoadPanel to trigger


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.