Serialized Form


Package org.wicketopia.builder.feature

Class org.wicketopia.builder.feature.AbstractBehaviorFeature extends Object implements Serializable

Class org.wicketopia.builder.feature.NonContextualFeature extends Object implements Serializable


Package org.wicketopia.builder.feature.validator

Class org.wicketopia.builder.feature.validator.CreditCardFeature extends org.wicketopia.builder.feature.validator.AbstractValidatorFeature implements Serializable

serialVersionUID: 1L

Class org.wicketopia.builder.feature.validator.DoubleRangeFeature extends org.wicketopia.builder.feature.validator.AbstractValidatorFeature implements Serializable

Serialized Fields

min

double min

max

double max

Class org.wicketopia.builder.feature.validator.EmailFeature extends org.wicketopia.builder.feature.validator.AbstractValidatorFeature implements Serializable

serialVersionUID: 1L

Class org.wicketopia.builder.feature.validator.LengthFeature extends org.wicketopia.builder.feature.validator.AbstractValidatorFeature implements Serializable

serialVersionUID: 1L

Serialized Fields

min

int min

max

int max

Class org.wicketopia.builder.feature.validator.LongRangeFeature extends org.wicketopia.builder.feature.validator.AbstractValidatorFeature implements Serializable

serialVersionUID: 1L

Serialized Fields

min

long min

max

long max

Class org.wicketopia.builder.feature.validator.PatternFeature extends org.wicketopia.builder.feature.validator.AbstractValidatorFeature implements Serializable

Serialized Fields

pattern

String pattern

Package org.wicketopia.component.choice

Class org.wicketopia.component.choice.EnumDropDownChoice extends org.apache.wicket.markup.html.form.DropDownChoice<T extends Enum> implements Serializable

serialVersionUID: 1L


Package org.wicketopia.component.label

Class org.wicketopia.component.label.PropertyLabel extends org.apache.wicket.markup.html.basic.Label implements Serializable

serialVersionUID: 1L


Package org.wicketopia.context

Class org.wicketopia.context.Context extends Object implements Serializable

Serialized Fields

attributes

Map<K,V> attributes

name

String name

Package org.wicketopia.domdrides.component.link

Class org.wicketopia.domdrides.component.link.CreateEntityLink extends org.apache.wicket.markup.html.form.SubmitLink implements Serializable

Serialized Fields

repository

org.domdrides.repository.Repository<EntityType extends org.domdrides.entity.Entity<IdType>,IdType extends Serializable> repository

Class org.wicketopia.domdrides.component.link.RemoveEntityLink extends org.apache.wicket.markup.html.link.Link<EntityType extends org.domdrides.entity.Entity<IdType>> implements Serializable

serialVersionUID: 1L

Serialized Fields

repository

org.domdrides.repository.Repository<EntityType extends org.domdrides.entity.Entity<IdType>,IdType extends Serializable> repository

Class org.wicketopia.domdrides.component.link.UpdateEntityLink extends org.apache.wicket.markup.html.form.SubmitLink implements Serializable

Serialized Fields

repository

org.domdrides.repository.Repository<EntityType extends org.domdrides.entity.Entity<IdType>,IdType extends Serializable> repository

Package org.wicketopia.domdrides.component.link.ajax

Class org.wicketopia.domdrides.component.link.ajax.AjaxCreateEntityLink extends org.apache.wicket.ajax.markup.html.form.AjaxSubmitLink implements Serializable

Serialized Fields

repository

org.domdrides.repository.Repository<EntityType extends org.domdrides.entity.Entity<IdType>,IdType extends Serializable> repository

Class org.wicketopia.domdrides.component.link.ajax.AjaxRemoveEntityLink extends org.apache.wicket.ajax.markup.html.AjaxLink<EntityType extends org.domdrides.entity.Entity<IdType>> implements Serializable

serialVersionUID: 1L

Serialized Fields

repository

org.domdrides.repository.Repository<EntityType extends org.domdrides.entity.Entity<IdType>,IdType extends Serializable> repository

Class org.wicketopia.domdrides.component.link.ajax.AjaxUpdateEntityLink extends org.apache.wicket.ajax.markup.html.form.AjaxSubmitLink implements Serializable

Serialized Fields

repository

org.domdrides.repository.Repository<EntityType extends org.domdrides.entity.Entity<IdType>,IdType extends Serializable> repository

Package org.wicketopia.domdrides.model

Class org.wicketopia.domdrides.model.LoadableDetachableEntityModel extends org.apache.wicket.model.LoadableDetachableModel<EntityType extends org.domdrides.entity.Entity<IdType>> implements Serializable

