Serialized Form


Package org.wicketstuff.minis.behavior

Class org.wicketstuff.minis.behavior.AttributeAppenderPlus extends org.apache.wicket.behavior.AttributeAppender implements Serializable

serialVersionUID: 1L

Serialized Fields

prefix_

String prefix_

suffix_

String suffix_

Class org.wicketstuff.minis.behavior.CompositeBehavior extends org.apache.wicket.behavior.Behavior implements Serializable

serialVersionUID: 1L

Serialized Fields

behaviors_

Iterable<T> behaviors_

Class org.wicketstuff.minis.behavior.DependentModelBehavior extends org.apache.wicket.behavior.Behavior implements Serializable

Serialized Fields

dependentModel

org.apache.wicket.model.IModel<T> dependentModel

Class org.wicketstuff.minis.behavior.EnabledModelBehavior extends DependentModelBehavior<Boolean> implements Serializable

Class org.wicketstuff.minis.behavior.HideWhenEmptyOrNullBehavior extends org.apache.wicket.behavior.Behavior implements Serializable

Class org.wicketstuff.minis.behavior.KeepAliveBehavior extends org.apache.wicket.ajax.AbstractAjaxTimerBehavior implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.minis.behavior.OnClickBehavior extends CompositeBehavior implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.minis.behavior.VisibleModelBehavior extends DependentModelBehavior<Boolean> implements Serializable


Package org.wicketstuff.minis.behavior.apanel

Class org.wicketstuff.minis.behavior.apanel.APanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

thisPanelRenderer

org.wicketstuff.minis.behavior.apanel.APanel.APanelRenderer thisPanelRenderer

Class org.wicketstuff.minis.behavior.apanel.ConstraintBehavior extends org.apache.wicket.behavior.Behavior implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.minis.behavior.apanel.FlowLayout extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

renderersList

org.wicketstuff.minis.behavior.apanel.RenderersList renderersList

Class org.wicketstuff.minis.behavior.apanel.GridLayout extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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)

Class org.wicketstuff.minis.behavior.apanel.GridLayoutConstraint extends ConstraintBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

col

int col

row

int row

colSpan

int colSpan

rowSpan

int rowSpan

Class org.wicketstuff.minis.behavior.apanel.RenderersList.BaseRenderer extends Object implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.minis.behavior.apanel.RenderersList.BaseWebMarkupContainerRenderer extends RenderersList.BaseRenderer<T extends org.apache.wicket.markup.html.WebMarkupContainer> implements Serializable

serialVersionUID: 1L

Serialized Fields

layout

ILayout layout

Class org.wicketstuff.minis.behavior.apanel.RenderersList.ButtonRenderer extends RenderersList.BaseRenderer<org.apache.wicket.markup.html.form.Button> implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.minis.behavior.apanel.RenderersList.DefaultRenderer extends RenderersList.BaseRenderer<org.apache.wicket.Component> implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.minis.behavior.apanel.RenderersList.DefaultWebMarkupContainerRenderer extends RenderersList.BaseWebMarkupContainerRenderer<org.apache.wicket.markup.html.WebMarkupContainer> implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.minis.behavior.apanel.RenderersList.FormRenderer extends RenderersList.BaseWebMarkupContainerRenderer<org.apache.wicket.markup.html.form.Form> implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.minis.behavior.apanel.RenderersList.LabelRenderer extends RenderersList.BaseRenderer<org.apache.wicket.markup.html.basic.Label> implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.minis.behavior.apanel.RenderersList.LinkRenderer extends RenderersList.BaseWebMarkupContainerRenderer<org.apache.wicket.markup.html.link.Link> implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.minis.behavior.apanel.RenderersList.ListViewRenderer extends RenderersList.BaseWebMarkupContainerRenderer<org.apache.wicket.markup.html.list.ListView> implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.minis.behavior.apanel.RenderersList.RepeatingViewRenderer extends RenderersList.BaseWebMarkupContainerRenderer<org.apache.wicket.markup.repeater.RepeatingView> implements Serializable

serialVersionUID: 1L


Package org.wicketstuff.minis.behavior.image

Class org.wicketstuff.minis.behavior.image.AbstractImageDimensionProvider extends org.apache.wicket.behavior.Behavior implements Serializable

serialVersionUID: 2659926396935426159L

Class org.wicketstuff.minis.behavior.image.ImageDimension extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

width

String width

height

String height

Class org.wicketstuff.minis.behavior.image.ImageDimensionProvider extends AbstractImageDimensionProvider implements Serializable

serialVersionUID: -5997818865070010585L

