A B C D E F G H I J M N O P R S T V

A

AbstractDetachableCollection<T> - Class in org.wicketstuff.minis.util.collection
A collection that can be coverted between attached and detached state via calls to AbstractDetachableCollection.attach() and AbstractDetachableCollection.detach().
AbstractDetachableCollection(IDetachCodec<T>) - Constructor for class org.wicketstuff.minis.util.collection.AbstractDetachableCollection
Constructor
add(T) - Method in class org.wicketstuff.minis.util.collection.DetachableSet
 
addAll(Collection<? extends T>) - Method in class org.wicketstuff.minis.util.collection.DetachableSet
 
addStylesheet(String, ResourceReference) - Method in class org.wicketstuff.minis.styleswitcher.StyleSwitcher
Adds stylesheet to this stylesheet switcher
APanel - Class in org.wicketstuff.minis.apanel
Panel that generates markup for added components, so that it doesn't need to have a markup file.
APanel(String) - Constructor for class org.wicketstuff.minis.apanel.APanel
Constructor.
APanel(String, ILayout) - Constructor for class org.wicketstuff.minis.apanel.APanel
Constructor.
attach() - Method in class org.wicketstuff.minis.util.collection.AbstractDetachableCollection
Converts the collection into its attached state.
attach(Serializable) - Method in interface org.wicketstuff.minis.util.IDetachCodec
Converts an object into its attached representation.

B

beforeRender(Component) - Method in class org.wicketstuff.minis.mootipbehavior.MootipAjaxListener
 
beforeRender(Component) - Method in class org.wicketstuff.minis.spinner.Spinner
 
bind(Component) - Method in class org.wicketstuff.minis.mootipbehavior.MootipBehaviour
 
bind(Component) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
override bind so that the component you add this behavior to becomes the component the tooltip applies to
bind(Component) - Method in class org.wicketstuff.minis.reflection.ReflectionBehavior
Binds the component to this behavior.
bind(Component) - Method in class org.wicketstuff.minis.spinner.Spinner
 
bind(Component) - Method in class org.wicketstuff.minis.veil.Veil
 
bind(Component) - Method in class org.wicketstuff.minis.veil.VeilResources
 

C

CaseInsensitiveClassResolver - Class in org.wicketstuff.minis.request.target.coding
Class resolver that wraps a delegate DefaultClassResolver.
CaseInsensitiveClassResolver() - Constructor for class org.wicketstuff.minis.request.target.coding.CaseInsensitiveClassResolver
 
CaseInsensitivePackageRequestTargetUrlCodingStrategy - Class in org.wicketstuff.minis.request.target.coding
 
CaseInsensitivePackageRequestTargetUrlCodingStrategy(String, PackageName) - Constructor for class org.wicketstuff.minis.request.target.coding.CaseInsensitivePackageRequestTargetUrlCodingStrategy
 
clear() - Method in class org.wicketstuff.minis.util.collection.DetachableSet
 
compareTo(GridLayoutConstraint) - Method in class org.wicketstuff.minis.apanel.GridLayoutConstraint
 
configure(Properties) - Method in class org.wicketstuff.minis.spinner.Spinner
This method can be overridden to customize the Spinner.
The following options are used by the Spinner: interval The amount to increment (default=1) round The number of decimal points to which to round (default=0) min The lowest allowed value, false for no min (default=false) max The highest allowed value, false for no max (default=false) prefix String to prepend when updating (default='') suffix String to append when updating (default='') data An array giving a list of items through which to iterate onIncrement Function to call after incrementing onDecrement Function to call after decrementing afterUpdate Function to call after update of the value onStop Function to call on click or mouseup (default=false)
ConstraintBehavior - Class in org.wicketstuff.minis.apanel
Contains information about how a component should be displayed in a layout.
ConstraintBehavior() - Constructor for class org.wicketstuff.minis.apanel.ConstraintBehavior
 
contains(Object) - Method in class org.wicketstuff.minis.util.collection.DetachableSet
 
containsAll(Collection<?>) - Method in class org.wicketstuff.minis.util.collection.DetachableSet
 

D

decode(RequestParameters) - Method in class org.wicketstuff.minis.request.target.coding.CaseInsensitivePackageRequestTargetUrlCodingStrategy
 
