Serialized Form


Package wicket

Class wicket.AbortException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class wicket.AbortWithHttpStatusException extends AbortException implements Serializable

serialVersionUID: 1L

Serialized Fields

status

int status
Deprecated. 

Class wicket.AbstractRestartResponseException extends AbortException implements Serializable

Class wicket.AttributeModifier extends AbstractBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

addAttributeIfNotPresent

boolean addAttributeIfNotPresent
Whether to add the attribute if it is not an attribute in the markup.


attribute

java.lang.String attribute
Attribute specification.


enabled

boolean enabled
Modification information.


pattern

java.lang.String pattern
The pattern.


replaceModel

IModel replaceModel
The model that is to be used for the replacement.

Class wicket.Component extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

behaviors

java.util.List<E> behaviors
List of behaviors to be applied for this Component


flags

int flags
Component flags. See FLAG_* for possible non-exclusive flag values.


id

java.lang.String id
Component id.


metaData

wicket.MetaDataEntry[] metaData
MetaDataEntry array.


model

IModel model
The model for this component.


parent

MarkupContainer parent
Any parent container.


markupIndex

int markupIndex
I really dislike it, but for now we need it. Reason: due to transparent containers and IComponentResolver there is guaranteed 1:1 mapping between component and markup

Class wicket.Component.ComponentModelChange extends Change implements Serializable

serialVersionUID: 1L

Serialized Fields

model

IModel model
Former model.

Class wicket.Component.EnabledChange extends Change implements Serializable

serialVersionUID: 1L

Serialized Fields

component

Component component
Subject.


enabled

boolean enabled
Former value.

Class wicket.Component.VisibilityChange extends Change implements Serializable

serialVersionUID: 1L

Serialized Fields

component

Component component
Subject.


visible

boolean visible
Former value.

Class wicket.MarkupContainer extends Component implements Serializable

serialVersionUID: 1L

Serialized Fields

children

java.lang.Object children
List of children or single child

Class wicket.MetaDataKey extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

java.lang.Class<T> type
Type of data associated with this key

Class wicket.Page extends MarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

autoIndex

short autoIndex
Used to create page-unique numbers


feedbackMessages

FeedbackMessages feedbackMessages
Feedback messages for this page


numericId

short numericId
Numeric version of this page's id


pageMapName

java.lang.String pageMapName
Name of PageMap that this page is stored in


versionManager

IPageVersionManager versionManager
Version manager for this page

Class wicket.PageMap extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

accessStack

ArrayListStack accessStack
Stack of entry accesses by id


interceptContinuationURL

java.lang.String interceptContinuationURL
URL to continue to after a given page.


name

java.lang.String name
Name of this page map


pageId

int pageId
Next available page identifier in this page map.

Class wicket.PageMap.Access extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

version

int version

Class wicket.PageParameters extends ValueMap implements Serializable

serialVersionUID: 1L

Class wicket.Resource extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

cacheable

boolean cacheable
True if this resource can be cached

Class wicket.ResourceReference extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

locale

java.util.Locale locale
The locale of the resource


name

java.lang.String name
The name of the resource


scope

java.lang.Class<T> scope
The scope of the named resource


style

java.lang.String style
The style of the resource

Class wicket.RestartResponseAtInterceptPageException extends AbstractRestartResponseException implements Serializable

serialVersionUID: 1L

Class wicket.RestartResponseException extends AbstractRestartResponseException implements Serializable

serialVersionUID: 1L

Class wicket.Session extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

clientInfo

ClientInfo clientInfo
Cached instance of agent info which is typically designated by calling RequestCycle.newClientInfo().


locale

java.util.Locale locale
The locale to use when loading resources for this session.


autoCreatePageMapCounter

int autoCreatePageMapCounter
A number to generate names for auto create pagemaps


usedPageMaps

java.util.LinkedList<E> usedPageMaps
A linked list for last used pagemap queue


style

java.lang.String style
Any special "skin" style to use when loading resources.


feedbackMessages

