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<T>
          Quick detachable model that is implements the IComponentAssignedModel and the IModel interfaces.
 class ComponentModel<T>
          Quick model that is implements the IComponentAssignedModel and the IModel interfaces.
 class ComponentPropertyModel<T>
          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-2011 Apache Software Foundation. All Rights Reserved.