DEFAULT_CSS_CLASS_NAME - Static variable in class org.wicketstuff.minis.veil.VeilResources
Css name of wicket's default veil css class
detach() - Method in class org.wicketstuff.minis.util.collection.AbstractDetachableCollection
Converts the collection into a detached state.
detach(T) - Method in interface org.wicketstuff.minis.util.IDetachCodec
Converts an object to its detached representation
DetachableHashSet<T> - Class in org.wicketstuff.minis.util.collection
A hash set that can be converted between attached and detached states.
DetachableHashSet(IDetachCodec<T>) - Constructor for class org.wicketstuff.minis.util.collection.DetachableHashSet
 
DetachableSet<T> - Class in org.wicketstuff.minis.util.collection
A set that can be converted between an attached and detached state.
DetachableSet(IDetachCodec<T>) - Constructor for class org.wicketstuff.minis.util.collection.DetachableSet
Constructor
DisabledVeil - Class in org.wicketstuff.minis.veil
Behavior that shows a veil over a component if it is not enabled
DisabledVeil() - Constructor for class org.wicketstuff.minis.veil.DisabledVeil
Constructor
DisabledVeil(String) - Constructor for class org.wicketstuff.minis.veil.DisabledVeil
Constructor

E

equals(Object) - Method in class org.wicketstuff.minis.apanel.GridLayoutConstraint
 
equals(Object) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
equals(Object) - Method in class org.wicketstuff.minis.util.collection.AbstractDetachableCollection
 

F

FlowLayout - Class in org.wicketstuff.minis.apanel
Layout that only concatenates markup for components.
FlowLayout() - Constructor for class org.wicketstuff.minis.apanel.FlowLayout
Constructor.
FlowLayout(List<IComponentRenderer<?>>) - Constructor for class org.wicketstuff.minis.apanel.FlowLayout
Constructor.
forActivatingStylesheet(String) - Static method in class org.wicketstuff.minis.styleswitcher.StyleSwitcher.Javascript
 

G

getAttachedStore() - Method in class org.wicketstuff.minis.util.collection.AbstractDetachableCollection
Returns collection used to store elements in attached state.
getAttachedStore() - Method in class org.wicketstuff.minis.util.collection.DetachableSet
 
getClassName() - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
getClassName() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
getCloseButton() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
getCol() - Method in class org.wicketstuff.minis.apanel.GridLayoutConstraint
 
getColSpan() - Method in class org.wicketstuff.minis.apanel.GridLayoutConstraint
 
getComponentClass() - Method in interface org.wicketstuff.minis.apanel.IComponentRenderer
 
getDelay() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
getDuration() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
getEffect() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
getErrText() - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
getErrTitle() - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
getEscapedComponentMarkupId() - Method in class org.wicketstuff.minis.mootipbehavior.MootipAjaxListener
Gets the escaped DOM id that the input will get attached to.
getEscapedComponentMarkupId() - Method in class org.wicketstuff.minis.mootipbehavior.MootipBehaviour
Gets the escaped DOM id that the input will get attached to.
getExtraOptions() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
getFixed() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
getHideAfter() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
getHideDelay() - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
getHideOn() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
getHook() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
getLoadingText() - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
getMarkup(T) - Method in interface org.wicketstuff.minis.apanel.IComponentRenderer
Creates wicket markup for a specified component.
getMarkupResourceStream(MarkupContainer, Class) - Method in class org.wicketstuff.minis.apanel.APanel
 
getMaxTitleChars() - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
getMooTipContentId() - Static method in class org.wicketstuff.minis.mootipbehavior.MootipPanel
 
getMooTipPanelId() - Static method in class org.wicketstuff.minis.mootipbehavior.MootipPanel
 
getOffset_x() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
getOffset_y() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
getOffsets() - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
getOnHide() - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
getOnShow() - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
getOptionsString(String) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
Generates the correct Javascript code to add as the third parameter to a prototip tooltip any title passed in here will override any title which is set in this object eg: PrototipBehaviour title > PrototipSettings title
getPatternForPackage(String) - Method in class org.wicketstuff.minis.request.target.coding.CaseInsensitiveClassResolver
Get the Spring search pattern given a package name or part of a package name
getResources(String) - Method in class org.wicketstuff.minis.request.target.coding.CaseInsensitiveClassResolver
 
getRow() - Method in class org.wicketstuff.minis.apanel.GridLayoutConstraint
 
getRowSpan() - Method in class org.wicketstuff.minis.apanel.GridLayoutConstraint
 
getSelectedJsType() - Static method in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
 
getSettings() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
 
getShowDelay() - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
getShowOn() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
getSource() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
 
getSpinDownComponent() - Method in class org.wicketstuff.minis.spinner.Spinner
 