FeedbackMessages feedbackMessages
feedback messages


id

java.lang.String id
cached id because you can't access the id after session unbound


metaData

wicket.MetaDataEntry[] metaData
Application level meta data.

Class wicket.WicketRuntimeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package wicket.ajax

Class wicket.ajax.AbstractAjaxTimerBehavior extends AbstractDefaultAjaxBehavior implements Serializable

Serialized Fields

updateInterval

Duration updateInterval
The update interval


attachedBodyOnLoadModifier

boolean attachedBodyOnLoadModifier

Class wicket.ajax.AbstractDefaultAjaxBehavior extends AbstractAjaxBehavior implements Serializable

serialVersionUID: 1L

Class wicket.ajax.AjaxEventBehavior extends AbstractDefaultAjaxBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

event

java.lang.String event

throttlingSettings

wicket.ajax.AjaxEventBehavior.ThrottlingSettings throttlingSettings

Class wicket.ajax.AjaxSelfUpdatingTimerBehavior extends AbstractAjaxTimerBehavior implements Serializable

serialVersionUID: 1L


Package wicket.ajax.calldecorator

Class wicket.ajax.calldecorator.AjaxCallDecorator extends java.lang.Object implements Serializable

Class wicket.ajax.calldecorator.AjaxCallThrottlingDecorator extends AjaxPostprocessingCallDecorator implements Serializable

serialVersionUID: 1L

Serialized Fields

duration

Duration duration

id

java.lang.String id

Class wicket.ajax.calldecorator.AjaxPostprocessingCallDecorator extends java.lang.Object implements Serializable

Serialized Fields

delegate

IAjaxCallDecorator delegate

Class wicket.ajax.calldecorator.AjaxPreprocessingCallDecorator extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

delegate

IAjaxCallDecorator delegate

Class wicket.ajax.calldecorator.CancelEventIfNoAjaxDecorator extends AjaxPostprocessingCallDecorator implements Serializable

serialVersionUID: 1L


Package wicket.ajax.form

Class wicket.ajax.form.AjaxFormComponentUpdatingBehavior extends AjaxEventBehavior implements Serializable

Class wicket.ajax.form.AjaxFormSubmitBehavior extends AjaxEventBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

form

Form form

Class wicket.ajax.form.AjaxFormValidatingBehavior extends AjaxFormSubmitBehavior implements Serializable

serialVersionUID: 1L


Package wicket.ajax.markup.html

Class wicket.ajax.markup.html.AjaxFallbackLink extends Link implements Serializable

serialVersionUID: 1L

Class wicket.ajax.markup.html.AjaxLink extends WebMarkupContainer implements Serializable

serialVersionUID: 1L


Package wicket.ajax.markup.html.form

Class wicket.ajax.markup.html.form.AjaxCheckBox extends CheckBox implements Serializable

serialVersionUID: 1L

Class wicket.ajax.markup.html.form.AjaxSubmitButton extends WebComponent implements Serializable

serialVersionUID: 1L

Class wicket.ajax.markup.html.form.AjaxSubmitLink extends WebMarkupContainer implements Serializable

serialVersionUID: 1L


Package wicket.ajax.markup.html.navigation.paging

Class wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigation extends PagingNavigation implements Serializable

serialVersionUID: 1L

Class wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigationBehavior extends AjaxEventBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

owner

IAjaxLink owner
The ajaxian link that should recieve the event.


pageable

IPageable pageable
The pageable component to update.

Class wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigationIncrementLink extends PagingNavigationIncrementLink implements Serializable

serialVersionUID: 1L

Class wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigationLink extends PagingNavigationLink implements Serializable

serialVersionUID: 1L

Class wicket.ajax.markup.html.navigation.paging.AjaxPagingNavigator extends PagingNavigator implements Serializable

serialVersionUID: 1L

Serialized Fields

pageable

IPageable pageable
The pageable component that needs to be updated.


Package wicket.authorization

Class wicket.authorization.Action extends java.lang.Object implements Serializable