serialVersionUID: 1L

Serialized Fields

repository

org.domdrides.repository.Repository<EntityType extends org.domdrides.entity.Entity<IdType>,IdType extends Serializable> repository

id

Serializable id

Package org.wicketopia.domdrides.model.repeater

Class org.wicketopia.domdrides.model.repeater.PageableRepositoryDataProvider extends org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<EntityType extends org.domdrides.entity.Entity<IdType>,String> implements Serializable

serialVersionUID: 1L

Serialized Fields

repository

org.domdrides.repository.PageableRepository<EntityType extends org.domdrides.entity.Entity<IdType>,IdType extends Serializable> repository

Package org.wicketopia.editor.component.property

Class org.wicketopia.editor.component.property.AbstractFormComponentPropertyEditor extends org.apache.wicket.markup.html.panel.Panel implements Serializable

Serialized Fields

formComponent

org.apache.wicket.markup.html.form.FormComponent<T> formComponent

Class org.wicketopia.editor.component.property.AbstractTextComponentPropertyEditor extends AbstractFormComponentPropertyEditor implements Serializable

Class org.wicketopia.editor.component.property.CheckBoxPropertyEditor extends AbstractFormComponentPropertyEditor implements Serializable

Class org.wicketopia.editor.component.property.DropDownChoicePropertyEditor extends AbstractFormComponentPropertyEditor implements Serializable

Class org.wicketopia.editor.component.property.PasswordFieldPropertyEditor extends AbstractTextComponentPropertyEditor implements Serializable

Class org.wicketopia.editor.component.property.TextAreaPropertyEditor extends AbstractTextComponentPropertyEditor implements Serializable

Class org.wicketopia.editor.component.property.TextFieldPropertyEditor extends AbstractTextComponentPropertyEditor implements Serializable


Package org.wicketopia.example.domain.entity

Class org.wicketopia.example.domain.entity.BaseEntity extends Object implements Serializable

Serialized Fields

id

String id

Class org.wicketopia.example.domain.entity.Person extends BaseEntity implements Serializable

Serialized Fields

firstName

String firstName

lastName

String lastName

ssn

String ssn

email

String email

smoker

boolean smoker

gender

Gender gender

dob

org.joda.time.LocalDate dob

workDayBegin

org.joda.time.LocalTime workDayBegin

workDayEnd

org.joda.time.LocalTime workDayEnd

mother

Person mother

Package org.wicketopia.example.web.bean

Class org.wicketopia.example.web.bean.SessionTracker extends Object implements Serializable

Serialized Fields

pageViews

int pageViews

Package org.wicketopia.example.web.component.form

Class org.wicketopia.example.web.component.form.CreateEntityForm extends org.apache.wicket.markup.html.form.Form<T extends Serializable> implements Serializable

Serialized Fields

persistenceProvider

PersistenceProvider persistenceProvider

Package org.wicketopia.example.web.page

Class org.wicketopia.example.web.page.BasePage extends org.apache.wicket.markup.html.WebPage implements Serializable

serialVersionUID: 1L

Serialized Fields

authenticationManager

org.springframework.security.authentication.AuthenticationManager authenticationManager

sessionTracker

SessionTracker sessionTracker

conversation

javax.enterprise.context.Conversation conversation

Class org.wicketopia.example.web.page.HomePage extends BasePage implements Serializable

serialVersionUID: 1L

Serialized Fields

persistenceProvider

PersistenceProvider persistenceProvider

authenticationManager

org.springframework.security.authentication.AuthenticationManager authenticationManager

Package org.wicketopia.example.web.page.bean

Class org.wicketopia.example.web.page.bean.BeanEditorExample extends BasePage implements Serializable

Class org.wicketopia.example.web.page.bean.BeanViewerExample extends BasePage implements Serializable


Package org.wicketopia.example.web.page.custom

Class org.wicketopia.example.web.page.custom.CustomBeanEditorExample extends BasePage implements Serializable


Package org.wicketopia.example.web.page.custom.viewer

Class org.wicketopia.example.web.page.custom.viewer.ImageBooleanViewer extends org.apache.wicket.markup.html.panel.Panel implements Serializable

Serialized Fields

image

org.apache.wicket.markup.html.image.Image image

Package org.wicketopia.example.web.page.list

Class org.wicketopia.example.web.page.list.BeanListEditorExample extends BasePage implements Serializable

Serialized Fields

persistenceProvider

PersistenceProvider persistenceProvider

Class org.wicketopia.example.web.page.list.BeanListViewerExample extends BasePage implements Serializable

Serialized Fields

persistenceProvider

PersistenceProvider persistenceProvider