getSpinUpComponent() - Method in class org.wicketstuff.minis.spinner.Spinner
 
getTarget() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
getTitle() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
 
getTitle() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
getTooltip() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
 
getTooltipComponent() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
 
getViewpoint() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
GridLayout - Class in org.wicketstuff.minis.apanel
GridLayout puts markup of components in <table><table/> according to GridLayoutConstraints.
GridLayout(int, int) - Constructor for class org.wicketstuff.minis.apanel.GridLayout
Constructor.
GridLayout(int, int, List<IComponentRenderer<?>>) - Constructor for class org.wicketstuff.minis.apanel.GridLayout
Constructor.
GridLayoutConstraint - Class in org.wicketstuff.minis.apanel
Specifies position of a component for GridLayout and optionally column/row span.
GridLayoutConstraint(int, int) - Constructor for class org.wicketstuff.minis.apanel.GridLayoutConstraint
 

H

hashCode() - Method in class org.wicketstuff.minis.apanel.GridLayoutConstraint
 
hashCode() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
hashCode() - Method in class org.wicketstuff.minis.util.collection.AbstractDetachableCollection
 
hide(AjaxRequestTarget) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
Given an ajax request target, hide this tip on the page
hide(String) - Static method in class org.wicketstuff.minis.reflection.ReflectionBehavior.Javascript
Gets the Javascript for removing a reflection from an image.
hide(String) - Static method in class org.wicketstuff.minis.veil.VeilResources.Javascript.Generic
Generates javascript to hide a veil over a tag
hide(Component) - Static method in class org.wicketstuff.minis.veil.VeilResources.Javascript
Generates javascript to hide a veil over a tag

I

IComponentRenderer<T extends org.apache.wicket.Component> - Interface in org.wicketstuff.minis.apanel
Renderer creates wicket markup for a component.
IDetachCodec<T> - Interface in org.wicketstuff.minis.util
A codec used to convert an object between its attached and detached representations.
ILayout - Interface in org.wicketstuff.minis.apanel
Layout is responsible for creating wicket markup for a group of components.
isAjax() - Method in class org.wicketstuff.minis.mootipbehavior.MootipBehaviour
 
isEmpty() - Method in class org.wicketstuff.minis.util.collection.DetachableSet
 
isEnabled(Component) - Method in class org.wicketstuff.minis.veil.DisabledVeil
 
isEvalAlways() - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
isFixed() - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
isOnLoad() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
Is the javascript set to load 'onload' if false then it will be 'ondomready'
isOverrideHeaderContributor() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
 
isShowOnClick() - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
isShowOnMouseEnter() - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
iterator() - Method in class org.wicketstuff.minis.util.collection.DetachableSet
 

J

JS_TYPE - Enum in org.wicketstuff.minis.prototipbehaviour
Enum for selecting which javascript file to add to the head

M

MootipAjaxListener - Class in org.wicketstuff.minis.mootipbehavior
Internal class used by MooTip integration, used for ajxax calls
MootipAjaxListener(MootipPanel) - Constructor for class org.wicketstuff.minis.mootipbehavior.MootipAjaxListener
 
MootipBehaviour - Class in org.wicketstuff.minis.mootipbehavior
Mootip behavior, implements integration with this http://www.uhleeka.com/dev/mootips/ The component you add this behavior to will be the component which the tooltip appears for
MootipBehaviour(String, String) - Constructor for class org.wicketstuff.minis.mootipbehavior.MootipBehaviour
simple tooltip, using title as tool tip it uses this syntax for splitting title='this will be title:this will be content'
MootipBehaviour(String, String, boolean) - Constructor for class org.wicketstuff.minis.mootipbehavior.MootipBehaviour
simple tooltip, using title as tool tip it uses this syntax for splitting title='this will be title:this will be content'
MootipBehaviour(MootipPanel) - Constructor for class org.wicketstuff.minis.mootipbehavior.MootipBehaviour
Ajax ToolTip, retrieves the panel with an ajax call.
MootipBehaviour(MootipPanel, boolean) - Constructor for class org.wicketstuff.minis.mootipbehavior.MootipBehaviour
Ajax ToolTip, retrieves the panel with an ajax call.
mooTipContentId - Static variable in class org.wicketstuff.minis.mootipbehavior.MootipPanel
 
MootipPanel - Class in org.wicketstuff.minis.mootipbehavior
Place one instance of this on your page to allow for ajax interaction
MootipPanel() - Constructor for class org.wicketstuff.minis.mootipbehavior.MootipPanel
 
