Class WicketTesterHelper.ComponentData

java.lang.Object
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:
  • Field Details

    • 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 Details