|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odlabs.wiquery.core.javascript.helper.ManipulatingHelper
public class ManipulatingHelper
$Id$
Helper to bind manipulating functions.
http://docs.jquery.com/Manipulation
Constructor Summary | |
---|---|
ManipulatingHelper()
|
Method Summary | |
---|---|
static ChainableStatement |
after(CharSequence html)
Binds the after statement. |
static ChainableStatement |
before(CharSequence html)
Binds the before statement. |
static ChainableStatement |
insertAfter(String expression)
Binds the insertAfter statement. |
static ChainableStatement |
insertBefore(String expression)
Binds the insertBefore statement. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManipulatingHelper()
Method Detail |
---|
public static ChainableStatement after(CharSequence html)
after
statement.
public static ChainableStatement insertAfter(String expression)
insertAfter
statement.
public static ChainableStatement before(CharSequence html)
before
statement.
public static ChainableStatement insertBefore(String expression)
insertBefore
statement.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |