Serialized Form


Package org.apache.wicket

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

serialVersionUID: 1L

Class org.apache.wicket.AbstractRestartResponseException extends AbortException implements Serializable

serialVersionUID: 1L

Class org.apache.wicket.AccessStackPageMap extends PageMap implements Serializable

serialVersionUID: 1L

Serialized Fields

accessStack

ArrayListStack accessStack
Stack of entry accesses by id

Class org.apache.wicket.AccessStackPageMap.Access extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

version

int version

Class org.apache.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 org.apache.wicket.Component extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

flags

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


id

java.lang.String id
Component id.


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


generatedMarkupId

int generatedMarkupId
Instead of remembering the whole markupId, we just remember the number for this component so we can "reconstruct" the markupId on demand. While this could be part of Component.data, profiling showed that having it as separate property consumes less memory.


data

java.lang.Object data
The object that holds the component state.

What's stored here depends on what attributes are set on component. Data can contains combination of following attributes:

If there is only one attribute set (i.e. model or MetaDataEntry([]) or one behavior), the #data object points directly to value of that attribute. Otherwise the data is of type Object[] where the attributes are ordered as specified above.

Class org.apache.wicket.Component.ComponentModelChange extends Change implements Serializable

serialVersionUID: 1L

Serialized Fields

model

IModel model
Former model.

Class org.apache.wicket.Component.EnabledChange extends Change implements Serializable

serialVersionUID: 1L

Serialized Fields

component

Component component
Subject.


enabled

boolean enabled
Former value.

Class org.apache.wicket.Component.VisibilityChange extends Change implements Serializable

serialVersionUID: 1L

Serialized Fields

component

Component component
Subject.


visible

boolean visible
Former value.

Class org.apache.wicket.MarkupContainer extends Component implements Serializable

serialVersionUID: 1L

Serialized Fields

children

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

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

serialVersionUID: 1L

Serialized Fields

typeName

java.lang.String typeName
Type of data associated with this key

Class org.apache.wicket.Page extends MarkupContainer implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

autoIndex

short autoIndex
Used to create page-unique numbers


numericId

int 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


parameters

PageParameters parameters
The page parameters object hat constructed this page

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

serialVersionUID: 1L

Serialized Fields

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.


metaData

org.apache.wicket.MetaDataEntry[] metaData
MetaDataEntry array.

Class org.apache.wicket.PageParameters extends ValueMap implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

cacheable

boolean cacheable
True if this resource can be cached

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

serialVersionUID: 2L

Serialized Fields

locale

java.util.Locale locale
The locale of the resource


name

java.lang.String name
The name of the resource


scopeName

java.lang.String scopeName
The scope of the named resource


style

java.lang.String style
The style of the resource

Class org.apache.wicket.RestartResponseAtInterceptPageException extends AbstractRestartResponseException implements Serializable

serialVersionUID: 1L

Class org.apache.wicket.RestartResponseException extends AbstractRestartResponseException implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

sequence

int sequence
a sequence used for whenever something session-specific needs a unique value


autoCreatePageMapCounter

int autoCreatePageMapCounter
A number to generate names for auto create pagemaps


clientInfo

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


feedbackMessages

FeedbackMessages feedbackMessages
feedback messages


id

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


locale

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


metaData

org.apache.wicket.MetaDataEntry[] metaData
Application level meta data.


style

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


usedPageMaps

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


pageIdCounter

int pageIdCounter

Class org.apache.wicket.Session.PageMapAccessMetaData extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

pageMapNames

java.util.Set<E> pageMapNames

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

serialVersionUID: 1L


Package org.apache.wicket.ajax

Class org.apache.wicket.ajax.AbstractAjaxTimerBehavior extends AbstractDefaultAjaxBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

updateInterval

Duration updateInterval
The update interval


stopped

boolean stopped

headRendered

boolean headRendered

Class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior extends AbstractAjaxBehavior implements Serializable

serialVersionUID: 1L

Class org.apache.wicket.ajax.AjaxEventBehavior extends AbstractDefaultAjaxBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

event

java.lang.String event

throttlingSettings

org.apache.wicket.ajax.AjaxEventBehavior.ThrottlingSettings throttlingSettings

Class org.apache.wicket.ajax.AjaxSelfUpdatingTimerBehavior extends AbstractAjaxTimerBehavior implements Serializable

serialVersionUID: 1L

Class org.apache.wicket.ajax.WicketAjaxReference extends JavascriptResourceReference implements Serializable

serialVersionUID: 1L


Package org.apache.wicket.ajax.calldecorator

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

duration

Duration duration

id

java.lang.String id

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

serialVersionUID: 1L

