Uses of Class
org.wicketstuff.minis.behavior.prototip.JS_TYPE
-
Packages that use JS_TYPE Package Description 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 Modifier and Type Field Description protected static JS_TYPEPrototipBehaviour. selectedJsTypeMade this static as it is very unlikely that you would want different versions of prototip.js across your siteMethods in org.wicketstuff.minis.behavior.prototip that return JS_TYPE Modifier and Type Method Description static JS_TYPEPrototipBehaviour. getSelectedJsType()static JS_TYPEJS_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 Modifier and Type Method Description static voidPrototipBehaviour. 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)
-