Uses of Package
org.apache.wicket.model

Packages that use org.apache.wicket.model
org.apache.wicket The core Wicket package. 
org.apache.wicket.ajax.markup.html   
org.apache.wicket.ajax.markup.html.form   
org.apache.wicket.behavior   
org.apache.wicket.feedback Classes related to showing user feedback, generally as the result of form submission and/or validation. 
org.apache.wicket.markup.html Base package of HTML markup. 
org.apache.wicket.markup.html.basic Basic HTML components. 
org.apache.wicket.markup.html.border Border components. 
org.apache.wicket.markup.html.form HTML Forms and form components. 
org.apache.wicket.markup.html.form.upload Support for upload forms (using multipart requests). 
org.apache.wicket.markup.html.image Image components. 
org.apache.wicket.markup.html.include Components for including content from non-Wicket sources. 
org.apache.wicket.markup.html.link Link components. 
org.apache.wicket.markup.html.list List components for tabular data and such. 
org.apache.wicket.markup.html.pages Default special purpose pages for error and feedback support. 
org.apache.wicket.markup.html.panel Panel components. 
org.apache.wicket.markup.repeater   
org.apache.wicket.markup.repeater.data   
org.apache.wicket.markup.repeater.util   
org.apache.wicket.markup.transformer Transformers are able to post-process (transform) the output generated by a Component. 
org.apache.wicket.model Core model support for Wicket components. 
org.apache.wicket.model.util   
org.apache.wicket.resource Locale aware resouce loaders. 
org.apache.wicket.validation This package provides interfaces for Wicket's validation support. 
 

Classes in org.apache.wicket.model used by org.apache.wicket
IModel
          A IModel wraps the actual model Object used by a Component.
IModelComparator
          Implementations of this interface compare model object.
 

Classes in org.apache.wicket.model used by org.apache.wicket.ajax.markup.html
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.ajax.markup.html.form
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.behavior
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.feedback
IDetachable
          Interface to logic for detaching transient information from a detachable model.
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.markup.html
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.markup.html.basic
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.markup.html.border
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.markup.html.form
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.markup.html.form.upload
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.markup.html.image
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.markup.html.include
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.markup.html.link
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.markup.html.list
IDetachable
          Interface to logic for detaching transient information from a detachable model.
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.markup.html.pages
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.markup.html.panel
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.markup.repeater
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.markup.repeater.data
IDetachable
          Interface to logic for detaching transient information from a detachable model.
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.markup.repeater.util
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.markup.transformer
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.model
AbstractPropertyModel
          Serves as a base class for different kinds of property models.
AbstractReadOnlyModel
          AbstractReadOnlyModel is an adapter base class for implementing models which have no detach logic and are read-only.
ChainingModel
          Default implementation of IChainingModel
CompoundPropertyModel
          A simple compound model which uses the component's name as the property expression to retrieve properties on the nested model object.
IChainingModel
          Models that implement this interface will support chaining of IModels.
IComponentAssignedModel
          Models that wish to substitute themselves with a wrapper when they are bound to a component (either through IModel parameter in a constructor or via a call to Component.setDefaultModel(IModel)) should implement this interface.
IComponentInheritedModel
          This is a marker interface for models that can be inherited from components higher in the hierarchy.
IDetachable
          Interface to logic for detaching transient information from a detachable model.
IModel
          A IModel wraps the actual model Object used by a Component.
IObjectClassAwareModel
          Interface implemented by model that can provide class of the model object.
IPropertyReflectionAwareModel
          Optional interface implemented by models that are able to provide reflection information about object property they interact with.
IWrapModel
          A marker interface that represents a model that serves as a wrapper for another.
LoadableDetachableModel
          Model that makes working with detachable models a breeze.
Model
          Model is the basic implementation of an IModel.
PropertyModel
          A PropertyModel is used to dynamically access a model using a "property expression".
 

Classes in org.apache.wicket.model used by org.apache.wicket.model.util
IDetachable
          Interface to logic for detaching transient information from a detachable model.
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.resource
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in org.apache.wicket.model used by org.apache.wicket.validation
IModel
          A IModel wraps the actual model Object used by a Component.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.