| Package | Description |
|---|---|
| de.agilecoders.wicket.util |
| Modifier and Type | Method and Description |
|---|---|
static JQuery |
JQuery.$(org.apache.wicket.Component component)
helper method to allow a jquery like code style
|
static JQuery |
JQuery.$(org.apache.wicket.Component component,
String... additionalSelector)
helper method to allow a jquery like code style
|
static JQuery |
JQuery.$(String selector)
helper method to allow a jquery like code style
|
JQuery |
JQuery.chain(JQuery.IFunction function)
adds a chained function to this jquery instance
|
JQuery |
JQuery.chain(String functionName)
adds a chained function to this jquery instance
|
JQuery |
JQuery.chain(String functionName,
AbstractConfig config)
adds a chained function to this jquery instance
|
Copyright © 2013 agilecoders.de. All Rights Reserved.