Uses of Class
org.wicketstuff.minis.behavior.prototip.JS_TYPE

Packages that use JS_TYPE
org.wicketstuff.minis.behavior.prototip   
 

Uses of JS_TYPE in org.wicketstuff.minis.behavior.prototip
 

Fields in org.wicketstuff.minis.behavior.prototip 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.behavior.prototip that return JS_TYPE
static JS_TYPE PrototipBehaviour.getSelectedJsType()
           
static JS_TYPE JS_TYPE.valueOf(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 are declared.
 

Methods in org.wicketstuff.minis.behavior.prototip 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 © 2014. All rights reserved.