Serialized Fields

dimension

ImageDimension dimension

Package org.wicketstuff.minis.behavior.mootip

Class org.wicketstuff.minis.behavior.mootip.MootipAjaxListener extends org.apache.wicket.ajax.AbstractDefaultAjaxBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

panel

MootipPanel panel

Class org.wicketstuff.minis.behavior.mootip.MootipBehaviour extends org.apache.wicket.behavior.Behavior implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class org.wicketstuff.minis.behavior.mootip.MootipPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.minis.behavior.mootip.MootipSettings extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class org.wicketstuff.minis.behavior.prototip.PrototipBehaviour extends org.apache.wicket.behavior.Behavior implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class org.wicketstuff.minis.behavior.prototip.PrototipSettings extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class org.wicketstuff.minis.behavior.reflection.ReflectionBehavior extends org.apache.wicket.behavior.Behavior implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class org.wicketstuff.minis.behavior.spinner.Spinner extends org.apache.wicket.behavior.Behavior implements Serializable

serialVersionUID: 1L

Serialized Fields

component

org.apache.wicket.Component component

Package org.wicketstuff.minis.behavior.styleswitcher

Class org.wicketstuff.minis.behavior.styleswitcher.StyleSwitcher extends org.apache.wicket.behavior.Behavior implements Serializable

serialVersionUID: 1L

Serialized Fields

stylesheets

List<E> stylesheets

Class org.wicketstuff.minis.behavior.styleswitcher.StyleSwitcherLink extends org.apache.wicket.markup.html.WebMarkupContainer implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.minis.behavior.styleswitcher.StyleSwitcherPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L


Package org.wicketstuff.minis.behavior.tooltipsy

Class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyBehavior extends org.apache.wicket.behavior.Behavior implements Serializable

serialVersionUID: 1L

Serialized Fields

options

TooltipsyOptions options

overrideSelector

String overrideSelector

Class org.wicketstuff.minis.behavior.tooltipsy.TooltipsyOptions extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class org.wicketstuff.minis.behavior.veil.DisabledVeil extends Veil implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.minis.behavior.veil.Veil extends VeilResources implements Serializable

serialVersionUID: 1L

Serialized Fields

component

org.apache.wicket.Component component

cssClassName

String cssClassName

Class org.wicketstuff.minis.behavior.veil.VeilResources extends org.apache.wicket.behavior.Behavior implements Serializable

serialVersionUID: 1L


Package org.wicketstuff.minis.component

Class org.wicketstuff.minis.component.BookmarkablePageLinkLabel extends org.apache.wicket.markup.html.link.BookmarkablePageLink<T> implements Serializable

Serialized Fields

label_

String label_

Class org.wicketstuff.minis.component.DefaultInvisibleFeedbackPanel extends org.apache.wicket.markup.html.panel.FeedbackPanel implements Serializable

serialVersionUID: -7309405061061951309L

Class org.wicketstuff.minis.component.ListViewFormComponentReuseManager extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

componentsByRowModelObject

Map<K,V> componentsByRowModelObject

Package org.wicketstuff.minis.model

Class org.wicketstuff.minis.model.FutureModel extends org.apache.wicket.model.AbstractReadOnlyModel<T> implements Serializable

serialVersionUID: 1L

Serialized Fields

futureValue

Object futureValue

Class org.wicketstuff.minis.model.IsEmptyOrNullModel extends LoadableDetachableDependentModel<Boolean,W> implements Serializable

Class org.wicketstuff.minis.model.LoadableDetachableDependentModel extends org.apache.wicket.model.LoadableDetachableModel<T> implements Serializable

Serialized Fields

dependentModel

org.apache.wicket.model.IModel<T> dependentModel

Class org.wicketstuff.minis.model.NotModel extends LoadableDetachableDependentModel<Boolean,Boolean> implements Serializable

Serialized Fields

nullValue

boolean nullValue

Class org.wicketstuff.minis.model.ReplacingResourceModel extends org.apache.wicket.model.AbstractReadOnlyModel<String> implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceKey

String resourceKey

Package org.wicketstuff.minis.model.collection

Class org.wicketstuff.minis.model.collection.AbstractDetachableCollection extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

codec

IDetachCodec<T> codec

detachedStore

Serializable[] detachedStore

attachedStore

Collection<E> attachedStore

Class org.wicketstuff.minis.model.collection.DetachableHashSet extends DetachableSet<T> implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.minis.model.collection.DetachableSet extends AbstractDetachableCollection<T> implements Serializable

serialVersionUID: 1L



Copyright © 2018. All rights reserved.