serialVersionUID: -1L

Serialized Fields

name

java.lang.String name
The name of this action.

Class wicket.authorization.AuthorizationException extends WicketRuntimeException implements Serializable

serialVersionUID: 1L

Class wicket.authorization.UnauthorizedActionException extends AuthorizationException implements Serializable

serialVersionUID: 1L

Serialized Fields

action

Action action
The action


component

Component component
The component that caused the unauthorized exception

Class wicket.authorization.UnauthorizedInstantiationException extends AuthorizationException implements Serializable

serialVersionUID: 1L

Serialized Fields

componentClass

java.lang.Class<T> componentClass
The component class that could not be instantiated


Package wicket.authorization.strategies.action

Package wicket.behavior

Class wicket.behavior.AbstractAjaxBehavior extends AbstractBehavior implements Serializable

Serialized Fields

component

Component component
the component that this handler is bound to.

Class wicket.behavior.AbstractBehavior extends java.lang.Object implements Serializable

Class wicket.behavior.AbstractHeaderContributor extends AbstractBehavior implements Serializable

Class wicket.behavior.AttributeAppender extends AttributeModifier implements Serializable

serialVersionUID: 1L

Serialized Fields

separator

java.lang.String separator
Separates the existing attribute value and the append value.

Class wicket.behavior.HeaderContributor extends AbstractHeaderContributor implements Serializable

serialVersionUID: 1L

Serialized Fields

headerContributors

java.util.List<E> headerContributors
set of resource references to contribute.

Class wicket.behavior.HeaderContributor.CSSHeaderContributor extends StringHeaderContributor implements Serializable

serialVersionUID: 1L

Class wicket.behavior.HeaderContributor.CSSReferenceHeaderContributor extends HeaderContributor.ResourceReferenceHeaderContributor implements Serializable

serialVersionUID: 1L

Class wicket.behavior.HeaderContributor.JavaScriptHeaderContributor extends StringHeaderContributor implements Serializable

serialVersionUID: 1L

Class wicket.behavior.HeaderContributor.JavaScriptReferenceHeaderContributor extends HeaderContributor.ResourceReferenceHeaderContributor implements Serializable

serialVersionUID: 1L

Class wicket.behavior.HeaderContributor.ResourceReferenceHeaderContributor extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

hash

int hash
the pre calculated hash code.


resourceReference

ResourceReference resourceReference
the package resource reference.

Class wicket.behavior.SimpleAttributeModifier extends AbstractBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

attribute

java.lang.String attribute
The attribute


value

java.lang.CharSequence value
The value to set

Class wicket.behavior.StringHeaderContributor extends AbstractHeaderContributor implements Serializable

serialVersionUID: 1L

Serialized Fields

contributor

wicket.behavior.StringHeaderContributor.StringContributor contributor
the contributor instance.


Package wicket.feedback

Class wicket.feedback.ComponentFeedbackMessageFilter extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

component

Component component
The component to accept feedback messages for

Class wicket.feedback.ContainerFeedbackMessageFilter extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

container

MarkupContainer container

Class wicket.feedback.ErrorLevelFeedbackMessageFilter extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

minimumErrorLevel

int minimumErrorLevel
The minimum error level

Class wicket.feedback.FeedbackMessage extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

level

int level
The message level; can be used by rendering components. Note that what actually happens with the level indication is totally up to the components that render messages like these. The default level is UNDEFINED.


message

java.lang.String message
The actual message.


reporter

Component reporter
The reporting component.


rendered

boolean rendered
Whether or not this message has been rendered

Class wicket.feedback.FeedbackMessages extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

messages

java.util.List<E> messages
Holds a list of FeedbackMessages.

Class wicket.feedback.FeedbackMessagesModel extends AbstractDetachableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

filter

IFeedbackMessageFilter filter
Message filter


sortingComparator

java.util.Comparator<T> sortingComparator
Comparator used for sorting the messages.


Package wicket.markup

Class wicket.markup.MarkupException extends WicketRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

markupStream

