| Package | Description |
|---|---|
| org.wicketstuff.wiquery.core.javascript |
| Modifier and Type | Method and Description |
|---|---|
JsStatement |
JsQuery.$() |
JsStatement |
JsStatement.$()
Appends the jQuery's
$ function to the current JsStatement. |
JsStatement |
JsStatement.$(org.apache.wicket.Component context)
Same method as
$(Component, String) with an empty selector. |
JsStatement |
JsStatement.$(org.apache.wicket.Component context,
java.lang.String selector)
Appends the jQuery's
$ function to the current JsStatement. |
JsStatement |
JsQuery.$(java.lang.String selector)
Same as
JsQuery.$() but with a specified CSS selector. |
JsStatement |
JsStatement.addClass(java.lang.String className)
Binds the
addClass statement. |
JsStatement |
JsStatement.after(java.lang.CharSequence html)
Binds the
after statement. |
JsStatement |
JsStatement.append(java.lang.CharSequence charSequence)
Appends the given
CharSequence to this statement. |
JsStatement |
JsScopeContext.append(java.lang.CharSequence javascriptCode)
Creates a new
JsStatement and append the given JavaScript code in this statement. |
JsStatement |
JsStatement.attr(java.lang.String key,
JsScope computedValue)
Binds the
attr statement. |
JsStatement |
JsStatement.attr(java.lang.String key,
java.lang.String value)
Binds the
attr statement. |
JsStatement |
JsStatement.before(java.lang.CharSequence html)
Binds the
before statement. |
JsStatement |
JsStatement.chain(ChainableStatement chainableStatement)
Chains a function call to this
JsStatement. |
JsStatement |
JsStatement.chain(java.lang.CharSequence statementLabel,
java.lang.CharSequence... statementArgs)
Chains a function call to this
JsStatement. |
JsStatement |
JsStatement.css(Options options)
Binds the
css statement. |
JsStatement |
JsStatement.css(java.lang.String name,
java.lang.String value)
Binds the
css statement. |
JsStatement |
JsQuery.document() |
JsStatement |
JsStatement.document()
Appends $(document) to the statement.
|
JsStatement |
JsStatement.each(JsScope scope)
Appends the each jQuery statement.
|
JsStatement |
JsQuery.getStatement() |
JsStatement |
JsStatement.html(java.lang.CharSequence htmlContents)
Binds the
html statement. |
JsStatement |
JsStatement.insertAfter(java.lang.String expression)
Binds the
insertAfter statement. |
JsStatement |
JsStatement.insertBefore(java.lang.String expression)
Binds the
insertBefore statement. |
JsStatement |
JsStatement.ready(JsScope scope)
Appends the ready jQuery statement.
|
JsStatement |
JsStatement.removeAttr(java.lang.String key)
Binds the
removeAttr statement. |
JsStatement |
JsStatement.removeClass(java.lang.String className)
Binds the
removeClass statement. |
JsStatement |
JsStatement.self()
Appends the
this keyword to this statement. |
JsStatement |
JsScopeContext.self()
Creates a new
JsStatement and append the "this" keyword in this statement. |
JsStatement |
JsStatement.toggleClass(java.lang.String className)
Binds the
toggleClass statement. |
JsStatement |
JsScopeContext.var(java.lang.String variable)
Creates a new
JsStatement and append the given variable name in this statement. |
| Modifier and Type | Method and Description |
|---|---|
static JsScopeEvent |
JsScopeEvent.quickScope(JsStatement jsStatement)
Creates a default
JsScopeEvent to execute the given statement. |
static JsScope |
JsScope.quickScope(JsStatement jsStatement)
Creates a default
JsScope to execute the given statement. |
void |
JsQuery.setStatement(JsStatement jsStatement)
FOR FRAMEWORK'S INTERNAL USE ONLY
|
Copyright © 2018. All Rights Reserved.