Uses of Class
wicket.model.AbstractModel

Packages that use AbstractModel
wicket.markup.html.tree Package for Tree components. 
wicket.model Core model support for Wicket components. 
 

Uses of AbstractModel in wicket.markup.html.tree
 

Subclasses of AbstractModel in wicket.markup.html.tree
 class SelectedPathReplacementModel
          Replacement model that looks up whether the current row is the active one.
 

Uses of AbstractModel in wicket.model
 

Subclasses of AbstractModel in wicket.model
 class AbstractReadOnlyModel
          AbstractReadOnlyModel is an adapter base class for implementing models which have no detach logic and are read-only.
 class LoadableDetachableModel
          Model that makes working with detachable models a breeze.
 class Model
          Model is the basic implementation of an AbstractModel.
 class ResourceModel
          A model that represents a localized resource string.
 



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