Package org.wicketopia.example.web.page.scaffold

Class org.wicketopia.example.web.page.scaffold.ScaffoldExample extends BasePage implements Serializable

Serialized Fields

persistenceProvider

PersistenceProvider persistenceProvider

Package org.wicketopia.example.web.page.table

Class org.wicketopia.example.web.page.table.BeanTableExample extends BasePage implements Serializable

Serialized Fields

persistenceProvider

PersistenceProvider persistenceProvider

Package org.wicketopia.factory

Class org.wicketopia.factory.AbstractPropertyComponentFactory extends Object implements Serializable

Serialized Fields

beanType

Class<T> beanType

Class org.wicketopia.factory.PropertyEditorComponentFactory extends AbstractPropertyComponentFactory<T> implements Serializable

Class org.wicketopia.factory.PropertyViewerComponentFactory extends AbstractPropertyComponentFactory<T> implements Serializable


Package org.wicketopia.joda.component.editor

Class org.wicketopia.joda.component.editor.JodaTextField extends org.apache.wicket.markup.html.form.TextField<T> implements Serializable

Serialized Fields

formatSupport

JodaFormatSupport<T> formatSupport

Package org.wicketopia.joda.component.viewer

Class org.wicketopia.joda.component.viewer.JodaLabel extends LabelPropertyViewer implements Serializable


Package org.wicketopia.joda.converter

Class org.wicketopia.joda.converter.DateTimeFormatSupportConverter extends Object implements Serializable

Serialized Fields

formatSupport

JodaFormatSupport<T> formatSupport

Package org.wicketopia.joda.util.format

Class org.wicketopia.joda.util.format.JodaFormatSupport extends Object implements Serializable

Serialized Fields

translator

DateTimeTranslator<T> translator

formatProvider

FormatProvider formatProvider

applyTimeZoneDifference

boolean applyTimeZoneDifference

pivotYear

int pivotYear

Class org.wicketopia.joda.util.format.PatternFormatProvider extends Object implements Serializable

Serialized Fields

datePattern

String datePattern

Class org.wicketopia.joda.util.format.StyleFormatProvider extends Object implements Serializable

Serialized Fields

style

String style

Package org.wicketopia.joda.util.translator

Package org.wicketopia.layout

Class org.wicketopia.layout.AbstractLayoutPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

Serialized Fields

context

Context context

beanType

Class<T> beanType

componentFactory

PropertyComponentFactory<T> componentFactory

propertyNames

List<E> propertyNames

Package org.wicketopia.layout.list

Class org.wicketopia.layout.list.BeanListLayoutPanel extends AbstractLayoutPanel<T> implements Serializable

Serialized Fields

listView

org.wicketopia.layout.list.BeanListLayoutPanel.BeanListView listView

Package org.wicketopia.layout.view

Class org.wicketopia.layout.view.BeanViewLayoutPanel extends AbstractLayoutPanel<T> implements Serializable

Serialized Fields

beanModel

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

Class org.wicketopia.layout.view.CssBeanViewLayoutPanel extends BeanViewLayoutPanel<T> implements Serializable

Serialized Fields

cssClass

String cssClass

Package org.wicketopia.metadata

Class org.wicketopia.metadata.WicketopiaBeanFacet extends Object implements Serializable

Serialization Methods

writeReplace

private Object writeReplace()
Serialized Fields

beanMetaData

org.metastopheles.BeanMetaData beanMetaData

displayName

String displayName

displayNameMessageKey

String displayNameMessageKey

Class org.wicketopia.metadata.WicketopiaPropertyFacet extends Object implements Serializable

Serialization Methods

writeReplace

private Object writeReplace()
Serialized Fields

displayNameMessageKey

String displayNameMessageKey

displayName

String displayName

order

int order

editorType

String editorType

viewerType

String viewerType

editorFeatures

Set<E> editorFeatures

viewerFeatures

Set<E> viewerFeatures

ignored

boolean ignored

propertyMetaData

org.metastopheles.PropertyMetaData propertyMetaData

viewable

ContextualBoolean viewable

editable

ContextualBoolean editable

required

ContextualBoolean required

Package org.wicketopia.model.column

Class org.wicketopia.model.column.BeanPropertyColumn extends Object implements Serializable

Serialized Fields

factory

PropertyComponentFactory<T> factory

propertyName

String propertyName

context

Context context

Class org.wicketopia.model.column.FragmentColumn extends org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn<T,String> implements Serializable

serialVersionUID: 1L


Package org.wicketopia.model.label

Class org.wicketopia.model.label.DisplayNameModel extends org.apache.wicket.model.ResourceModel implements Serializable

