Uses of Interface
org.wicketstuff.wiquery.core.javascript.ChainableStatement
Packages that use ChainableStatement
Package
Description
-
Uses of ChainableStatement in org.wicketstuff.wiquery.core.events
Classes in org.wicketstuff.wiquery.core.events that implement ChainableStatementModifier and TypeClassDescriptionclass$Id: Event.java 1714M 2012-01-17 08:29:18Z (local) $ -
Uses of ChainableStatement in org.wicketstuff.wiquery.core.javascript
Classes in org.wicketstuff.wiquery.core.javascript that implement ChainableStatementModifier and TypeClassDescriptionclass$Id: DefaultChainableStatement.java 1714M 2012-01-17 08:33:01Z (local) $Methods in org.wicketstuff.wiquery.core.javascript with parameters of type ChainableStatementModifier and TypeMethodDescriptionJsStatement.chain(ChainableStatement chainableStatement) Chains a function call to thisJsStatement. -
Uses of ChainableStatement in org.wicketstuff.wiquery.core.javascript.helper
Methods in org.wicketstuff.wiquery.core.javascript.helper that return ChainableStatementModifier and TypeMethodDescriptionstatic ChainableStatementBinds theaddstatement.static ChainableStatementBinds theaddClassstatement.static ChainableStatementManipulatingHelper.after(CharSequence html) Binds theafterstatement.static ChainableStatementBinds theattrstatement.static ChainableStatementBinds theattrstatement.static ChainableStatementManipulatingHelper.before(CharSequence html) Binds thebeforestatement.static ChainableStatementEventsHelper.bind(EventLabel eventLabel, JsScope jsScope) Binds a handler to one or more events (like click) for each matched element.static ChainableStatementEventsHelper.blur()Triggers the blur event of each matched element.static ChainableStatementBind a function to the blur event of each matched element.static ChainableStatementEventsHelper.change()Triggers the change event of each matched element.static ChainableStatementBind a function to the change event of each matched element.static ChainableStatementBinds thechildrenstatement.static ChainableStatementEventsHelper.click()Triggers the click event of each matched element.static ChainableStatementBind a function to the click event of each matched element.static ChainableStatementBinds thecontentsstatement.static ChainableStatementBinds thecssstatement.static ChainableStatementBinds thecssstatement.static ChainableStatementEventsHelper.dblclick()Triggers the dblclick event of each matched element.static ChainableStatementBind a function to the dblclick event of each matched element.static ChainableStatementEventsHelper.die(EventLabel eventLabel, JsScope jsScope) This does the opposite of live, it removes a bound live event.static ChainableStatementTraversingHelper.eq(int position) Binds theeqstatement.static ChainableStatementEventsHelper.error()Triggers the error event of each matched element.static ChainableStatementBind a function to the error event of each matched element.static ChainableStatementBinds thefilterstatement.static ChainableStatementBinds thefindstatement.static ChainableStatementEventsHelper.focus()Triggers the focus event of each matched element.static ChainableStatementBind a function to the focus event of each matched element.static ChainableStatementSimulates hovering (moving the mouse on, and off, an object).static ChainableStatementAttributesHelper.html(CharSequence htmlContents) Binds thehtmlstatement.static ChainableStatementManipulatingHelper.insertAfter(String expression) Binds theinsertAfterstatement.static ChainableStatementManipulatingHelper.insertBefore(String expression) Binds theinsertBeforestatement.static ChainableStatementEventsHelper.keydown()Triggers the keydown event of each matched element.static ChainableStatementBind a function to the keydown event of each matched element.static ChainableStatementEventsHelper.keypress()Triggers the keypress event of each matched element.static ChainableStatementBind a function to the keypress event of each matched element.static ChainableStatementEventsHelper.keyup()Triggers the keyup event of each matched element.static ChainableStatementBind a function to the keyup event of each matched element.static ChainableStatementEventsHelper.live(EventLabel eventLabel, JsScope jsScope) Binds a handler to an event (like click) for all current - and future - matched element.static ChainableStatementBind a function to the load event of each matched element.static ChainableStatementBind a function to the mousedown event of each matched element.static ChainableStatementEventsHelper.mouseenter(JsScope jsScope) Bind a function to the mouseenter event of each matched element.static ChainableStatementEventsHelper.mouseleave(JsScope jsScope) Bind a function to the mouseleave event of each matched element.static ChainableStatementBind a function to the mousemove event of each matched element.static ChainableStatementBind a function to the mouseout event of each matched element.static ChainableStatementBind a function to the mouseover event of each matched element.static ChainableStatementBind a function to the mouseup event of each matched element.static ChainableStatementBinds thenextstatement.static ChainableStatementBinds thenextAllstatement.static ChainableStatementBinds thenotstatement.static ChainableStatementEventsHelper.one(EventLabel eventLabel, JsScope jsScope) Binds a handler to one or more events to be executed once for each matched element.static ChainableStatementBinds theparentstatement.static ChainableStatementBinds theparentsstatement.static ChainableStatementBinds theprevstatement.static ChainableStatementBinds theprevAllstatement.static ChainableStatementBinds a function to be executed whenever the DOM is ready to be traversed and manipulated.static ChainableStatementAttributesHelper.removeAttr(String key) Binds theremoveAttrstatement.static ChainableStatementAttributesHelper.removeClass(String className) Binds theremoveClassstatement.static ChainableStatementBind a function to the scroll event of each matched element.static ChainableStatementEventsHelper.select()Triggers the select event of each matched element.static ChainableStatementBind a function to the select event of each matched element.static ChainableStatementBinds thesiblingsstatement.static ChainableStatementTraversingHelper.slice(int start) Binds theslicestatement.static ChainableStatementTraversingHelper.slice(int start, int end) Binds theslicestatement.static ChainableStatementEventsHelper.submit()Triggers the submit event of each matched element.static ChainableStatementBind a function to the submit event of each matched element.static ChainableStatementToggle among two function calls every other click.static ChainableStatementToggle among two or more function calls every other click.static ChainableStatementAttributesHelper.toggleClass(String className) Binds thetoggleClassstatement.static ChainableStatementEventsHelper.trigger(EventLabel eventLabel) Trigger an event on every matched element.static ChainableStatementEventsHelper.trigger(EventLabel eventLabel, CharSequence... data) Trigger an event on every matched element.static ChainableStatementEventsHelper.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 ChainableStatementEventsHelper.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 ChainableStatementEventsHelper.unbind(EventLabel eventLabel, JsScope jsScope) This does the opposite of bind, it removes bound events from each of the matched elements.static ChainableStatementBind a function to the unload event of each matched element.