Joda System API

Uses of Interface
org.joda.property.type.CollectionProperty

Packages that use CollectionProperty
org.joda.property.impl.collection   
org.joda.property.impl.link   
org.joda.property.type   
 

Uses of CollectionProperty in org.joda.property.impl.collection
 

Classes in org.joda.property.impl.collection that implement CollectionProperty
 class AbstractListProperty
          Standard implementation of a list.
 class DefaultDataListProperty
          Standard implementation of a list of objects.
 

Uses of CollectionProperty in org.joda.property.impl.link
 

Classes in org.joda.property.impl.link that implement CollectionProperty
 class DefaultLinkListProperty
          Standard link list view implementation which links one Bean to a list of other Beans.
 

Uses of CollectionProperty in org.joda.property.type
 

Subinterfaces of CollectionProperty in org.joda.property.type
 interface DataListProperty
          Interface for a typed updateable list of objects.
 interface LinkListProperty
          Interface for an updateable list of Beans.
 interface ListProperty
          A ListProperty is a property which can holds a list.
 


Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.