Uses of Class
org.wicketstuff.minis.prototipbehaviour.JS_TYPE

Packages that use JS_TYPE
org.wicketstuff.minis.prototipbehaviour   
 

Uses of JS_TYPE in org.wicketstuff.minis.prototipbehaviour
 

Fields in org.wicketstuff.minis.prototipbehaviour declared as JS_TYPE
protected static JS_TYPE PrototipBehaviour.selectedJsType
          Made this static as it is very unlikely that you would want different versions of prototip.js across your site
 

Methods in org.wicketstuff.minis.prototipbehaviour that return JS_TYPE
static JS_TYPE PrototipBehaviour.getSelectedJsType()
           
static JS_TYPE JS_TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JS_TYPE[] JS_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.wicketstuff.minis.prototipbehaviour with parameters of type JS_TYPE
static void PrototipBehaviour.setSelectedJsType(JS_TYPE selectedJsType)
          There are 3 different js files which can be included: a normal uncompressed one a minified one a minified and gziped one To override the default (the minified one) set this parameter This is a static method and as such affects all PrototipBehaviour in the system, this is so that you do not have to set the type for every PrototipBehaviour that you use (which is tedious)
 



Copyright © 2010. All Rights Reserved.