mooTipPanelId - Static variable in class org.wicketstuff.minis.mootipbehavior.MootipPanel
 
MootipSettings - Class in org.wicketstuff.minis.mootipbehavior
 
MootipSettings() - Constructor for class org.wicketstuff.minis.mootipbehavior.MootipSettings
 

N

newAttachedStore() - Method in class org.wicketstuff.minis.util.collection.AbstractDetachableCollection
Creates a collection used to store elements in attached state
newAttachedStore() - Method in class org.wicketstuff.minis.util.collection.DetachableHashSet
 

O

onAfterTag(Component, StringBuilder) - Method in class org.wicketstuff.minis.apanel.FlowLayout
 
onBeforeTag(Component, StringBuilder) - Method in class org.wicketstuff.minis.apanel.FlowLayout
 
onBind() - Method in class org.wicketstuff.minis.mootipbehavior.MootipAjaxListener
 
onComponentTag(ComponentTag) - Method in class org.wicketstuff.minis.styleswitcher.StyleSwitcherLink
 
onGridCell(Component, XmlTag) - Method in class org.wicketstuff.minis.apanel.GridLayout
May be overriden to modify <td> tag
onGridRow(XmlTag) - Method in class org.wicketstuff.minis.apanel.GridLayout
May be overriden to modify <tr> tag
onLoad - Variable in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
 
onRendered(Component) - Method in class org.wicketstuff.minis.spinner.Spinner
 
org.wicketstuff.minis.apanel - package org.wicketstuff.minis.apanel
 
org.wicketstuff.minis.mootipbehavior - package org.wicketstuff.minis.mootipbehavior
 
org.wicketstuff.minis.prototipbehaviour - package org.wicketstuff.minis.prototipbehaviour
 
org.wicketstuff.minis.reflection - package org.wicketstuff.minis.reflection
 
org.wicketstuff.minis.request.target.coding - package org.wicketstuff.minis.request.target.coding
 
org.wicketstuff.minis.spinner - package org.wicketstuff.minis.spinner
 
org.wicketstuff.minis.styleswitcher - package org.wicketstuff.minis.styleswitcher
 
org.wicketstuff.minis.util - package org.wicketstuff.minis.util
 
org.wicketstuff.minis.util.collection - package org.wicketstuff.minis.util.collection
 
org.wicketstuff.minis.veil - package org.wicketstuff.minis.veil
 
overrideHeaderContributor - Variable in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
 

P

PrototipBehaviour - Class in org.wicketstuff.minis.prototipbehaviour
Prototip behavior The component you add this behavior to will be the component which the tooltip appears for note this does not work if you add the behavior to a panel
PrototipBehaviour() - Constructor for class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
Default constructor If you use this then you must set either a string, or a component manually
PrototipBehaviour(String) - Constructor for class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
Provide a simple string as a tooltip
PrototipBehaviour(Component) - Constructor for class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
Provide a component to show as the tool tip (eg a panel)
PrototipSettings - Class in org.wicketstuff.minis.prototipbehaviour
This is a class for creating settings to be used with the prototip lib (the optional third argument) in all cases you do not need to worry about enclosing your strings in ' ' There is logic in place so that if you enter false or true (ie the boolean), or a number it will not enclose your string in '', where as any other string it will see http://www.nickstakenburg.com/projects/prototip/ for a better description of the options that prototip uses
PrototipSettings() - Constructor for class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 

R

REFLECTION_JS - Static variable in class org.wicketstuff.minis.reflection.ReflectionBehavior
The resource reference to the reflection.js file.
ReflectionBehavior - Class in org.wicketstuff.minis.reflection
Behavior for adding reflections to an image.
ReflectionBehavior() - Constructor for class org.wicketstuff.minis.reflection.ReflectionBehavior
Default constructor, creates a reflection using the default settings from reflection.js.
ReflectionBehavior(Integer, Integer) - Constructor for class org.wicketstuff.minis.reflection.ReflectionBehavior
Constructor
ReflectionBehavior.Javascript - Class in org.wicketstuff.minis.reflection
Container for javascript calls this behavior enables
remove(AjaxRequestTarget) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
Given an ajax request target, remove this tip from the page
remove(Object) - Method in class org.wicketstuff.minis.util.collection.DetachableSet
 
removeAll(Collection<?>) - Method in class org.wicketstuff.minis.util.collection.DetachableSet
 
renderComponents(List<? extends Component>) - Method in class org.wicketstuff.minis.apanel.FlowLayout
 
