org.apache.wicket.util.tester
Class WicketTesterHelper.ComponentData

java.lang.Object
  extended by org.apache.wicket.util.tester.WicketTesterHelper.ComponentData
All Implemented Interfaces:
Serializable, IClusterable
Enclosing class:
WicketTesterHelper

public static class WicketTesterHelper.ComponentData
extends Object
implements IClusterable

ComponentData class.

Since:
1.2.6
Author:
Ingram Chen
See Also:
Serialized Form

Field Summary
 boolean isEnabled
          Whether Component is Enabled
 boolean isVisible
          Component visibility
 String path
          Component path.
 String type
          Component type.
 String value
          Component value.
 
Constructor Summary
WicketTesterHelper.ComponentData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

public String path
Component path.


type

public String type
Component type.


value

public String value
Component value.


isVisible

public boolean isVisible
Component visibility


isEnabled

public boolean isEnabled
Whether Component is Enabled

Constructor Detail

WicketTesterHelper.ComponentData

public WicketTesterHelper.ComponentData()


Copyright © 2006–2015 Apache Software Foundation. All rights reserved.