serialVersionUID: 1L

Class org.wicketopia.model.label.PluralizedModel extends org.apache.wicket.model.AbstractReadOnlyModel<String> implements Serializable

Serialized Fields

singular

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

Package org.wicketopia.model.proxy

Class org.wicketopia.model.proxy.ProxyModelManager extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

proxyModels

List<E> proxyModels

Package org.wicketopia.model.table

Class org.wicketopia.model.table.DefaultSortableCollectionDataProvider extends SortableCollectionDataProvider<T extends Serializable> implements Serializable

Class org.wicketopia.model.table.SortableCollectionDataProvider extends org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<T,String> implements Serializable

Serialized Fields

inner

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

Package org.wicketopia.persistence.component.link

Class org.wicketopia.persistence.component.link.CreateLink extends org.apache.wicket.markup.html.form.SubmitLink implements Serializable

Serialized Fields

persistenceProvider

PersistenceProvider persistenceProvider

Class org.wicketopia.persistence.component.link.DeleteLink extends org.apache.wicket.markup.html.link.Link<T> implements Serializable

Serialized Fields

persistenceProvider

PersistenceProvider persistenceProvider

Class org.wicketopia.persistence.component.link.UpdateLink extends org.apache.wicket.markup.html.form.SubmitLink implements Serializable

Serialized Fields

persistenceProvider

PersistenceProvider persistenceProvider

Package org.wicketopia.persistence.component.link.ajax

Class org.wicketopia.persistence.component.link.ajax.AjaxCreateLink extends org.apache.wicket.ajax.markup.html.form.AjaxSubmitLink implements Serializable

Serialized Fields

persistenceProvider

PersistenceProvider persistenceProvider

Class org.wicketopia.persistence.component.link.ajax.AjaxDeleteLink extends org.apache.wicket.ajax.markup.html.AjaxLink<T> implements Serializable

Serialized Fields

persistenceProvider

PersistenceProvider persistenceProvider

Class org.wicketopia.persistence.component.link.ajax.AjaxUpdateLink extends org.apache.wicket.ajax.markup.html.form.AjaxSubmitLink implements Serializable

Serialized Fields

persistenceProvider

PersistenceProvider persistenceProvider

Package org.wicketopia.persistence.component.scaffold

Class org.wicketopia.persistence.component.scaffold.Scaffold extends org.apache.wicket.markup.html.panel.Panel implements Serializable

Serialized Fields

beanType

Class<T> beanType

persistenceProvider

PersistenceProvider persistenceProvider

mode

ScaffoldMode mode

feedback

org.apache.wicket.markup.html.panel.FeedbackPanel feedback

model

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

displayName

DisplayNameModel displayName

Package org.wicketopia.persistence.model

Class org.wicketopia.persistence.model.LoadableDetachableEntityModel extends org.apache.wicket.model.LoadableDetachableModel<T> implements Serializable

Serialized Fields

persistenceProvider

PersistenceProvider persistenceProvider

entityType

Class<T> entityType

identifier

Serializable identifier

Package org.wicketopia.persistence.model.list

Class org.wicketopia.persistence.model.list.EntityListModel extends org.apache.wicket.model.LoadableDetachableModel<List<? extends T>> implements Serializable

Serialized Fields

entityType

Class<T> entityType

persistenceProvider

PersistenceProvider persistenceProvider

Package org.wicketopia.persistence.model.repeater

Class org.wicketopia.persistence.model.repeater.PersistenceDataProvider extends org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<T,String> implements Serializable

Serialized Fields

beanType

Class<T> beanType

persistenceProvider

PersistenceProvider persistenceProvider

Package org.wicketopia.renderer

Class org.wicketopia.renderer.EnumChoiceRenderer extends Object implements Serializable

serialVersionUID: -2873650216055558416L

Serialized Fields

dropDownChoice

org.apache.wicket.markup.html.form.DropDownChoice<T> dropDownChoice

Package org.wicketopia.security

Package org.wicketopia.shiro

Class org.wicketopia.shiro.ShiroSecurityProvider extends Object implements Serializable


Package org.wicketopia.spring.security

Class org.wicketopia.spring.security.SpringSecurityProvider extends Object implements Serializable


Package org.wicketopia.viewer.component

Class org.wicketopia.viewer.component.LabelPropertyViewer extends org.apache.wicket.markup.html.basic.Label implements Serializable

Class org.wicketopia.viewer.component.MessageFormatPropertyViewer extends LabelPropertyViewer implements Serializable

Serialized Fields

formatPattern

String formatPattern



Copyright © 2010-2013. All Rights Reserved.