renderComponents(List<? extends Component>) - Method in class org.wicketstuff.minis.apanel.GridLayout
 
renderComponents(List<? extends Component>) - Method in interface org.wicketstuff.minis.apanel.ILayout
Creates wicket markup for components, adding markup specific for this layout.
renderHead(IHeaderResponse) - Method in class org.wicketstuff.minis.mootipbehavior.MootipBehaviour
Add the required css and js files to the page Also add the javascript to create the tooltip
renderHead(IHeaderResponse) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
Add the required css and js files to the page Permission to distribute prototip files given by prototip creator Nick Stakenburg (http://www.nickstakenburg.com) Also add the javascript to create the tooltip
renderHead(IHeaderResponse) - Method in class org.wicketstuff.minis.reflection.ReflectionBehavior
Adds the reflection.js javascript to the page.
renderHead(IHeaderResponse) - Method in class org.wicketstuff.minis.spinner.Spinner
 
renderHead(IHeaderResponse) - Method in class org.wicketstuff.minis.styleswitcher.StyleSwitcher
 
renderHead(IHeaderResponse) - Method in class org.wicketstuff.minis.veil.Veil
 
renderHead(IHeaderResponse) - Method in class org.wicketstuff.minis.veil.VeilResources
 
resolveClass(String) - Method in class org.wicketstuff.minis.request.target.coding.CaseInsensitiveClassResolver
 
resolveClassCaseInsensitive(String) - Method in class org.wicketstuff.minis.request.target.coding.CaseInsensitiveClassResolver
 
respond(AjaxRequestTarget) - Method in class org.wicketstuff.minis.mootipbehavior.MootipAjaxListener
 
retainAll(Collection<?>) - Method in class org.wicketstuff.minis.util.collection.DetachableSet
 

S

selectedJsType - Static variable in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
Made this static as it is very unlikely that you would want different versions of prototip.js across your site
setClassName(String) - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
setClassName(String) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
you do not need to include the ' '
setCloseButton(String) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
either false or true
setColSpan(int) - Method in class org.wicketstuff.minis.apanel.GridLayoutConstraint
 
setDelay(String) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
seconds before tooltip appears eg 0.2
setDuration(String) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
duration of the effect, if used eg 0.3
setEffect(String) - Method in class org.wicketstuff.minis.prototipbehaviour.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.mootipbehavior.MootipSettings
 
setErrTitle(String) - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
setEvalAlways(boolean) - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
setExtraOptions(String) - Method in class org.wicketstuff.minis.prototipbehaviour.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.mootipbehavior.MootipSettings
 
setFixed(String) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
eg false or true
setHideAfter(String) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
false or a number eg 1.5
setHideDelay(int) - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
setHideOn(String) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
any event eg mouseout or false
setHideOn(String, String) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
eg: { element: 'element|target|tip|closeButton|.close', event: 'click|mouseover|mousemove' }
setHook(String, String) - Method in class org.wicketstuff.minis.prototipbehaviour.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.prototipbehaviour.PrototipSettings
 
setLoadingText(String) - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
setMaxTitleChars(int) - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
setMootipSettings(MootipSettings) - Method in class org.wicketstuff.minis.mootipbehavior.MootipBehaviour
 
setOffset(String, String) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
Set both x and y offsets
setOffset_x(String) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
setOffset_y(String) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
setOffsets(Point) - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
setOnHide(String) - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
setOnLoad(boolean) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
Is the javascript set to load 'onload' if false then it will be 'ondomready'
setOnShow(String) - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
setOverrideHeaderContributor(boolean) - Method in class org.wicketstuff.minis.prototipbehaviour.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)
setReflectionHeight(Integer) - Method in class org.wicketstuff.minis.reflection.ReflectionBehavior
Sets the reflection height.
setReflectionOpacity(Integer) - Method in class org.wicketstuff.minis.reflection.ReflectionBehavior
Sets the opacity of the reflection.
setRowSpan(int) - Method in class org.wicketstuff.minis.apanel.GridLayoutConstraint
 
setSelectedJsType(JS_TYPE) - Static method in class org.wicketstuff.minis.prototipbehaviour.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.prototipbehaviour.PrototipBehaviour
 
setShowDelay(int) - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
setShowOn(String) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
setShowOnClick(boolean) - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
setShowOnMouseEnter(boolean) - Method in class org.wicketstuff.minis.mootipbehavior.MootipSettings
 
setSource(Component) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
 
setTarget(String) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
settings - Variable in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
 
