| Package | Description |
|---|---|
| org.wicketstuff.wiquery.core.events | |
| org.wicketstuff.wiquery.core.javascript | |
| org.wicketstuff.wiquery.core.javascript.helper | |
| org.wicketstuff.wiquery.core.options |
| Modifier and Type | Class and Description |
|---|---|
class |
FormEvent
$Id: FormEvent.java 1714M 2012-01-17 08:29:21Z (local) $
|
class |
KeyboardEvent
$Id: KeyboardEvent.java 1714M 2012-01-17 08:29:30Z (local) $
|
class |
MouseEvent
$Id: MouseEvent.java 1714M 2012-01-17 08:29:30Z (local) $
|
class |
StateEvent
$Id: StateEvent.java 1714M 2012-01-17 08:29:30Z (local) $
|
| 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 © 2015. All Rights Reserved.