- selectedJsType - Static variable in class org.wicketstuff.minis.behavior.prototip.PrototipBehaviour
-
Made this static as it is very unlikely that you would want different versions of prototip.js
across your site
- ServerHostNameAndTimeFilter - Class in org.wicketstuff.minis.filter
-
Displays an server identifier (combination of host name, IP address and unique id) and the time
it took to handle the request in the browser's status bar like this:
window.defaultStatus = 'Host: myhost/192.168.1.66/someid, handled in: 0.01s'
- ServerHostNameAndTimeFilter() - Constructor for class org.wicketstuff.minis.filter.ServerHostNameAndTimeFilter
-
Construct, trying system property 'hostid' for the server instance.
- ServerHostNameAndTimeFilter(String) - Constructor for class org.wicketstuff.minis.filter.ServerHostNameAndTimeFilter
-
Construct with an id.
- setAlign(TooltipsyOptions.TooltipsyAlignment) - Method in class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyOptions
-
- setAlign(TooltipsyOptions.TooltipsyAlignment) - Method in class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyOptions.TooltipsyOptionsBuilder
-
- setClassName(String) - Method in class org.wicketstuff.minis.behavior.mootip.MootipSettings
-
- setClassName(String) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipSettings
-
you do not need to include the ' '
- setCloseButton(String) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipSettings
-
either false or true
- setColSpan(int) - Method in class org.wicketstuff.minis.behavior.apanel.GridLayoutConstraint
-
- setContent(String) - Method in class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyOptions
-
- setContent(String) - Method in class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyOptions.TooltipsyOptionsBuilder
-
- setCss(String) - Method in class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyOptions
-
- setCss(String) - Method in class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyOptions.TooltipsyOptionsBuilder
-
- setDelay(String) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipSettings
-
seconds before tooltip appears eg 0.2
- setDelay(int) - Method in class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyOptions
-
- setDelay(int) - Method in class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyOptions.TooltipsyOptionsBuilder
-
- setDuration(String) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipSettings
-
duration of the effect, if used eg 0.3
- setEffect(String) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipSettings
-
you do not need to include the ' '
false, appear or blind, or others if they get enabled
- setErrText(String) - Method in class org.wicketstuff.minis.behavior.mootip.MootipSettings
-
- setErrTitle(String) - Method in class org.wicketstuff.minis.behavior.mootip.MootipSettings
-
- setEvalAlways(boolean) - Method in class org.wicketstuff.minis.behavior.mootip.MootipSettings
-
- setExtraOptions(String) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipSettings
-
Futureproofing - this allows you at add any string as an option (note you will need to take
care of ' and { } yourself
- setFixed(boolean) - Method in class org.wicketstuff.minis.behavior.mootip.MootipSettings
-
- setFixed(String) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipSettings
-
eg false or true
- setHideAfter(String) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipSettings
-
false or a number eg 1.5
- setHideDelay(int) - Method in class org.wicketstuff.minis.behavior.mootip.MootipSettings
-
- setHideJavaScript(String) - Method in class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyOptions
-
- setHideJavaScript(String) - Method in class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyOptions.TooltipsyOptionsBuilder
-
- setHideOn(String) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipSettings
-
any event eg mouseout or false
- setHideOn(String, String) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipSettings
-
eg: { element: 'element|target|tip|closeButton|.close', event: 'click|mouseover|mousemove' }
- setHook(String, String) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipSettings
-
Set the hook, where you want
eg:
{ target: 'topLeft|topRight|bottomLeft|bottomRight|
topMiddle|bottomMiddle|leftMiddle|rightMiddle', tip:
'topLeft|topRight|bottomLeft|bottomRight| topMiddle|bottomMiddle|leftMiddle|rightMiddle' }
for false use setHookFalse()
- setHookFalse() - Method in class org.wicketstuff.minis.behavior.prototip.PrototipSettings
-
- setLoadingText(String) - Method in class org.wicketstuff.minis.behavior.mootip.MootipSettings
-
- setMaxTitleChars(int) - Method in class org.wicketstuff.minis.behavior.mootip.MootipSettings
-
- setMootipSettings(MootipSettings) - Method in class org.wicketstuff.minis.behavior.mootip.MootipBehaviour
-
- setOffset(String, String) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipSettings
-
Set both x and y offsets
- setOffset(TooltipsyOptions.Offset) - Method in class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyOptions
-
- setOffset(TooltipsyOptions.Offset) - Method in class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyOptions.TooltipsyOptionsBuilder
-
- setOffset_x(String) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipSettings
-
- setOffset_y(String) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipSettings
-
- setOffsets(Point) - Method in class org.wicketstuff.minis.behavior.mootip.MootipSettings
-
- setOffsetX(int) - Method in class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyOptions.Offset
-
- setOffsetY(int) - Method in class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyOptions.Offset
-
- setOnHide(String) - Method in class org.wicketstuff.minis.behavior.mootip.MootipSettings
-
- setOnLoad(boolean) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipBehaviour
-
Is the javascript set to load 'onload' if false then it will be 'ondomready'
- setOnShow(String) - Method in class org.wicketstuff.minis.behavior.mootip.MootipSettings
-
- setOptions(TooltipsyOptions) - Method in class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyBehavior
-
- setOverrideHeaderContributor(boolean) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipBehaviour
-
If you do not want this behavour to add the required javascript and css files to the header
set this to true (default false)
- setOverrideSelector(String) - Method in class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyBehavior
-
- setReflectionHeight(Integer) - Method in class org.wicketstuff.minis.behavior.reflection.ReflectionBehavior
-
Sets the reflection height.
- setReflectionOpacity(Integer) - Method in class org.wicketstuff.minis.behavior.reflection.ReflectionBehavior
-
Sets the opacity of the reflection.
- setRowSpan(int) - Method in class org.wicketstuff.minis.behavior.apanel.GridLayoutConstraint
-
- setSelectedJsType(JS_TYPE) - Static method in class org.wicketstuff.minis.behavior.prototip.PrototipBehaviour
-
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)
- setSettings(PrototipSettings) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipBehaviour
-
- setShowDelay(int) - Method in class org.wicketstuff.minis.behavior.mootip.MootipSettings
-
- setShowJavaScript(String) - Method in class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyOptions
-
- setShowJavaScript(String) - Method in class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyOptions.TooltipsyOptionsBuilder
-
- setShowOn(String) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipSettings
-
- setShowOnClick(boolean) - Method in class org.wicketstuff.minis.behavior.mootip.MootipSettings
-
- setShowOnMouseEnter(boolean) - Method in class org.wicketstuff.minis.behavior.mootip.MootipSettings
-
- setSource(Component) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipBehaviour
-
- setTarget(String) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipSettings
-
- settings - Variable in class org.wicketstuff.minis.behavior.prototip.PrototipBehaviour
-
- setTitle(String) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipBehaviour
-
- setTitle(String) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipSettings
-
- setTooltip(String) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipBehaviour
-
- setTooltipComponent(Component) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipBehaviour
-
- setTooltipsyClassName(String) - Method in class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyOptions
-
- setTooltipsyClassName(String) - Method in class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyOptions.TooltipsyOptionsBuilder
-
- setViewpoint(String) - Method in class org.wicketstuff.minis.behavior.prototip.PrototipSettings
-
- show(String, Integer, Integer) - Static method in class org.wicketstuff.minis.behavior.reflection.ReflectionBehavior.Javascript
-
Gets the script that adds a reflection to an image.
- show(String) - Static method in class org.wicketstuff.minis.behavior.veil.VeilResources.Javascript.Generic
-
Generates javascript to show a veil over a tag
- show(String, String) - Static method in class org.wicketstuff.minis.behavior.veil.VeilResources.Javascript.Generic
-
Generates javascript to show a veil over a tag
- show(Component) - Static method in class org.wicketstuff.minis.behavior.veil.VeilResources.Javascript
-
Generates javascript to show a veil over a tag
- show(Component, String) - Static method in class org.wicketstuff.minis.behavior.veil.VeilResources.Javascript
-
Generates javascript to show a veil over a tag
- size() - Method in class org.wicketstuff.minis.model.collection.DetachableSet
- source - Variable in class org.wicketstuff.minis.behavior.prototip.PrototipBehaviour
-
- Spinner - Class in org.wicketstuff.minis.behavior.spinner
-
- Spinner() - Constructor for class org.wicketstuff.minis.behavior.spinner.Spinner
-
- StringValidatorWithMaxLength - Class in org.wicketstuff.minis.behavior.validator
-
Similar to StringValidator-s but these add maxlength attribute to the html tag.
- StringValidatorWithMaxLength() - Constructor for class org.wicketstuff.minis.behavior.validator.StringValidatorWithMaxLength
-
- StyleSwitcher - Class in org.wicketstuff.minis.behavior.styleswitcher
-
StyleSwitcher
Adds a set of alternate stylesheet links to the header with title attributes.
- StyleSwitcher() - Constructor for class org.wicketstuff.minis.behavior.styleswitcher.StyleSwitcher
-
- StyleSwitcher.Javascript - Class in org.wicketstuff.minis.behavior.styleswitcher
-
JavaScript access methods
- StyleSwitcherLink - Class in org.wicketstuff.minis.behavior.styleswitcher
-
StyleSwitcherLink
Creates a WebMarkupContainer that adds an href attribute to a javascript function that
switches the active stylesheet.
- StyleSwitcherLink(String, IModel<?>) - Constructor for class org.wicketstuff.minis.behavior.styleswitcher.StyleSwitcherLink
-
Construct.
- StyleSwitcherLink(String, String) - Constructor for class org.wicketstuff.minis.behavior.styleswitcher.StyleSwitcherLink
-
Construct.
- StyleSwitcherPanel - Class in org.wicketstuff.minis.behavior.styleswitcher
-
StyleSwitcherPanel
An example of using
StyleSwitcher with three
StyleSwitcherLink components to
quickly switch between small, medium, and large fonts by simply clicking an icon.
- StyleSwitcherPanel(String) - Constructor for class org.wicketstuff.minis.behavior.styleswitcher.StyleSwitcherPanel
-
Constructor