| Package | Description |
|---|---|
| org.odlabs.wiquery.core.events | |
| org.odlabs.wiquery.core.javascript | |
| org.odlabs.wiquery.core.javascript.helper | |
| org.odlabs.wiquery.core.options |
| Modifier and Type | Class and Description |
|---|---|
class |
FormEvent
$Id: FormEvent.java 415 2010-09-17 21:32:54Z lionel.armanet $
|
class |
KeyboardEvent
$Id: KeyboardEvent.java 415 2010-09-17 21:32:54Z lionel.armanet $
|
class |
MouseEvent
$Id: MouseEvent.java 415 2010-09-17 21:32:54Z lionel.armanet $
|
class |
StateEvent
$Id: StateEvent.java 415 2010-09-17 21:32:54Z lionel.armanet $
|
class |
WiQueryEvent
Deprecated.
will be removed in 1.2
$Id: WiQueryEvent.java 415 2010-09-17 21:32:54Z lionel.armanet $
TODO insert comments here |
| Modifier and Type | Field and Description |
|---|---|
protected EventLabel[] |
Event.eventLabels
The list of events triggering the
JsScope. |
| Constructor and Description |
|---|
Event(EventLabel... eventLabels)
Creates a new event binding a
JsScope to the given
EventLabel. |
WiQueryAjaxEventBehavior(EventLabel... events) |
| Modifier and Type | Method and Description |
|---|---|
static String |
JsUtils.implode(EventLabel... eventLabels)
Converts the given array of
EventLabel to a String. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
EventLabel |
EventLabelOptions.getEventLabel()
Method retrieving the eventLabel value
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventLabelOptions.setInteger(EventLabel eventLabel)
Methode setting the eventLabel value
|
| Constructor and Description |
|---|
EventLabelOptions(EventLabel eventLabel)
Default constructor
|
Copyright © 2009-2012. All Rights Reserved.