| Package | Description |
|---|---|
| org.wicketstuff.wiquery.core.events | |
| org.wicketstuff.wiquery.core.javascript | |
| org.wicketstuff.wiquery.core.javascript.helper |
| Modifier and Type | Class and Description |
|---|---|
class |
Event
$Id: Event.java 1714M 2012-01-17 08:29:18Z (local) $
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultChainableStatement
$Id: DefaultChainableStatement.java 1714M 2012-01-17 08:33:01Z (local) $
|
| Modifier and Type | Method and Description |
|---|---|
JsStatement |
JsStatement.chain(ChainableStatement chainableStatement)
Chains a function call to this
JsStatement. |
| Modifier and Type | Method and Description |
|---|---|
static ChainableStatement |
TraversingHelper.add(java.lang.String expression)
Binds the
add statement. |
static ChainableStatement |
AttributesHelper.addClass(java.lang.String className)
Binds the
addClass statement. |
static ChainableStatement |
ManipulatingHelper.after(java.lang.CharSequence html)
Binds the
after statement. |
static ChainableStatement |
AttributesHelper.attr(java.lang.String key,
JsScope computedValue)
Binds the
attr statement. |
static ChainableStatement |
AttributesHelper.attr(java.lang.String key,
java.lang.String value)
Binds the
attr statement. |
static ChainableStatement |
ManipulatingHelper.before(java.lang.CharSequence html)
Binds the
before statement. |
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.blur()
Triggers the blur event of each matched element.
|
static ChainableStatement |
EventsHelper.blur(JsScope jsScope)
Bind a function to the blur event of each matched element.
|
static ChainableStatement |
EventsHelper.change()
Triggers the change event of each matched element.
|
static ChainableStatement |
EventsHelper.change(JsScope jsScope)
Bind a function to the change event of each matched element.
|
static ChainableStatement |
TraversingHelper.children(java.lang.String expression)
Binds the
children statement. |
static ChainableStatement |
EventsHelper.click()
Triggers the click event of each matched element.
|
static ChainableStatement |
EventsHelper.click(JsScope jsScope)
Bind a function to the click event of each matched element.
|
static ChainableStatement |
TraversingHelper.contents(java.lang.String expression)
Binds the
contents statement. |
static ChainableStatement |
CssHelper.css(Options options)
Binds the
css statement. |
static ChainableStatement |
CssHelper.css(java.lang.String name,
java.lang.String value)
Binds the
css statement. |
static ChainableStatement |
EventsHelper.dblclick()
Triggers the dblclick event of each matched element.
|
static ChainableStatement |
EventsHelper.dblclick(JsScope jsScope)
Bind a function to the dblclick event of 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 |
TraversingHelper.eq(int position)
Binds the
eq statement. |
static ChainableStatement |
EventsHelper.error()
Triggers the error event of each matched element.
|
static ChainableStatement |
EventsHelper.error(JsScope jsScope)
Bind a function to the error event of each matched element.
|
static ChainableStatement |
TraversingHelper.filter(java.lang.String expression)
Binds the
filter statement. |
static ChainableStatement |
TraversingHelper.find(java.lang.String expression)
Binds the
find statement. |
static ChainableStatement |
EventsHelper.focus()
Triggers the focus event of each matched element.
|
static ChainableStatement |
EventsHelper.focus(JsScope jsScope)
Bind a function to the focus event of each matched element.
|
static ChainableStatement |
EventsHelper.hover(JsScope over,
JsScope out)
Simulates hovering (moving the mouse on, and off, an object).
|
static ChainableStatement |
AttributesHelper.html(java.lang.CharSequence htmlContents)
Binds the
html statement. |
static ChainableStatement |
ManipulatingHelper.insertAfter(java.lang.String expression)
Binds the
insertAfter statement. |
static ChainableStatement |
ManipulatingHelper.insertBefore(java.lang.String expression)
Binds the
insertBefore statement. |
static ChainableStatement |
EventsHelper.keydown()
Triggers the keydown event of each matched element.
|
static ChainableStatement |
EventsHelper.keydown(JsScope jsScope)
Bind a function to the keydown event of each matched element.
|
static ChainableStatement |
EventsHelper.keypress()
Triggers the keypress event of each matched element.
|
static ChainableStatement |
EventsHelper.keypress(JsScope jsScope)
Bind a function to the keypress event of each matched element.
|
static ChainableStatement |
EventsHelper.keyup()
Triggers the keyup event of each matched element.
|
static ChainableStatement |
EventsHelper.keyup(JsScope jsScope)
Bind a function to the keyup event of each matched element.
|
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.load(JsScope jsScope)
Bind a function to the load event of each matched element.
|
static ChainableStatement |
EventsHelper.mousedown(JsScope jsScope)
Bind a function to the mousedown event of each matched element.
|
static ChainableStatement |
EventsHelper.mouseenter(JsScope jsScope)
Bind a function to the mouseenter event of each matched element.
|
static ChainableStatement |
EventsHelper.mouseleave(JsScope jsScope)
Bind a function to the mouseleave event of each matched element.
|
static ChainableStatement |
EventsHelper.mousemove(JsScope jsScope)
Bind a function to the mousemove event of each matched element.
|
static ChainableStatement |
EventsHelper.mouseout(JsScope jsScope)
Bind a function to the mouseout event of each matched element.
|
static ChainableStatement |
EventsHelper.mouseover(JsScope jsScope)
Bind a function to the mouseover event of each matched element.
|
static ChainableStatement |
EventsHelper.mouseup(JsScope jsScope)
Bind a function to the mouseup event of each matched element.
|
static ChainableStatement |
TraversingHelper.next(java.lang.String expression)
Binds the
next statement. |
static ChainableStatement |
TraversingHelper.nextAll(java.lang.String expression)
Binds the
nextAll statement. |
static ChainableStatement |
TraversingHelper.not(java.lang.String expression)
Binds the
not statement. |
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 |
TraversingHelper.parent(java.lang.String expression)
Binds the
parent statement. |
static ChainableStatement |
TraversingHelper.parents(java.lang.String expression)
Binds the
parents statement. |
static ChainableStatement |
TraversingHelper.prev(java.lang.String expression)
Binds the
prev statement. |
static ChainableStatement |
TraversingHelper.prevAll(java.lang.String expression)
Binds the
prevAll statement. |
static ChainableStatement |
EventsHelper.ready(JsScope jsScope)
Binds a function to be executed whenever the DOM is ready to be traversed and manipulated.
|
static ChainableStatement |
AttributesHelper.removeAttr(java.lang.String key)
Binds the
removeAttr statement. |
static ChainableStatement |
AttributesHelper.removeClass(java.lang.String className)
Binds the
removeClass statement. |
static ChainableStatement |
EventsHelper.scroll(JsScope jsScope)
Bind a function to the scroll event of each matched element.
|
static ChainableStatement |
EventsHelper.select()
Triggers the select event of each matched element.
|
static ChainableStatement |
EventsHelper.select(JsScope jsScope)
Bind a function to the select event of each matched element.
|
static ChainableStatement |
TraversingHelper.siblings(java.lang.String expression)
Binds the
siblings statement. |
static ChainableStatement |
TraversingHelper.slice(int start)
Binds the
slice statement. |
static ChainableStatement |
TraversingHelper.slice(int start,
int end)
Binds the
slice statement. |
static ChainableStatement |
EventsHelper.submit()
Triggers the submit event of each matched element.
|
static ChainableStatement |
EventsHelper.submit(JsScope jsScope)
Bind a function to the submit event of each matched element.
|
static ChainableStatement |
EventsHelper.toggle(JsScope jsScope,
JsScope jsScope2)
Toggle among two function calls every other click.
|
static ChainableStatement |
EventsHelper.toggle(JsScope jsScope,
JsScope jsScope2,
JsScope... jsScopes)
Toggle among two or more function calls every other click.
|
static ChainableStatement |
AttributesHelper.toggleClass(java.lang.String className)
Binds the
toggleClass statement. |
static ChainableStatement |
EventsHelper.trigger(EventLabel eventLabel)
Trigger an event on every matched element.
|
static ChainableStatement |
EventsHelper.trigger(EventLabel eventLabel,
java.lang.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,
java.lang.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.
|
static ChainableStatement |
EventsHelper.unload(JsScope jsScope)
Bind a function to the unload event of each matched element.
|
Copyright © 2018. All Rights Reserved.