Uses of Interface
org.odlabs.wiquery.core.events.EventLabel

Packages that use EventLabel
org.odlabs.wiquery.core.events   
org.odlabs.wiquery.core.javascript   
org.odlabs.wiquery.core.javascript.helper   
org.odlabs.wiquery.core.options   
 

Uses of EventLabel in org.odlabs.wiquery.core.events
 

Classes in org.odlabs.wiquery.core.events that implement EventLabel
 class FormEvent
          $Id$
 class KeyboardEvent
          $Id$
 class MouseEvent
          $Id$
 class StateEvent
          $Id$
 

Fields in org.odlabs.wiquery.core.events declared as EventLabel
protected  EventLabel[] Event.eventLabels
          The list of events triggering the JsScope.
 

Constructors in org.odlabs.wiquery.core.events with parameters of type EventLabel
Event(EventLabel... eventLabels)
          Creates a new event binding a JsScope to the given EventLabel.
WiQueryAjaxEventBehavior(EventLabel... events)
           
 

Uses of EventLabel in org.odlabs.wiquery.core.javascript
 

Methods in org.odlabs.wiquery.core.javascript with parameters of type EventLabel
static String JsUtils.implode(EventLabel... eventLabels)
          Converts the given array of EventLabel to a String.
 

Uses of EventLabel in org.odlabs.wiquery.core.javascript.helper
 

Methods in org.odlabs.wiquery.core.javascript.helper with parameters of type EventLabel
static ChainableStatement EventsHelper.bind(EventLabel eventLabel, JsScope jsScope)
          Binds a handler to one or more events (like click) for each matched element.
static ChainableStatement EventsHelper.die(EventLabel eventLabel, JsScope jsScope)
          This does the opposite of live, it removes a bound live event.
static ChainableStatement EventsHelper.live(EventLabel eventLabel, JsScope jsScope)
          Binds a handler to an event (like click) for all current - and future - matched element.
static ChainableStatement EventsHelper.one(EventLabel eventLabel, JsScope jsScope)
          Binds a handler to one or more events to be executed once for each matched element.
static ChainableStatement EventsHelper.trigger(EventLabel eventLabel)
          Trigger an event on every matched element.
static ChainableStatement EventsHelper.trigger(EventLabel eventLabel, CharSequence... data)
          Trigger an event on every matched element.
static ChainableStatement EventsHelper.triggerHandler(EventLabel eventLabel)
          Triggers all bound event handlers on an element (for a specific event type) WITHOUT executing the browser's default actions, bubbling, or live events.
static ChainableStatement EventsHelper.triggerHandler(EventLabel eventLabel, CharSequence... data)
          Triggers all bound event handlers on an element (for a specific event type) WITHOUT executing the browser's default actions, bubbling, or live events.
static ChainableStatement EventsHelper.unbind(EventLabel eventLabel, JsScope jsScope)
          This does the opposite of bind, it removes bound events from each of the matched elements.
 

Uses of EventLabel in org.odlabs.wiquery.core.options
 

Methods in org.odlabs.wiquery.core.options that return EventLabel
 EventLabel EventLabelOptions.getEventLabel()
          Method retrieving the eventLabel value
 

Methods in org.odlabs.wiquery.core.options with parameters of type EventLabel
 void EventLabelOptions.setInteger(EventLabel eventLabel)
          Methode setting the eventLabel value
 

Constructors in org.odlabs.wiquery.core.options with parameters of type EventLabel
EventLabelOptions(EventLabel eventLabel)
          Default constructor
 



Copyright © 2012. All Rights Reserved.