Module org.apache.wicket.tester
Package org.apache.wicket.util.tester
Class WicketTesterHelper.ComponentData
java.lang.Object
org.apache.wicket.util.tester.WicketTesterHelper.ComponentData
- All Implemented Interfaces:
Serializable
,IClusterable
- Enclosing class:
- WicketTesterHelper
ComponentData
class.- Since:
- 1.2.6
- Author:
- Ingram Chen
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
path
Component path. -
type
Component type. -
value
Component value. -
isVisible
Component visibility -
isEnabled
Whether Component is Enabled
-
-
Constructor Details
-
ComponentData
public ComponentData()
-