MarkupStream markupStream
The markup stream that was being parsed when the exception was thrown

Class wicket.markup.MarkupNotFoundException extends WicketRuntimeException implements Serializable

serialVersionUID: 1L

Class wicket.markup.MarkupResourceStream extends java.lang.Object implements Serializable

serialVersionUID: 1846489965076612828L

Serialized Fields

resourceStream

IResourceStream resourceStream
The associated markup resource stream


containerInfo

ContainerInfo containerInfo
Container info like Class, locale and style which were used to locate the resource


markupClass

java.lang.Class<T> markupClass
The actual component class the markup is directly associated with. It might be super class of the component class


Package wicket.markup.html

Class wicket.markup.html.BodyContainer extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

page

WebPage page
The webpage where the body container is in


id

java.lang.String id
The container id

Class wicket.markup.html.BodyContainer.AppendingAttributeModifier extends AttributeModifier implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.CompressedPackageResource extends PackageResource implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceStream

wicket.markup.html.CompressedPackageResource.CompressingResourceStream resourceStream

Class wicket.markup.html.DynamicWebResource extends WebResource implements Serializable

Serialized Fields

locale

java.util.Locale locale
The resource locale.

Class wicket.markup.html.PackageResource extends WebResource implements Serializable

serialVersionUID: 1L

Serialized Fields

absolutePath

java.lang.String absolutePath
The path to the resource


locale

java.util.Locale locale
The resource's locale


path

java.lang.String path
The path this resource was created with.


scope

java.lang.Class<T> scope
The scoping class, used for class loading and to determine the package.


style

java.lang.String style
The resource's style

Class wicket.markup.html.PackageResource.PackageResourceBlockedException extends WicketRuntimeException implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.PackageResourceReference extends ResourceReference implements Serializable

serialVersionUID: 1L

Serialized Fields

hash

int hash
Deprecated. 
pre-calculated has code for this immutable object.

Class wicket.markup.html.WebComponent extends Component implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.WebMarkupContainer extends MarkupContainer implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.WebMarkupContainerWithAssociatedMarkup extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

markupHelper

wicket.markup.html.ContainerWithAssociatedMarkupHelper markupHelper
A utility class which implements the internals

Class wicket.markup.html.WebMarkupContainerWithAssociatedMarkup.HeaderPartContainer extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

container

MarkupContainer container
The panel or bordered page the header part is associated with


scope

java.lang.String scope
. A kind of namespace

Class wicket.markup.html.WebPage extends Page implements Serializable

serialVersionUID: 1L

Serialized Fields

bodyContainer

BodyContainer bodyContainer
The body container


compressor

URLCompressor compressor
The url compressor that will compress the urls by collapsing the component path and listener interface

Class wicket.markup.html.WebResource extends Resource implements Serializable


Package wicket.markup.html.basic

Class wicket.markup.html.basic.Label extends WebComponent implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.basic.MultiLineLabel extends WebComponent implements Serializable

serialVersionUID: 1L


Package wicket.markup.html.body

Class wicket.markup.html.body.BodyTagAttributeModifier extends AttributeModifier implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream inputStream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
AttributeModifiers must be Serialzable but WeakReferences are not. Hence, we need to implement our read/write methods to properly support it.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Serializable

writeObject

private void writeObject(java.io.ObjectOutputStream outputStream)
                  throws java.io.IOException
AttributeModifiers must be Serialzable but WeakReferences are not. Hence, we need to implement our read/write methods to properly support it.

Throws:
java.io.IOException
See Also:
Serializable

Package wicket.markup.html.border

Class wicket.markup.html.border.Border extends WebMarkupContainerWithAssociatedMarkup implements Serializable

Serialized Fields

transparentResolver

boolean transparentResolver
Should be true for bordered pages


bodyVisible

boolean bodyVisible
If false, the content of will not be printed

Class wicket.markup.html.border.BoxBorder extends Border implements Serializable

serialVersionUID: 1L


Package wicket.markup.html.debug

