| Modifier and Type | Method and Description |
|---|---|
JsStatement |
IWiQueryPlugin.statement()
Deprecated.
use
Component.renderHead(IHeaderResponse) to render your
statement. |
| Modifier and Type | Method and Description |
|---|---|
JsStatement |
WiQueryAbstractAjaxBehavior.statement()
Deprecated.
use
WiQueryAbstractAjaxBehavior.renderHead(Component, IHeaderResponse) to render your
statement. |
| Modifier and Type | Method and Description |
|---|---|
JsStatement |
EffectBehavior.statement()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
JsStatement |
WiQueryEventBehavior.statement()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
JsStatement |
JsStatement.$()
Appends the jQuery's
$ function to the current JsStatement. |
JsStatement |
JsQuery.$() |
JsStatement |
JsStatement.$(org.apache.wicket.Component context)
Same method as
$(Component, String) with an empty selector. |
JsStatement |
JsStatement.$(org.apache.wicket.Component context,
String selector)
Appends the jQuery's
$ function to the current JsStatement. |
JsStatement |
JsQuery.$(String selector)
Same as
JsQuery.$() but with a specified CSS selector. |
JsStatement |
JsStatement.addClass(String className)
Binds the
addClass statement. |
JsStatement |
JsStatement.after(CharSequence html)
Binds the
after statement. |
JsStatement |
JsStatement.append(CharSequence charSequence)
Appends the given
CharSequence to this statement. |
JsStatement |
JsScopeContext.append(CharSequence javascriptCode)
Creates a new
JsStatement and append the given JavaScript code in this
statement. |
JsStatement |
JsStatement.attr(String key,
JsScope computedValue)
Binds the
attr statement. |
JsStatement |
JsStatement.attr(String key,
String value)
Binds the
attr statement. |
JsStatement |
JsStatement.before(CharSequence html)
Binds the
before statement. |
JsStatement |
JsStatement.chain(ChainableStatement chainableStatement)
Chains a function call to this
JsStatement. |
JsStatement |
JsStatement.chain(CharSequence statementLabel,
CharSequence... statementArgs)
Chains a function call to this
JsStatement. |
JsStatement |
JsStatement.css(Options options)
Binds the
css statement. |
JsStatement |
JsStatement.css(String name,
String value)
Binds the
css statement. |
JsStatement |
JsStatement.document()
Appends $(document) to the statement.
|
JsStatement |
JsQuery.document() |
JsStatement |
JsStatement.each(JsScope scope)
Appends the each jQuery statement.
|
JsStatement |
JsQuery.getStatement() |
JsStatement |
JsStatement.html(CharSequence htmlContents)
Binds the
html statement. |
JsStatement |
JsStatement.insertAfter(String expression)
Binds the
insertAfter statement. |
JsStatement |
JsStatement.insertBefore(String expression)
Binds the
insertBefore statement. |
JsStatement |
JsStatement.ready(JsScope scope)
Appends the ready jQuery statement.
|
JsStatement |
JsStatement.removeAttr(String key)
Binds the
removeAttr statement. |
JsStatement |
JsStatement.removeClass(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(String className)
Binds the
toggleClass statement. |
JsStatement |
JsScopeContext.var(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 © 2015. All Rights Reserved.