org.odlabs.wiquery.core.javascript.helper
Class ManipulatingHelper

java.lang.Object
  extended by org.odlabs.wiquery.core.javascript.helper.ManipulatingHelper

public class ManipulatingHelper
extends Object

$Id$

Helper to bind manipulating functions.

Since:
0.7
Author:
Lionel Armanet
See Also:
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

ManipulatingHelper

public ManipulatingHelper()
Method Detail

after

public static ChainableStatement after(CharSequence html)
Binds the after statement.


insertAfter

public static ChainableStatement insertAfter(String expression)
Binds the insertAfter statement.


before

public static ChainableStatement before(CharSequence html)
Binds the before statement.


insertBefore

public static ChainableStatement insertBefore(String expression)
Binds the insertBefore statement.



Copyright © 2012. All Rights Reserved.