Class wicket.markup.html.debug.PageView extends Panel implements Serializable

serialVersionUID: 1L


Package wicket.markup.html.form

Class wicket.markup.html.form.AbstractTextComponent extends FormComponent implements Serializable

Class wicket.markup.html.form.Button extends FormComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultFormProcessing

boolean defaultFormProcessing
If false, all standard processing like validating and model updating is skipped.

Class wicket.markup.html.form.Check extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

uuid

short uuid
page-scoped uuid of this check. this property must not be accessed directly, instead Check.getValue() must be used

Class wicket.markup.html.form.CheckBox extends FormComponent implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.CheckBoxMultipleChoice extends ListMultipleChoice implements Serializable

serialVersionUID: 1L

Serialized Fields

prefix

java.lang.String prefix

suffix

java.lang.String suffix

Class wicket.markup.html.form.CheckGroup extends FormComponent implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.CheckGroupSelector extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.ChoiceRenderer extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

displayExpression

java.lang.String displayExpression
expression for getting the display value.


idExpression

java.lang.String idExpression
expression for getting the id.

Class wicket.markup.html.form.DropDownChoice extends wicket.markup.html.form.AbstractSingleSelectChoice implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.Form extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

maxSize

Bytes maxSize
Maximum size of an upload in bytes


multiPart

boolean multiPart
True if the form has enctype of multipart/form-data


javascriptId

java.lang.String javascriptId

formValidators

java.lang.Object formValidators
multi-validators assigned to this form


defaultButton

Button defaultButton
Any default button. If set, a hidden submit button will be rendered right after the form tag, so that when users press enter in a textfield, this button's action will be selected. If no default button is set, nothing additional is rendered.

WARNING: note that this is a best effort only. Unfortunately having a 'default' button in a form is ill defined in the standards, and of course IE has it's own way of doing things.

Class wicket.markup.html.form.FormComponent extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

labelModel

IModel labelModel
The value will be made available to the validator property by means of ${label}. It does not have any specific meaning to FormComponent itself.


rawInput

java.lang.String rawInput
Raw Input entered by the user or NO_RAW_INPUT if nothing is filled in.


type

java.lang.Class<T> type
Type that the raw input string will be converted to


validators

java.lang.Object validators
The list of validators for this form component as either an IValidator instance or an array of IValidator instances.

Class wicket.markup.html.form.FormComponentLabel extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

fc

FormComponent fc

Class wicket.markup.html.form.HiddenField extends TextField implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.ImageButton extends Button implements Serializable

serialVersionUID: 1L

Serialized Fields

localizedImageResource

LocalizedImageResource localizedImageResource
The image resource this image component references

Class wicket.markup.html.form.ListChoice extends DropDownChoice implements Serializable

serialVersionUID: 1L

Serialized Fields

maxRows

int maxRows
The maximum number of rows to display.

Class wicket.markup.html.form.ListMultipleChoice extends wicket.markup.html.form.AbstractChoice implements Serializable

serialVersionUID: 1L

Serialized Fields

maxRows

int maxRows
The maximum number of rows to display.

Class wicket.markup.html.form.PasswordTextField extends TextField implements Serializable

serialVersionUID: 1L

Serialized Fields

resetPassword

boolean resetPassword
Flag indicating whether the contents of the field should be reset each time it is rendered. If true, the contents are emptied when the field is rendered. This is useful for login forms. If false, the contents of the model are put into the field. This is useful for entry forms where the contents of the model should be editable, or resubmitted.

Class wicket.markup.html.form.Radio extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

uuid

short uuid
page-scoped uuid of this check. this property must not be accessed directly, instead Radio.getValue() must be used

Class wicket.markup.html.form.RadioChoice extends wicket.markup.html.form.AbstractSingleSelectChoice implements Serializable

serialVersionUID: 1L

Serialized Fields

prefix

java.lang.String prefix

suffix

java.lang.String suffix

