org.apache.wicket.util.tester
Interface ITestPanelSource

All Superinterfaces:
IClusterable, java.io.Serializable

Deprecated. since 1.5 No longer needed

@Deprecated
public interface ITestPanelSource
extends IClusterable

A test Panel factory for WicketTester.

Since:
1.2.6
Author:
Ingram Chen

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

Method Detail

getTestPanel

Panel getTestPanel(java.lang.String panelId)
Deprecated. 
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 © 2006-2011 Apache Software Foundation. All Rights Reserved.