setTitle(String) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
 
setTitle(String) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
setTooltip(String) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
 
setTooltipComponent(Component) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
 
setViewpoint(String) - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipSettings
 
show(String, Integer, Integer) - Static method in class org.wicketstuff.minis.reflection.ReflectionBehavior.Javascript
Gets the script that adds a reflection to an image.
show(String, String) - Static method in class org.wicketstuff.minis.veil.VeilResources.Javascript.Generic
Generates javascript to show a veil over a tag
show(String) - Static method in class org.wicketstuff.minis.veil.VeilResources.Javascript.Generic
Generates javascript to show a veil over a tag
show(Component, String) - Static method in class org.wicketstuff.minis.veil.VeilResources.Javascript
Generates javascript to show a veil over a tag
show(Component) - Static method in class org.wicketstuff.minis.veil.VeilResources.Javascript
Generates javascript to show a veil over a tag
size() - Method in class org.wicketstuff.minis.util.collection.DetachableSet
 
source - Variable in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
 
Spinner - Class in org.wicketstuff.minis.spinner
This behavior is used to augment a TextField with spinning abilities.
For customization of the Spinner take a look at the configure(Properties) method.
Spinner() - Constructor for class org.wicketstuff.minis.spinner.Spinner
 
StyleSwitcher - Class in org.wicketstuff.minis.styleswitcher
StyleSwitcher Adds a set of alternate stylesheet links to the header with title attributes.
StyleSwitcher() - Constructor for class org.wicketstuff.minis.styleswitcher.StyleSwitcher
Construct.
StyleSwitcher.Javascript - Class in org.wicketstuff.minis.styleswitcher
Javascript access methods
StyleSwitcherLink - Class in org.wicketstuff.minis.styleswitcher
StyleSwitcherLink Creates a WebMarkupContainer that adds an href attribute to a javascript function that switches the active stylesheet.
StyleSwitcherLink(String, String) - Constructor for class org.wicketstuff.minis.styleswitcher.StyleSwitcherLink
Construct.
StyleSwitcherLink(String, IModel) - Constructor for class org.wicketstuff.minis.styleswitcher.StyleSwitcherLink
Construct.
StyleSwitcherPanel - Class in org.wicketstuff.minis.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.styleswitcher.StyleSwitcherPanel
Constructor

T

title - Variable in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
 
toArray() - Method in class org.wicketstuff.minis.util.collection.DetachableSet
 
toArray(T[]) - Method in class org.wicketstuff.minis.util.collection.DetachableSet
 
toggle(String, String) - Static method in class org.wicketstuff.minis.veil.VeilResources.Javascript.Generic
Generates javascript to toggle a veil over a tag
toggle(String) - Static method in class org.wicketstuff.minis.veil.VeilResources.Javascript.Generic
Generates javascript to toggle a veil over a tag
toggle(Component, String) - Static method in class org.wicketstuff.minis.veil.VeilResources.Javascript
Generates javascript to toggle a veil over a tag
toggle(Component) - Static method in class org.wicketstuff.minis.veil.VeilResources.Javascript
Generates javascript to show a toggle over a tag
toJavascript() - Method in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
Get string to add the prototip to the page
tooltip - Variable in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
 
tooltipComponent - Variable in class org.wicketstuff.minis.prototipbehaviour.PrototipBehaviour
 
toString() - Method in class org.wicketstuff.minis.apanel.GridLayoutConstraint
 

V

valueOf(String) - Static method in enum org.wicketstuff.minis.prototipbehaviour.JS_TYPE
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wicketstuff.minis.prototipbehaviour.JS_TYPE
Returns an array containing the constants of this enum type, in the order they're declared.
Veil - Class in org.wicketstuff.minis.veil
Behavior that shows a veil over a component
Veil() - Constructor for class org.wicketstuff.minis.veil.Veil
Constructor
Veil(String) - Constructor for class org.wicketstuff.minis.veil.Veil
Constructor
VeilResources - Class in org.wicketstuff.minis.veil
A behavior that includes all the necessary resources to use the veil on the client
VeilResources() - Constructor for class org.wicketstuff.minis.veil.VeilResources
 
VeilResources.Javascript - Class in org.wicketstuff.minis.veil
Javascript interface for the veil
VeilResources.Javascript.Generic - Class in org.wicketstuff.minis.veil
Javascript interface to the veil that is decoupled from wicket

A B C D E F G H I J M N O P R S T V

Copyright © 2010. All Rights Reserved.