Serialized Fields

delegate

IAjaxCallDecorator delegate

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

serialVersionUID: 1L

Serialized Fields

delegate

IAjaxCallDecorator delegate

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

serialVersionUID: 1L


Package org.apache.wicket.ajax.form

Class org.apache.wicket.ajax.form.AjaxFormChoiceComponentUpdatingBehavior extends AbstractDefaultAjaxBehavior implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

form

Form form

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

serialVersionUID: 1L

Class org.apache.wicket.ajax.form.OnChangeAjaxBehavior extends AjaxFormComponentUpdatingBehavior implements Serializable

serialVersionUID: 1L


Package org.apache.wicket.ajax.markup.html

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

serialVersionUID: 1L

Class org.apache.wicket.ajax.markup.html.AjaxLink extends AbstractLink implements Serializable

serialVersionUID: 1L


Package org.apache.wicket.ajax.markup.html.form

Class org.apache.wicket.ajax.markup.html.form.AjaxButton extends Button implements Serializable

serialVersionUID: 1L

Serialized Fields

form

Form form

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

serialVersionUID: 1L

Class org.apache.wicket.ajax.markup.html.form.AjaxFallbackButton extends Button implements Serializable

serialVersionUID: 1L

Serialized Fields

mForm

Form mForm

Class org.apache.wicket.ajax.markup.html.form.AjaxSubmitButton extends AjaxButton implements Serializable

serialVersionUID: 1L

Class org.apache.wicket.ajax.markup.html.form.AjaxSubmitLink extends AbstractSubmitLink implements Serializable

serialVersionUID: 1L


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

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

owner

IAjaxLink owner
The ajaxian link that should receive the event.

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Class org.apache.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 org.apache.wicket.authorization

Class org.apache.wicket.authorization.Action extends EnumeratedType implements Serializable

serialVersionUID: -1L

Serialized Fields

name

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

Class org.apache.wicket.authorization.AuthorizationException extends WicketRuntimeException implements Serializable

serialVersionUID: 1L

Class org.apache.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 org.apache.wicket.authorization.UnauthorizedInstantiationException extends AuthorizationException implements Serializable

serialVersionUID: 1L

Serialized Fields

componentClassName

java.lang.String componentClassName
The component class that could not be instantiated


Package org.apache.wicket.authorization.strategies.action

Package org.apache.wicket.behavior

Class org.apache.wicket.behavior.AbstractAjaxBehavior extends AbstractBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

component

Component component
the component that this handler is bound to.

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

serialVersionUID: 1L

Class org.apache.wicket.behavior.AbstractHeaderContributor extends AbstractBehavior implements Serializable

serialVersionUID: 1L

Class org.apache.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 org.apache.wicket.behavior.HeaderContributor extends AbstractHeaderContributor implements Serializable

serialVersionUID: 1L

Serialized Fields

headerContributor

IHeaderContributor headerContributor
Resource reference to contribute.

Class org.apache.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 org.apache.wicket.behavior.StringHeaderContributor extends AbstractHeaderContributor implements Serializable

serialVersionUID: 1L

Serialized Fields

contributor

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


Package org.apache.wicket.feedback

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

serialVersionUID: 1L

Serialized Fields

component

Component component
The component to accept feedback messages for

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

serialVersionUID: 1L

Serialized Fields

container

MarkupContainer container

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

serialVersionUID: 1L

Serialized Fields

minimumErrorLevel

int minimumErrorLevel
The minimum error level

Class org.apache.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.io.Serializable message
The actual message.


reporter

Component reporter
The reporting component.


rendered

boolean rendered
Whether or not this message has been rendered

Class org.apache.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 org.apache.wicket.feedback.FeedbackMessagesModel extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

filter

IFeedbackMessageFilter filter
Message filter


sortingComparator

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


Package org.apache.wicket.markup

Class org.apache.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 org.apache.wicket.markup.MarkupNotFoundException extends WicketRuntimeException implements Serializable

serialVersionUID: 1L

Class org.apache.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


markupClassName

java.lang.String markupClassName
The actual component class the markup is directly associated with. It might be super class of the component class


cacheKey

java.lang.String cacheKey
The key used to cache the markup resource stream


Package org.apache.wicket.markup.html

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

serialVersionUID: 1L

Serialized Fields

resourceStream

IResourceStream resourceStream

Class org.apache.wicket.markup.html.CompressedPackageResource.CompressingResourceStream extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

cache

java.lang.ref.SoftReference<T> cache
Cache for compressed data


timeStamp

Time timeStamp
Timestamp of the cache

Class org.apache.wicket.markup.html.ContainerWithAssociatedMarkupHelper extends AbstractBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

