|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JQuery | |
---|---|
org.zkoss.ztl | ZTL Selenium Core library. |
Uses of JQuery in org.zkoss.ztl |
---|
Methods in org.zkoss.ztl that return JQuery | |
---|---|
JQuery |
JQuery.children()
Returns the child element in JQuery object. |
JQuery |
JQuery.children(java.lang.String selector)
Returns the child element in JQuery object. |
JQuery |
JQuery.eq(int index)
proxy for jQuery eq method |
JQuery |
JQuery.find(java.lang.String selector)
Finds the element from the given selector. |
JQuery |
JQuery.first()
Returns the first element in JQuery object. |
JQuery |
ZK.jq()
Switches to the JQuery object. |
protected JQuery |
ZKClientTestCase.jq(ClientWidget el)
Returns the Jquery object of the ZKClientObject. |
protected JQuery |
ZKClientTestCase.jq(java.lang.String selector)
Returns the Jquery object of the selector Default: without "#" sign |
JQuery |
JQuery.last()
Returns the last element in JQuery object. |
JQuery |
JQuery.next()
Returns the next element in JQuery object. |
JQuery |
JQuery.parent()
Returns the parent element in JQuery object. |
JQuery |
JQuery.parent(java.lang.String selector)
Returns the parent element in JQuery object. |
JQuery |
JQuery.parents(java.lang.String selector)
Returns the parents element in JQuery object. |
JQuery |
JQuery.prev()
Returns the previous element in JQuery object. |
Methods in org.zkoss.ztl that return types with arguments of type JQuery | |
---|---|
java.util.Iterator<JQuery> |
JQuery.iterator()
|
Methods in org.zkoss.ztl with parameters of type JQuery | |
---|---|
protected Widget |
ZKClientTestCase.widget(JQuery jQuery)
Returns the Widget object from the JQuery object. |
Constructors in org.zkoss.ztl with parameters of type JQuery | |
---|---|
Widget(JQuery jquery)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |