Class AjaxLazyLoadPanelTester
java.lang.Object
org.apache.wicket.extensions.tester.AjaxLazyLoadPanelTester
Class to help test
AjaxLazyLoadPanel
- Author:
- Antony Stubbs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Triggers loading of allAjaxLazyLoadPanel
's content in the last rendered page.static void
executeAjaxLazyLoadPanel
(BaseWicketTester wt, Page page) Triggers loading of allAjaxLazyLoadPanel
's content in a page.static Duration
loadAjaxLazyLoadPanel
(BaseWicketTester wt, AjaxLazyLoadPanel<?> panel) Triggers loading of a singleAjaxLazyLoadPanel
.
-
Constructor Details
-
AjaxLazyLoadPanelTester
public AjaxLazyLoadPanelTester()
-
-
Method Details
-
executeAjaxLazyLoadPanel
Triggers loading of allAjaxLazyLoadPanel
's content in the last rendered page.- Parameters:
wt
- the tester
-
executeAjaxLazyLoadPanel
Triggers loading of allAjaxLazyLoadPanel
's content in a page.- Parameters:
wt
- the testerpage
- contains theAjaxLazyLoadPanel
s to trigger
-
loadAjaxLazyLoadPanel
Triggers loading of a singleAjaxLazyLoadPanel
.- Parameters:
wt
- the testerpanel
- the panel- Returns:
- update duration or
null
of already loadedO
-