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

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

public class CssHelper
extends Object

$Id$

Helper to bind css functions.

Author:
Lionel Armanet
See Also:
http://docs.jquery.com/CSS

Constructor Summary
CssHelper()
           
 
Method Summary
static ChainableStatement css(Options options)
          Binds the css statement.
static ChainableStatement css(String name, String value)
          Binds the css statement.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CssHelper

public CssHelper()
Method Detail

css

public static ChainableStatement css(Options options)
Binds the css statement.


css

public static ChainableStatement css(String name,
                                     String value)
Binds the css statement.



Copyright © 2012. All Rights Reserved.