Class WicketTesterHelper.ComponentData

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.wicket.util.io.IClusterable
    Enclosing class:
    WicketTesterHelper

    public static class WicketTesterHelper.ComponentData
    extends java.lang.Object
    implements org.apache.wicket.util.io.IClusterable
    ComponentData class.
    Since:
    1.2.6
    Author:
    Ingram Chen
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean isEnabled
      Whether Component is Enabled
      boolean isVisible
      Component visibility
      java.lang.String path
      Component path.
      java.lang.String type
      Component type.
      java.lang.String value
      Component value.
    • Constructor Summary

      Constructors 
      Constructor Description
      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 java.lang.String path
        Component path.
      • type

        public java.lang.String type
        Component type.
      • value

        public java.lang.String value
        Component value.
      • isVisible

        public boolean isVisible
        Component visibility
      • isEnabled

        public boolean isEnabled
        Whether Component is Enabled
    • Constructor Detail

      • ComponentData

        public ComponentData()