|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.extensions.ajax.markup.html.AjaxLazyLoadPanelTester
public class AjaxLazyLoadPanelTester
Class to help test AjaxLazyLoadPanel
| 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 |
|---|
public AjaxLazyLoadPanelTester()
| Method Detail |
|---|
public static void executeAjaxLazyLoadPanel(WicketTester wt,
MarkupContainer container)
MarkupContainer, looking for and triggering AjaxLazyLoadPanels
to fetch their contents. Very useful for testing pages / panels that use
AjaxLazyLoadPanels.
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||