Class WicketTesterHelper.ComponentData

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

    public static class WicketTesterHelper.ComponentData
    extends Object
    implements org.apache.wicket.util.io.IClusterable
    ComponentData class.
    Since:
    1.2.6
    Author:
    Ingram Chen
    See Also:
    Serialized Form
    • 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

      • ComponentData

        public ComponentData()