|
||||||||||
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.domdrides.component.link |
---|
Class org.wicketopia.domdrides.component.link.CreateEntityLink extends org.apache.wicket.markup.html.form.SubmitLink implements Serializable |
---|
Serialized Fields |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
org.domdrides.repository.Repository<EntityType extends org.domdrides.entity.Entity<IdType>,IdType extends Serializable> repository
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 |
---|
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 |
---|
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 |
---|
String id
Class org.wicketopia.example.domain.entity.Person extends BaseEntity implements Serializable |
---|
Serialized Fields |
---|
String firstName
String lastName
String ssn
String email
boolean smoker
Gender gender
org.joda.time.LocalDate dob
org.joda.time.LocalTime workDayBegin
org.joda.time.LocalTime workDayEnd
Person mother
Package org.wicketopia.example.web.bean |
---|
Class org.wicketopia.example.web.bean.SessionTracker extends Object implements Serializable |
---|
Serialized Fields |
---|
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
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 |
---|
org.springframework.security.authentication.AuthenticationManager authenticationManager
SessionTracker sessionTracker
javax.enterprise.context.Conversation conversation
Class org.wicketopia.example.web.page.HomePage extends BasePage implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
PersistenceProvider persistenceProvider
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 |
---|
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
Class org.wicketopia.example.web.page.list.BeanListViewerExample extends BasePage implements Serializable |
---|
Serialized Fields |
---|
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
Package org.wicketopia.example.web.page.table |
---|
Class org.wicketopia.example.web.page.table.BeanTableExample extends BasePage implements Serializable |
---|
Serialized Fields |
---|
PersistenceProvider persistenceProvider
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.joda.component.editor |
---|
Class org.wicketopia.joda.component.editor.JodaTextField extends org.apache.wicket.markup.html.form.TextField<T> implements Serializable |
---|
Serialized Fields |
---|
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 |
---|
JodaFormatSupport<T> formatSupport
Package org.wicketopia.joda.util.format |
---|
Class org.wicketopia.joda.util.format.JodaFormatSupport extends Object implements Serializable |
---|
Serialized Fields |
---|
DateTimeTranslator<T> translator
FormatProvider formatProvider
boolean applyTimeZoneDifference
int pivotYear
Class org.wicketopia.joda.util.format.PatternFormatProvider extends Object implements Serializable |
---|
Serialized Fields |
---|
String datePattern
Class org.wicketopia.joda.util.format.StyleFormatProvider extends Object implements Serializable |
---|
Serialized Fields |
---|
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
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
ContextualBoolean viewable
ContextualBoolean editable
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,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 |
---|
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.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 |
---|
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
Class org.wicketopia.persistence.component.link.DeleteLink extends org.apache.wicket.markup.html.link.Link<T> implements Serializable |
---|
Serialized Fields |
---|
PersistenceProvider persistenceProvider
Class org.wicketopia.persistence.component.link.UpdateLink extends org.apache.wicket.markup.html.form.SubmitLink implements Serializable |
---|
Serialized Fields |
---|
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
Class org.wicketopia.persistence.component.link.ajax.AjaxDeleteLink extends org.apache.wicket.ajax.markup.html.AjaxLink<T> implements Serializable |
---|
Serialized Fields |
---|
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
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 |
---|
Class<T> beanType
PersistenceProvider persistenceProvider
ScaffoldMode mode
org.apache.wicket.markup.html.panel.FeedbackPanel feedback
org.apache.wicket.model.IModel<T> model
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
Class<T> entityType
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 |
---|
Class<T> entityType
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 |
---|
Class<T> beanType
PersistenceProvider persistenceProvider
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.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 |
---|
String formatPattern
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |