Ajocado API 1.0.0.Alpha2

Uses of Class
org.jboss.arquillian.ajocado.dom.Event

Packages that use Event
org.jboss.arquillian.ajocado.dom   
org.jboss.arquillian.ajocado.framework   
 

Uses of Event in org.jboss.arquillian.ajocado.dom
 

Fields in org.jboss.arquillian.ajocado.dom declared as Event
static Event Event.ABORT
          The event definition for 'abort'
static Event Event.BLUR
          The event definition for 'blur'
static Event Event.CHANGE
          The event definition for 'change'
static Event Event.CLICK
          The event definition for 'click'
static Event Event.DBLCLICK
          The event definition for 'dblclick'
static Event Event.ERROR
          The event definition for 'error'
static Event Event.FOCUS
          The event definition for 'focus'
static Event Event.KEYDOWN
          The event definition for 'keydown'
static Event Event.KEYPRESS
          The event definition for 'keypress'
static Event Event.KEYUP
          The event definition for 'keyup'
static Event Event.LOAD
          The event definition for 'load'
static Event Event.MOUSEDOWN
          The event definition for 'mousedown'
static Event Event.MOUSEMOVE
          The event definition for 'mousemove'
static Event Event.MOUSEOUT
          The event definition for 'mouseout'
static Event Event.MOUSEOVER
          The event definition for 'mouseover'
static Event Event.MOUSEUP
          The event definition for 'mouseup'
static Event Event.RESET
          The event definition for 'reset'
static Event Event.RESIZE
          The event definition for 'resize'
static Event Event.SELECT
          The event definition for 'select'
static Event Event.SUBMIT
          The event definition for 'submit'
static Event Event.UNLOAD
          The event definition for 'unload'
 

Uses of Event in org.jboss.arquillian.ajocado.framework
 

Methods in org.jboss.arquillian.ajocado.framework with parameters of type Event
 void TypedSelenium.fireEvent(ElementLocator<?> locator, Event event)
          Explicitly simulate an event, to trigger the corresponding handler.
 


Ajocado API 1.0.0.Alpha2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.