Serialized Form
|
Package org.wicketstuff.minis.apanel |
serialVersionUID: 1L
thisPanelRenderer
org.wicketstuff.minis.apanel.APanel.APanelRenderer thisPanelRenderer
serialVersionUID: 1L
serialVersionUID: 1L
renderersList
org.wicketstuff.minis.apanel.RenderersList renderersList
serialVersionUID: 1L
renderersList
org.wicketstuff.minis.apanel.RenderersList renderersList
width
int width
height
int height
constraintsMap
java.util.SortedMap<K,V> constraintsMap
- Holds constraints for components. It is sorted to write markup output in the right order.
- See Also:
GridLayoutConstraint.compareTo(GridLayoutConstraint)
serialVersionUID: 1L
col
int col
row
int row
colSpan
int colSpan
rowSpan
int rowSpan
layout
ILayout layout
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
|
Package org.wicketstuff.minis.mootipbehavior |
panel
MootipPanel panel
serialVersionUID: 1L
mootipAjaxListener
MootipAjaxListener mootipAjaxListener
mooTipTemplate
org.apache.wicket.util.template.TextTemplate mooTipTemplate
mootipSettings
MootipSettings mootipSettings
component
org.apache.wicket.Component component
- The target component.
addTitle
boolean addTitle
content
java.lang.String content
title
java.lang.String title
ajax
boolean ajax
panel
MootipPanel panel
contributeCSS
boolean contributeCSS
showOnClick
boolean showOnClick
- set to true to display the tooltip onclick; defaults to false;
showOnMouseEnter
boolean showOnMouseEnter
- set to false to prevent the tooltip from displaying onmouseenter; defaults to true;
maxTitleChars
int maxTitleChars
- the maximum number of characters to display in the title of the tip. defaults to 30.
onShow
java.lang.String onShow
- optionally you can alter the default onShow behaviour with this option (like displaying a fade in effect);
onHide
java.lang.String onHide
- optionally you can alter the default onHide behaviour with this option (like displaying a fade out effect);
showDelay
int showDelay
- - the delay the onShow method is called. (defaults to 100 ms)
hideDelay
int hideDelay
- the delay the onHide method is called. (defaults to 100 ms)
className
java.lang.String className
- the prefix for your tooltip classNames. defaults to 'tool'.
the whole tooltip will have as classname: tool-tip
the title will have as classname: tool-title
the text will have as classname: tool-text
offsets
java.awt.Point offsets
- - the distance of your tooltip from the mouse. an Object with x/y properties.
fixed
boolean fixed
- - if set to true, the toolTip will not follow the mouse.
loadingText
java.lang.String loadingText
- text to display as a title while loading an AJAX tooltip.
errTitle
java.lang.String errTitle
errText
java.lang.String errText
evalAlways
boolean evalAlways
- - set to true when using the AJAX or EVAL methods to handle the request on every mouseover; set to false to cache the value of the first attempt; defaults to false;
|
Package org.wicketstuff.minis.prototipbehaviour |
serialVersionUID: 1L
source
org.apache.wicket.Component source
tooltip
java.lang.String tooltip
tooltipComponent
org.apache.wicket.Component tooltipComponent
settings
PrototipSettings settings
overrideHeaderContributor
boolean overrideHeaderContributor
title
java.lang.String title
onLoad
boolean onLoad
serialVersionUID: 1L
className
java.lang.String className
closeButton
java.lang.String closeButton
duration
java.lang.String duration
delay
java.lang.String delay
effect
java.lang.String effect
hideAfter
java.lang.String hideAfter
hideOn
java.lang.String hideOn
hook
java.lang.String hook
offset_x
java.lang.String offset_x
offset_y
java.lang.String offset_y
showOn
java.lang.String showOn
target
java.lang.String target
title
java.lang.String title
viewpoint
java.lang.String viewpoint
extraOptions
java.lang.String extraOptions
fixed
java.lang.String fixed
|
Package org.wicketstuff.minis.reflection |
serialVersionUID: 1L
reflectionOpacity
java.lang.Integer reflectionOpacity
- The opacity of the reflection, ranges from 0 to 100.
reflectionHeight
java.lang.Integer reflectionHeight
- The percentage of the height of the reflection, ranges from 0 to 100.
components
java.util.List<E> components
- List of components this behavior was added to.
|
Package org.wicketstuff.minis.spinner |
serialVersionUID: 1L
component
org.apache.wicket.Component component
|
Package org.wicketstuff.minis.styleswitcher |
stylesheets
java.util.List<E> stylesheets
|
Package org.wicketstuff.minis.util.collection |
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
codec
IDetachCodec<T> codec
detachedStore
java.io.Serializable[] detachedStore
attachedStore
java.util.Collection<E> attachedStore
|
Package org.wicketstuff.minis.veil |
component
org.apache.wicket.Component component
cssClassName
java.lang.String cssClassName
Copyright © 2010. All Rights Reserved.