org.apache.wicket.extensions.ajax.markup.html
Class AjaxLazyLoadPanelTester
java.lang.Object
org.apache.wicket.extensions.ajax.markup.html.AjaxLazyLoadPanelTester
public class AjaxLazyLoadPanelTester
- extends Object
Class to help test AjaxLazyLoadPanel
- Author:
- Antony Stubbs
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AjaxLazyLoadPanelTester
public AjaxLazyLoadPanelTester()
executeAjaxLazyLoadPanel
public static void executeAjaxLazyLoadPanel(BaseWicketTester 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 BaseWicketTester to execute the behaviour (
BaseWicketTester.executeBehavior(org.apache.wicket.behavior.AbstractAjaxBehavior) ).container - contains the AjaxLazyLoadPanel to trigger
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.