Uses of Interface
org.apache.wicket.model.IComponentAssignedModel
-
Packages that use IComponentAssignedModel Package Description 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 Modifier and Type Class Description classComponentDetachableModel<T>Quick detachable model that is implements the IComponentAssignedModel and the IModel interfaces.classComponentModel<T>Quick model that is implements the IComponentAssignedModel and the IModel interfaces.classComponentPropertyModel<T>A model that references a property by name on the current model of the component it is bound to.classResourceModelA model that represents a localized resource string.classStringResourceModelThis model class encapsulates the full power of localization support within the Wicket framework.
-