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

Packages that use MapUjoExt
org.ujoframework.implementation.map   
org.ujoframework.implementation.registrar   
org.ujoframework.swing Swing support. 
 

Uses of MapUjoExt in org.ujoframework.implementation.map
 

Classes in org.ujoframework.implementation.map with type parameters of type MapUjoExt
 class MapUjoExt<UJO extends MapUjoExt>
          This is an Groovy style implementation of a setter and getter methods for an easier access for developpers, however the methods have got an weaker type control in compare to the MapUjo implementation.
 

Methods in org.ujoframework.implementation.map with type parameters of type MapUjoExt
protected static
<UJO extends MapUjoExt,ITEM>
ListProperty<UJO,ITEM>
MapUjoExt.newListProperty(java.lang.String name, java.lang.Class<ITEM> type)
          A ListProperty Factory Method assigns a next property index.
static
<UJO extends MapUjoExt,VALUE>
Property<UJO,VALUE>
MapUjoExt.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 MapUjoExt,VALUE>
Property<UJO,VALUE>
MapUjoExt.newProperty(java.lang.String name, VALUE value)
          A Property Factory Method assigns a next property index.
 

Uses of MapUjoExt in org.ujoframework.implementation.registrar
 

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

Uses of MapUjoExt in org.ujoframework.swing
 

Subclasses of MapUjoExt in org.ujoframework.swing
 class UjoPropertyRow
          An implementation of TableModel for List of Ujo objects.
 



Copyright © 2010. All Rights Reserved.