public class AjaxLazyLoadPanelTester extends Object
AjaxLazyLoadPanel| Constructor and Description |
|---|
AjaxLazyLoadPanelTester() |
| Modifier and Type | Method and Description |
|---|---|
static void |
executeAjaxLazyLoadPanel(BaseWicketTester wt,
MarkupContainer container)
Searches the
MarkupContainer, looking for and triggering AjaxLazyLoadPanels
to fetch their contents. |
public static void executeAjaxLazyLoadPanel(BaseWicketTester wt, MarkupContainer container)
MarkupContainer, looking for and triggering AjaxLazyLoadPanels
to fetch their contents. Very useful for testing pages / panels that use
AjaxLazyLoadPanels.wt - the BaseWicketTester to execute the behaviour (
BaseWicketTester.executeBehavior(org.apache.wicket.behavior.AbstractAjaxBehavior) ).container - contains the AjaxLazyLoadPanel to triggerCopyright © 2006–2015 Apache Software Foundation. All rights reserved.