Uses of Class
org.wicketstuff.wiquery.core.javascript.JsStatement
Packages that use JsStatement
-
Uses of JsStatement in org.wicketstuff.wiquery.core.javascript
Methods in org.wicketstuff.wiquery.core.javascript that return JsStatementModifier and TypeMethodDescriptionJsQuery.$()Same asJsQuery.$()but with a specified CSS selector.JsStatement.$()Appends the jQuery's$function to the currentJsStatement.JsStatement.$(org.apache.wicket.Component context) Same method as$(Component, String)with an empty selector.Appends the jQuery's$function to the currentJsStatement.Binds theaddClassstatement.JsStatement.after(CharSequence html) Binds theafterstatement.JsScopeContext.append(CharSequence javascriptCode) Creates a newJsStatementand append the given JavaScript code in this statement.JsStatement.append(CharSequence charSequence) Appends the givenCharSequenceto this statement.Binds theattrstatement.Binds theattrstatement.JsStatement.before(CharSequence html) Binds thebeforestatement.JsStatement.chain(CharSequence statementLabel, CharSequence... statementArgs) Chains a function call to thisJsStatement.JsStatement.chain(ChainableStatement chainableStatement) Chains a function call to thisJsStatement.Binds thecssstatement.Binds thecssstatement.JsQuery.document()JsStatement.document()Appends $(document) to the statement.Appends the each jQuery statement.JsQuery.getStatement()JsStatement.html(CharSequence htmlContents) Binds thehtmlstatement.JsStatement.insertAfter(String expression) Binds theinsertAfterstatement.JsStatement.insertBefore(String expression) Binds theinsertBeforestatement.Appends the ready jQuery statement.JsStatement.removeAttr(String key) Binds theremoveAttrstatement.JsStatement.removeClass(String className) Binds theremoveClassstatement.JsScopeContext.self()Creates a newJsStatementand append the "this" keyword in this statement.JsStatement.self()Appends thethiskeyword to this statement.JsStatement.toggleClass(String className) Binds thetoggleClassstatement.Creates a newJsStatementand append the given variable name in this statement.Methods in org.wicketstuff.wiquery.core.javascript with parameters of type JsStatementModifier and TypeMethodDescriptionstatic JsScopeJsScope.quickScope(JsStatement jsStatement) Creates a defaultJsScopeto execute the given statement.static JsScopeEventJsScopeEvent.quickScope(JsStatement jsStatement) Creates a defaultJsScopeEventto execute the given statement.voidJsQuery.setStatement(JsStatement jsStatement) FOR FRAMEWORK'S INTERNAL USE ONLY