org.apache.wicket.util.tester
Interface TestPanelSource

All Superinterfaces:
IClusterable, java.io.Serializable

public interface TestPanelSource
extends IClusterable

A test Panel factory for WicketTester.

Since:
1.2.6
Author:
Ingram Chen

Method Summary
 Panel getTestPanel(java.lang.String panelId)
          Defines a Panel instance source for WicketTester.
 

Method Detail

getTestPanel

Panel getTestPanel(java.lang.String panelId)
Defines a Panel instance source for WicketTester.

Parameters:
panelId - Component id of the test Panel
Returns:
test Panel instance -- note that the test Panel's Component id must use the given panelId.


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.