Package org.wicketstuff.jwicket
Class JQuery
- java.lang.Object
-
- org.wicketstuff.jwicket.JQuery
-
- All Implemented Interfaces:
Serializable
public class JQuery extends Object implements Serializable
This is the base class for the jQuery integration with wicket.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JQuery()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetMajorVersion()static intgetMinorVersion()static intgetSubVersion()static StringgetVersion()static booleanisDebug()static voidsetDebug(boolean value)
-
-
-
Method Detail
-
getVersion
public static final String getVersion()
-
getMajorVersion
public static final int getMajorVersion()
-
getMinorVersion
public static final int getMinorVersion()
-
getSubVersion
public static final int getSubVersion()
-
isDebug
public static boolean isDebug()
-
setDebug
public static void setDebug(boolean value)
-
-