Uses of Class
org.ujoframework.implementation.map.MapUjo

Packages that use MapUjo
org.ujoframework.implementation.map   
org.ujoframework.implementation.registrar   
 

Uses of MapUjo in org.ujoframework.implementation.map
 

Methods in org.ujoframework.implementation.map with type parameters of type MapUjo
protected static
<UJO extends MapUjo,ITEM>
ListProperty<UJO,ITEM>
MapUjo.newListProperty(java.lang.String name, java.lang.Class<ITEM> type)
          A ListProperty Factory Method assigns a next property index.
static
<UJO extends MapUjo,VALUE>
Property<UJO,VALUE>
MapUjo.newProperty(java.lang.String name, java.lang.Class<VALUE> type)
          Returns a new instance of property where the default value is null.
protected static
<UJO extends MapUjo,VALUE>
Property<UJO,VALUE>
MapUjo.newProperty(java.lang.String name, VALUE value)
          A Property Factory Method assigns a next property index.
static
<UJO extends MapUjo,VALUE>
Property<UJO,VALUE>
MapUjo.newProperty(UjoProperty p, int index)
          Returns a new instance of property where the default value is null.
protected static
<UJO extends MapUjo,ITEM>
ListProperty<UJO,ITEM>
MapUjoExt.newPropertyList(java.lang.String name, java.lang.Class<ITEM> type)
          Deprecated. Use newListProperty(...) instead of.
protected static
<UJO extends MapUjo,ITEM>
ListProperty<UJO,ITEM>
MapUjo.newPropertyList(java.lang.String name, java.lang.Class<ITEM> type)
          Deprecated. Use newListProperty(...) instead of.
 

Uses of MapUjo in org.ujoframework.implementation.registrar
 

Subclasses of MapUjo in org.ujoframework.implementation.registrar
 class RegistrarUjo<UJO extends Ujo>
          A MapUjo implementation with a Property change listener support.
 



Copyright © 2010. All Rights Reserved.