Class AttributesHelper
java.lang.Object
org.wicketstuff.wiquery.core.javascript.helper.AttributesHelper
$Id: AttributesHelper.java 1714M 2012-01-17 08:35:28Z (local) $
Helper to bind attributes functions.
- Since:
- 0.7
- Author:
- Lionel Armanet
- See Also:
-
- "http://docs.jquery.com/Attributes"
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChainableStatementBinds theaddClassstatement.static ChainableStatementBinds theattrstatement.static ChainableStatementBinds theattrstatement.static ChainableStatementhtml(CharSequence htmlContents) Binds thehtmlstatement.static ChainableStatementremoveAttr(String key) Binds theremoveAttrstatement.static ChainableStatementremoveClass(String className) Binds theremoveClassstatement.static ChainableStatementtoggleClass(String className) Binds thetoggleClassstatement.
-
Method Details
-
attr
Binds theattrstatement. -
attr
Binds theattrstatement. -
removeAttr
Binds theremoveAttrstatement. -
addClass
Binds theaddClassstatement. -
removeClass
Binds theremoveClassstatement. -
toggleClass
Binds thetoggleClassstatement. -
html
Binds thehtmlstatement.
-