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.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.EnumDropDownChoicePropertyEditor extends AbstractFormComponentPropertyEditor 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.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.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

org.wicketopia.metadata.WicketopiaPropertyFacet.ContextualBoolean viewable

editable

org.wicketopia.metadata.WicketopiaPropertyFacet.ContextualBoolean editable

required

org.wicketopia.metadata.WicketopiaPropertyFacet.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> implements Serializable

serialVersionUID: 1L

Class org.wicketopia.model.column.LabelColumn extends org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn<T> 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.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.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-2011. All Rights Reserved.