noMoreWicketHeadTagsAllowed

boolean noMoreWicketHeadTagsAllowed
is only allowed before , , etc.


container

WebMarkupContainer container
The markup container the helper is associated with

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

serialVersionUID: 1L

Serialized Fields

locale

java.util.Locale locale
The resource locale.


filename

java.lang.String filename
The filename that will be set as the Content-Disposition header.

Class org.apache.wicket.markup.html.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 org.apache.wicket.markup.html.JavascriptPackageResource extends CompressedPackageResource implements Serializable

serialVersionUID: 1L

Class org.apache.wicket.markup.html.JavascriptPackageResource.FilteringResourceStream extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

cache

java.lang.ref.SoftReference<T> cache
Cache for compressed data


timeStamp

Time timeStamp
Timestamp of the cache

Class org.apache.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.


scopeName

java.lang.String scopeName
The scoping class, used for class loading and to determine the package.


style

java.lang.String style
The resource's style

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

serialVersionUID: 1L

Class org.apache.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 org.apache.wicket.markup.html.WebComponent extends Component implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

markupHelper

ContainerWithAssociatedMarkupHelper markupHelper
A utility class which implements the internals

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

serialVersionUID: 1L

Serialized Fields

compressor

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

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

serialVersionUID: 1L

Class org.apache.wicket.markup.html.WicketEventReference extends JavascriptResourceReference implements Serializable

serialVersionUID: 1L


Package org.apache.wicket.markup.html.basic

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

serialVersionUID: 1L

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

serialVersionUID: 1L


Package org.apache.wicket.markup.html.body

Class org.apache.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 org.apache.wicket.markup.html.border

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

serialVersionUID: 1L

Serialized Fields

transparentResolver

boolean transparentResolver
Should be true for bordered pages


body

Border.BorderBodyContainer body
The body component associated with


beginOfBodyIndex

int beginOfBodyIndex

Class org.apache.wicket.markup.html.border.Border.BorderBodyContainer extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Class org.apache.wicket.markup.html.border.MarkupComponentBorder extends java.lang.Object implements Serializable

serialVersionUID: 1L


Package org.apache.wicket.markup.html.debug

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

serialVersionUID: 1L


Package org.apache.wicket.markup.html.form

Class org.apache.wicket.markup.html.form.AbstractSingleSelectChoice extends org.apache.wicket.markup.html.form.AbstractChoice implements Serializable

serialVersionUID: 1L

Serialized Fields

nullValid

boolean nullValid
Is the null value a valid value?

Class org.apache.wicket.markup.html.form.AbstractSubmitLink extends AbstractLink implements Serializable

serialVersionUID: 1L

Serialized Fields

form

Form form
Target form or null if the form is parent of the link.


defaultFormProcessing

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

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

serialVersionUID: 1L

Class org.apache.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 org.apache.wicket.markup.html.form.Check extends LabeledWebMarkupContainer 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 org.apache.wicket.markup.html.form.CheckBox extends FormComponent implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

prefix

java.lang.String prefix

suffix

java.lang.String suffix

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Class org.apache.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 org.apache.wicket.markup.html.form.DropDownChoice extends AbstractSingleSelectChoice implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

defaultSubmittingComponent

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

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


formValidators

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


javascriptId

java.lang.String javascriptId

maxSize

Bytes maxSize
Maximum size of an upload in bytes. If null, the setting IApplicationSettings.getDefaultMaximumUploadSize() is used.


multiPart

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

Class org.apache.wicket.markup.html.form.FormComponent extends LabeledWebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

rawInput

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


typeName

java.lang.String typeName
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 org.apache.wicket.markup.html.form.FormComponentLabel extends WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

component

LabeledWebMarkupContainer component

Class org.apache.wicket.markup.html.form.FormComponentPanel extends FormComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

markupHelper

ContainerWithAssociatedMarkupHelper markupHelper

wasOpenCloseTag

boolean wasOpenCloseTag
If if tag was an open-close tag

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

localizedImageResource

LocalizedImageResource localizedImageResource
The image resource this image component references

Class org.apache.wicket.markup.html.form.LabeledWebMarkupContainer 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.

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

serialVersionUID: 1L

Serialized Fields

maxRows

int maxRows
The maximum number of rows to display.

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

serialVersionUID: 1L

Serialized Fields

maxRows

int maxRows
The maximum number of rows to display.

Class org.apache.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 org.apache.wicket.markup.html.form.Radio extends LabeledWebMarkupContainer 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 org.apache.wicket.markup.html.form.RadioChoice extends AbstractSingleSelectChoice implements Serializable