Uses of Interface
org.ujoframework.extensions.ValueAgent

Packages that use ValueAgent
org.ujoframework.implementation.bean   
org.ujoframework.implementation.factory   
org.ujoframework.implementation.field   
 

Uses of ValueAgent in org.ujoframework.implementation.bean
 

Classes in org.ujoframework.implementation.bean that implement ValueAgent
 class BeanProperty<UJO extends Ujo,VALUE>
          A Map property implementation.
 class BeanPropertyList<UJO extends Ujo,ITEM>
          Property List implementation.
 

Uses of ValueAgent in org.ujoframework.implementation.factory
 

Classes in org.ujoframework.implementation.factory that implement ValueAgent
 class FactoryProperty<UJO extends Ujo,VALUE>
          A Factory property implementation.
 

Uses of ValueAgent in org.ujoframework.implementation.field
 

Classes in org.ujoframework.implementation.field that implement ValueAgent
 class FieldProperty<UJO extends Ujo,VALUE>
          A Field property implementation.
 class FieldPropertyList<UJO extends Ujo,ITEM>
          Property List implementation.
 

Methods in org.ujoframework.implementation.field with parameters of type ValueAgent
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
protected static
<UJO extends Ujo,VALUE>
FieldProperty<UJO,VALUE>
FieldUjoExt.newProperty(java.lang.String name, java.lang.Class<VALUE> type, ValueAgent<UJO,VALUE> agent)
          Returns a new instance of property where the default value is null.
protected static
<UJO extends Ujo,VALUE>
FieldProperty<UJO,VALUE>
FieldUjo.newProperty(java.lang.String name, java.lang.Class<VALUE> type, ValueAgent<UJO,VALUE> agent)
          Returns a new instance of property where the default value is null.
protected static
<UJO extends Ujo,VALUE>
FieldProperty<UJO,VALUE>
FieldUjoExt.newProperty(java.lang.String name, VALUE value, ValueAgent<UJO,VALUE> agent)
          A Property Factory
protected static
<UJO extends Ujo,VALUE>
FieldProperty<UJO,VALUE>
FieldUjo.newProperty(java.lang.String name, VALUE value, ValueAgent<UJO,VALUE> agent)
          A Property Factory creates a new property and assigns a next property index.
 

Constructors in org.ujoframework.implementation.field with parameters of type ValueAgent
FieldProperty(java.lang.String name, java.lang.Class<VALUE> type, int index, ValueAgent<UJO,VALUE> agent)
          Constructor
FieldProperty(java.lang.String name, VALUE defaultValue, int index, ValueAgent<UJO,VALUE> agent)
          Constructor with a default value
FieldPropertyList(java.lang.String name, java.lang.Class<ITEM> itemType, int index, ValueAgent<UJO,java.util.List<ITEM>> agent)
          Constructor
 



Copyright © 2010. All Rights Reserved.