Class wicket.markup.html.form.RadioGroup extends FormComponent implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.RequiredTextField extends TextField implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.SimpleFormComponentLabel extends FormComponentLabel implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.SubmitLink extends Button implements Serializable

serialVersionUID: 1L

Serialized Fields

form

Form form

Class wicket.markup.html.form.TextArea extends AbstractTextComponent implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.TextField extends AbstractTextComponent implements Serializable

serialVersionUID: 1L


Package wicket.markup.html.form.persistence

Class wicket.markup.html.form.persistence.CookieValuePersister extends java.lang.Object implements Serializable

serialVersionUID: 1L


Package wicket.markup.html.form.upload

Class wicket.markup.html.form.upload.FileUpload extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

item

FileItem item

inputStreams

java.util.List<E> inputStreams

Class wicket.markup.html.form.upload.FileUploadField extends FormComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

hasExplicitModel

boolean hasExplicitModel
True if a model has been set explicitly


Package wicket.markup.html.form.validation

Class wicket.markup.html.form.validation.AbstractFormValidator extends java.lang.Object implements Serializable

Class wicket.markup.html.form.validation.AbstractValidator extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.validation.CustomValidator extends StringValidator implements Serializable

Class wicket.markup.html.form.validation.DateValidator extends AbstractValidator implements Serializable

Class wicket.markup.html.form.validation.EmailAddressPatternValidator extends PatternValidator implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.validation.EqualInputValidator extends AbstractFormValidator implements Serializable

serialVersionUID: 1L

Serialized Fields

components

FormComponent[] components
form components to be checked.

Class wicket.markup.html.form.validation.EqualPasswordInputValidator extends EqualInputValidator implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.validation.FormComponentFeedbackBorder extends Border implements Serializable

serialVersionUID: 1L

Serialized Fields

visible

boolean visible
Visible property cache.

Class wicket.markup.html.form.validation.FormComponentFeedbackIndicator extends Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

filter

IFeedbackMessageFilter filter
The message filter for this indicator component

Class wicket.markup.html.form.validation.IntegerValidator extends StringValidator implements Serializable

serialVersionUID: 1L

Serialized Fields

max

long max
Deprecated. 
Upper bound on valid decimal number.


min

long min
Deprecated. 
Lower bound on valid decimal number.

Class wicket.markup.html.form.validation.LengthValidator extends AbstractValidator implements Serializable

serialVersionUID: 1L

Serialized Fields

checkMin

boolean checkMin
Deprecated. 
True if minimum bound should be checked.


checkMax

boolean checkMax
Deprecated. 
True if maximum bound should be checked.


min

int min
Deprecated. 
Lower bound on valid length.


max

int max
Deprecated. 
Upper bound on valid length.

Class wicket.markup.html.form.validation.NumberValidator extends AbstractValidator implements Serializable

Class wicket.markup.html.form.validation.PatternValidator extends StringValidator implements Serializable

serialVersionUID: 1L

Serialized Fields

pattern

java.util.regex.Pattern pattern
The regexp pattern.

Class wicket.markup.html.form.validation.RequiredValidator extends AbstractValidator implements Serializable

serialVersionUID: 1L

Class wicket.markup.html.form.validation.StringValidator extends AbstractValidator implements Serializable

Class wicket.markup.html.form.validation.TypeValidator extends StringValidator implements Serializable

serialVersionUID: 1L

Serialized Fields

locale

java.util.Locale locale
Deprecated. 
The locale to use


type

java.lang.Class<T> type
Deprecated. 
The type to use for checking.


Package wicket.markup.html.image

Class wicket.markup.html.image.Image extends WebComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

localizedImageResource

LocalizedImageResource localizedImageResource
The image resource this image component references

Class wicket.markup.html.image.NonCachingImage extends Image implements Serializable

serialVersionUID: 1L


Package wicket.markup.html.image.resource

Class wicket.markup.html.image.resource.BlobImageResource extends DynamicImageResource implements Serializable

Class wicket.markup.html.image.resource.BufferedDynamicImageResource extends