Uses of Interface
org.apache.wicket.model.IComponentAssignedModel

Packages that use IComponentAssignedModel
org.apache.wicket.model Core model support for Wicket components. 
 

Uses of IComponentAssignedModel in org.apache.wicket.model
 

Classes in org.apache.wicket.model that implement IComponentAssignedModel
 class ComponentDetachableModel
          Quick detachable model that is implements the IComponentAssignedModel and the IModel interfaces.
 class ComponentModel
          Quick model that is implements the IComponentAssignedModel and the IModel interfaces.
 class ComponentPropertyModel
          A model that references a property by name on the current model of the component it is bound to.
 class ResourceModel
          A model that represents a localized resource string.
 class StringResourceModel
          This model class encapsulates the full power of localization support within the Wicket framework.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.