Uses of Package
wicket.model

Packages that use wicket.model
wicket The core Wicket package. 
wicket.ajax.markup.html   
wicket.ajax.markup.html.form   
wicket.behavior   
wicket.feedback Classes related to showing user feedback, generally as the result of form submission and/or validation. 
wicket.markup.html Base package of HTML markup. 
wicket.markup.html.basic Basic HTML components. 
wicket.markup.html.body   
wicket.markup.html.border Border components. 
wicket.markup.html.form HTML Forms and form components. 
wicket.markup.html.form.upload Support for upload forms (using multipart requests). 
wicket.markup.html.form.validation Support for form validation. 
wicket.markup.html.image Image components. 
wicket.markup.html.include Components for including content from non-Wicket sources. 
wicket.markup.html.link Link components. 
wicket.markup.html.list List components for tabular data and such. 
wicket.markup.html.panel Panel components. 
wicket.markup.html.resources Support classes for HTML specific resources. 
wicket.markup.html.tree Package for Tree components. 
wicket.markup.transformer Transformers are able to post-process (transform) the output generated by a Component. 
wicket.model Core model support for Wicket components. 
wicket.protocol.http.portlet Wicket interface to the JSR-168 portlet API. 
 

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

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

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

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

Classes in wicket.model used by wicket.feedback
AbstractDetachableModel
          This provide a base class to work with detachable IModels.
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 wicket.model used by wicket.markup.html
IModel
          A IModel wraps the actual model Object used by a Component.
 

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

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

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

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

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

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

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

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

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

Classes in wicket.model used by wicket.markup.html.list
AbstractDetachableModel
          This provide a base class to work with detachable IModels.
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 wicket.model used by wicket.markup.html.panel
IModel
          A IModel wraps the actual model Object used by a Component.
 

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

Classes in wicket.model used by wicket.markup.html.tree
AbstractModel
          AbstractModel is an adapter base class for implementing models which have no detach logic.
AbstractReadOnlyModel
          AbstractReadOnlyModel is an adapter base class for implementing models which have no detach logic and are read-only.
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 wicket.model used by wicket.markup.transformer
IModel
          A IModel wraps the actual model Object used by a Component.
 

Classes in wicket.model used by wicket.model
AbstractDetachableModel
          This provide a base class to work with detachable IModels.
AbstractModel
          AbstractModel is an adapter base class for implementing models which have no detach logic.
AbstractPropertyModel
          Serves as a base class for different kinds of property models.
AbstractReadOnlyDetachableModel
          Adds a default implementation of onSetObject() which throws an UnsupportedOperationException to indicate that the subclass is a read-only model.
AbstractReadOnlyModel
          AbstractReadOnlyModel is an adapter base class for implementing models which have no detach logic and are read-only.
CompoundPropertyModel
          A simple compound model which uses the component's name as the property expression to retrieve properties on the nested model object.
ICompoundModel
          This is a marker interface for models that can be used as a shared/compound model for multiply components.
IDetachable
          Interface to logic for detaching transient information from a detachable model.
IModel
          A IModel wraps the actual model Object used by a Component.
Model
          Model is the basic implementation of an AbstractModel.
 

Classes in wicket.model used by wicket.protocol.http.portlet
IModel
          A IModel wraps the actual model Object used by a Component.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.