Uses of Interface
org.ujoframework.extensions.ListUjoProperty

Packages that use ListUjoProperty
org.ujoframework.extensions UJO extensions. 
org.ujoframework.implementation.bean   
org.ujoframework.implementation.field   
 

Uses of ListUjoProperty in org.ujoframework.extensions
 

Classes in org.ujoframework.extensions that implement ListUjoProperty
 class ListProperty<UJO extends Ujo,ITEM>
          The main implementation of the interface ListUjoProperty.
 

Methods in org.ujoframework.extensions with parameters of type ListUjoProperty
<UJO extends UJO_IMPL,ITEM>
Ujo
UjoExt.add(ListUjoProperty<UJO,ITEM> property, ITEM value)
          Add Value, if the List is null then the list will be created.
<UJO extends UJO_IMPL,ITEM>
UJO_IMPL
AbstractUjoExt.add(ListUjoProperty<UJO,ITEM> property, ITEM value)
          Add Value, if the List is null then the list will be created.
<UJO extends UJO_IMPL,ITEM>
ITEM
UjoExt.get(ListUjoProperty<UJO,ITEM> property, int index)
          Get Value
Inside is called a method ListUjoPropertyCommon.getItem(...) .
<UJO extends UJO_IMPL,ITEM>
ITEM
AbstractUjoExt.get(ListUjoProperty<UJO,ITEM> property, int index)
          Get Value
Inside is called a method ListUjoPropertyCommon.getItem(...) internally.
<UJO extends UJO_IMPL,ITEM>
int
UjoExt.getItemCount(ListUjoProperty<UJO,ITEM> property)
          Returns a count of Items.
<UJO extends UJO_IMPL,ITEM>
int
AbstractUjoExt.getItemCount(ListUjoProperty<UJO,ITEM> property)
          Returns a count of Items.
<UJO extends UJO_IMPL,LIST extends java.util.List<ITEM>,ITEM>
LIST
UjoExt.list(ListUjoProperty<UJO,ITEM> property)
          Returns a not null List.
<UJO extends UJO_IMPL,LIST extends java.util.List<ITEM>,ITEM>
LIST
AbstractUjoExt.list(ListUjoProperty<UJO,ITEM> property)
          Returns a not null List.
<UJO extends UJO_IMPL,ITEM>
ITEM
UjoExt.remove(ListUjoProperty<UJO,ITEM> property, int index)
          Get Value
<UJO extends UJO_IMPL,ITEM>
ITEM
AbstractUjoExt.remove(ListUjoProperty<UJO,ITEM> property, int index)
          Remove an item from the List by an index.
<UJO extends UJO_IMPL,ITEM>
boolean
AbstractUjoExt.remove(ListUjoProperty<UJO,ITEM> property, ITEM item)
          Removes the first occurrence in this list of the specified element.
<UJO extends UJO_IMPL,ITEM>
Ujo
UjoExt.set(ListUjoProperty<UJO,ITEM> property, int index, ITEM value)
          Add Value, if the List is null then the list will be created.
<UJO extends UJO_IMPL,ITEM>
UJO_IMPL
AbstractUjoExt.set(ListUjoProperty<UJO,ITEM> property, int index, ITEM value)
          Add Value, if the List is null then the list will be created.
 

Uses of ListUjoProperty in org.ujoframework.implementation.bean
 

Classes in org.ujoframework.implementation.bean that implement ListUjoProperty
 class BeanPropertyList<UJO extends Ujo,ITEM>
          Property List implementation.
 

Uses of ListUjoProperty in org.ujoframework.implementation.field
 

Classes in org.ujoframework.implementation.field that implement ListUjoProperty
 class FieldPropertyList<UJO extends Ujo,ITEM>
          Property List implementation.
 



Copyright © 2010. All Rights Reserved.