|
Joda System API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanList | |
org.joda.property | Joda property based domain model |
org.joda.property.impl |
Uses of BeanList in org.joda.property |
Methods in org.joda.property that return BeanList | |
static BeanList |
JodaFactory.createList(java.lang.Class intface)
Create a new BeanList for the specified interface. |
abstract BeanList |
JodaFactory.createBeanList(java.lang.Class intface)
Create a wrapper for a list of beans that can have a typecast get method. |
Uses of BeanList in org.joda.property.impl |
Classes in org.joda.property.impl that implement BeanList | |
class |
AbstractBeanList
AbstractBeanList should be extended by classes in the application domain model which provide typecast lists. |
Methods in org.joda.property.impl that return BeanList | |
BeanList |
ProxyPropertyFactory.createBeanList(java.lang.Class type)
Create a wrapper for a list of beans that can have a typecast get method. |
|
Joda System API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |