|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
double min
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 |
|---|
int min
int max
| Class org.wicketopia.builder.feature.validator.LongRangeFeature extends org.wicketopia.builder.feature.validator.AbstractValidatorFeature implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
long min
long max
| Class org.wicketopia.builder.feature.validator.PatternFeature extends org.wicketopia.builder.feature.validator.AbstractValidatorFeature implements Serializable |
|---|
| Serialized Fields |
|---|
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 |
|---|
Map<K,V> attributes
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 |
|---|
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 |
|---|
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
Class<T> beanType
PropertyComponentFactory<T> componentFactory
List<E> propertyNames
| Package org.wicketopia.layout.list |
|---|
| Class org.wicketopia.layout.list.BeanListLayoutPanel extends AbstractLayoutPanel<T> implements Serializable |
|---|
| Serialized Fields |
|---|
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 |
|---|
org.apache.wicket.model.IModel<T> beanModel
| Class org.wicketopia.layout.view.CssBeanViewLayoutPanel extends BeanViewLayoutPanel<T> implements Serializable |
|---|
| Serialized Fields |
|---|
String cssClass
| Package org.wicketopia.metadata |
|---|
| Class org.wicketopia.metadata.WicketopiaBeanFacet extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
private Object writeReplace()
| Serialized Fields |
|---|
org.metastopheles.BeanMetaData beanMetaData
String displayName
String displayNameMessageKey
| Class org.wicketopia.metadata.WicketopiaPropertyFacet extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
private Object writeReplace()
| Serialized Fields |
|---|
String displayNameMessageKey
String displayName
int order
String editorType
String viewerType
Set<E> editorFeatures
Set<E> viewerFeatures
boolean ignored
org.metastopheles.PropertyMetaData propertyMetaData
org.wicketopia.metadata.WicketopiaPropertyFacet.ContextualBoolean viewable
org.wicketopia.metadata.WicketopiaPropertyFacet.ContextualBoolean editable
org.wicketopia.metadata.WicketopiaPropertyFacet.ContextualBoolean required
| Package org.wicketopia.model.column |
|---|
| Class org.wicketopia.model.column.BeanPropertyColumn extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
PropertyComponentFactory<T> factory
String propertyName
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 |
|---|
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 |
|---|
List<E> proxyModels
| Package org.wicketopia.renderer |
|---|
| Class org.wicketopia.renderer.EnumChoiceRenderer extends Object implements Serializable |
|---|
serialVersionUID: -2873650216055558416L
| Serialized Fields |
|---|
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 |
|---|
String formatPattern
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||