Serialized Form
|
Package org.wicketstuff.minis.behavior |
serialVersionUID: 1L
prefix_
String prefix_
suffix_
String suffix_
serialVersionUID: 1L
behaviors_
Iterable<T> behaviors_
dependentModel
org.apache.wicket.model.IModel<T> dependentModel
serialVersionUID: 1L
serialVersionUID: 1L
|
Package org.wicketstuff.minis.behavior.apanel |
serialVersionUID: 1L
thisPanelRenderer
org.wicketstuff.minis.behavior.apanel.APanel.APanelRenderer thisPanelRenderer
serialVersionUID: 1L
serialVersionUID: 1L
renderersList
org.wicketstuff.minis.behavior.apanel.RenderersList renderersList
serialVersionUID: 1L
renderersList
org.wicketstuff.minis.behavior.apanel.RenderersList renderersList
width
int width
height
int height
constraintsMap
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
serialVersionUID: 1L
serialVersionUID: 1L
layout
ILayout layout
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
|
Package org.wicketstuff.minis.behavior.image |
serialVersionUID: 2659926396935426159L
serialVersionUID: 1L
width
String width
height
String height
serialVersionUID: -5997818865070010585L
dimension
ImageDimension dimension
|
Package org.wicketstuff.minis.behavior.mootip |
serialVersionUID: 1L
panel
MootipPanel panel
serialVersionUID: 1L
mooTipTemplate
org.apache.wicket.util.template.TextTemplate mooTipTemplate
mootipSettings
MootipSettings mootipSettings
component
org.apache.wicket.Component component
- The target component.
addTitle
boolean addTitle
content
String content
title
String title
ajax
boolean ajax
panel
MootipPanel panel
contributeCSS
boolean contributeCSS
serialVersionUID: 1L
serialVersionUID: 1L
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
String onShow
- optionally you can alter the default onShow behaviour with this option (like displaying a
fade in effect);
onHide
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
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
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
String loadingText
- text to display as a title while loading an AJAX tooltip.
errTitle
String errTitle
- text to display when there's a problem with the AJAX request.
errText
String errText
- text to display when there's a problem with the AJAX request.
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.behavior.prototip |
serialVersionUID: 1L
source
org.apache.wicket.Component source
tooltip
String tooltip
tooltipComponent
org.apache.wicket.Component tooltipComponent
settings
PrototipSettings settings
overrideHeaderContributor
boolean overrideHeaderContributor
title
String title
onLoad
boolean onLoad
serialVersionUID: 1L
className
String className
closeButton
String closeButton
duration
String duration
delay
String delay
effect
String effect
hideAfter
String hideAfter
hideOn
String hideOn
hook
String hook
offset_x
String offset_x
offset_y
String offset_y
showOn
String showOn
target
String target
title
String title
viewpoint
String viewpoint
extraOptions
String extraOptions
fixed
String fixed
|
Package org.wicketstuff.minis.behavior.reflection |
serialVersionUID: 1L
reflectionOpacity
Integer reflectionOpacity
- The opacity of the reflection, ranges from 0 to 100.
reflectionHeight
Integer reflectionHeight
- The percentage of the height of the reflection, ranges from 0 to 100.
components
List<E> components
- List of components this behavior was added to.
|
Package org.wicketstuff.minis.behavior.spinner |
serialVersionUID: 1L
component
org.apache.wicket.Component component
|
Package org.wicketstuff.minis.behavior.styleswitcher |
serialVersionUID: 1L
stylesheets
List<E> stylesheets
serialVersionUID: 1L
serialVersionUID: 1L
|
Package org.wicketstuff.minis.behavior.tooltipsy |
serialVersionUID: 1L
options
TooltipsyOptions options
overrideSelector
String overrideSelector
serialVersionUID: 1L
css
String css
offset
TooltipsyOptions.Offset offset
content
String content
align
TooltipsyOptions.TooltipsyAlignment align
delay
int delay
tooltipsyClassName
String tooltipsyClassName
showJavaScript
String showJavaScript
hideJavaScript
String hideJavaScript
|
Package org.wicketstuff.minis.behavior.veil |
serialVersionUID: 1L
serialVersionUID: 1L
component
org.apache.wicket.Component component
cssClassName
String cssClassName
serialVersionUID: 1L
|
Package org.wicketstuff.minis.component |
label_
String label_
serialVersionUID: -7309405061061951309L
serialVersionUID: 1L
componentsByRowModelObject
Map<K,V> componentsByRowModelObject
|
Package org.wicketstuff.minis.model |
serialVersionUID: 1L
futureValue
Object futureValue
dependentModel
org.apache.wicket.model.IModel<T> dependentModel
nullValue
boolean nullValue
serialVersionUID: 1L
resourceKey
String resourceKey
|
Package org.wicketstuff.minis.model.collection |
serialVersionUID: 1L
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
codec
IDetachCodec<T> codec
detachedStore
Serializable[] detachedStore
attachedStore
Collection<E> attachedStore
serialVersionUID: 1L
serialVersionUID: 1L
Copyright © 2018. All rights reserved.