Uses of Class
org.wicketstuff.wiquery.core.javascript.JsScope
Packages that use JsScope
Package
Description
-
Uses of JsScope in org.wicketstuff.wiquery.core.ajax
Methods in org.wicketstuff.wiquery.core.ajax with parameters of type JsScopeModifier and TypeMethodDescriptionJQueryAjaxOption.setBeforeSendEvent(JsScope beforeSend) A pre-callback to modify the XMLHttpRequest object before it is sent.JQueryAjaxOption.setCompleteEvent(JsScope complete) A function to be called when the request finishes (after success and error callbacks are executed).JQueryAjaxOption.setDataFilterEvent(JsScope dataFilter) A function to be used to handle the raw responsed data of XMLHttpRequest.JQueryAjaxOption.setErrorEvent(JsScope error) A function to be called if the request fails.JQueryAjaxOption.setSuccessEvent(JsScope success) A function to be called if the request succeeds.JQueryAjaxOption.setXhrEvent(JsScope xhr) Callback for creating the XMLHttpRequest object. -
Uses of JsScope in org.wicketstuff.wiquery.core.events
Methods in org.wicketstuff.wiquery.core.events that return JsScope -
Uses of JsScope in org.wicketstuff.wiquery.core.javascript
Subclasses of JsScope in org.wicketstuff.wiquery.core.javascriptModifier and TypeClassDescriptionclass$Id: JsScopeEvent.java 1714 2011-09-22 20:38:30Z hielke.hoeve $ This class represent a JsScope event for the JQuery scope event The javascript representation will be like this:Methods in org.wicketstuff.wiquery.core.javascript that return JsScopeModifier and TypeMethodDescriptionstatic JsScopeJsScope.quickScope(CharSequence javascriptCode) Creates a defaultJsScopeto execute the given statement.static JsScopeJsScope.quickScope(JsStatement jsStatement) Creates a defaultJsScopeto execute the given statement.Methods in org.wicketstuff.wiquery.core.javascript with parameters of type JsScopeModifier and TypeMethodDescriptionBinds theattrstatement.Appends the each jQuery statement.Appends the ready jQuery statement. -
Uses of JsScope in org.wicketstuff.wiquery.core.javascript.helper
Methods in org.wicketstuff.wiquery.core.javascript.helper with parameters of type JsScopeModifier and TypeMethodDescriptionstatic ChainableStatementBinds theattrstatement.static ChainableStatementEventsHelper.bind(EventLabel eventLabel, JsScope jsScope) Binds a handler to one or more events (like click) for each matched element.static ChainableStatementBind a function to the blur event of each matched element.static ChainableStatementBind a function to the change event of each matched element.static ChainableStatementBind a function to the click 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 ChainableStatementBind a function to the error 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 ChainableStatementBind a function to the keydown event of each matched element.static ChainableStatementBind a function to the keypress 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 ChainableStatementEventsHelper.one(EventLabel eventLabel, JsScope jsScope) Binds a handler to one or more events to be executed once for each matched element.static ChainableStatementBinds a function to be executed whenever the DOM is ready to be traversed and manipulated.static ChainableStatementBind a function to the scroll event of each matched element.static ChainableStatementBind a function to the select 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 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. -
Uses of JsScope in org.wicketstuff.wiquery.core.options
Methods in org.wicketstuff.wiquery.core.options that return JsScopeMethods in org.wicketstuff.wiquery.core.options with parameters of type JsScope