Uses of Class
org.ujoframework.implementation.field.FieldPropertyList

Packages that use FieldPropertyList
org.ujoframework.implementation.field   
 

Uses of FieldPropertyList in org.ujoframework.implementation.field
 

Methods in org.ujoframework.implementation.field that return FieldPropertyList
protected static
<UJO extends Ujo,ITEM>
FieldPropertyList<UJO,ITEM>
FieldUjoExt.newListProperty(java.lang.String name, java.lang.Class<ITEM> type, ValueAgent<UJO,java.util.List<ITEM>> agent)
          A ListProperty Factory for a FieldUjo object
protected static
<UJO extends Ujo,ITEM>
FieldPropertyList<UJO,ITEM>
FieldUjo.newListProperty(java.lang.String name, java.lang.Class<ITEM> type, ValueAgent<UJO,java.util.List<ITEM>> agent)
          A ListProperty Factory for a FieldUjo object
 



Copyright © 2010. All Rights Reserved.