|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
UjoExt.add(ListUjoProperty<UJO,ITEM> property,
ITEM value)
Add Value, if the List is null then the list will be created. |
|
|
AbstractUjoExt.add(ListUjoProperty<UJO,ITEM> property,
ITEM value)
Add Value, if the List is null then the list will be created. |
|
|
UjoExt.get(ListUjoProperty<UJO,ITEM> property,
int index)
Get Value Inside is called a method ListUjoPropertyCommon.getItem(...) . |
|
|
AbstractUjoExt.get(ListUjoProperty<UJO,ITEM> property,
int index)
Get Value Inside is called a method ListUjoPropertyCommon.getItem(...) internally. |
|
|
UjoExt.getItemCount(ListUjoProperty<UJO,ITEM> property)
Returns a count of Items. |
|
|
AbstractUjoExt.getItemCount(ListUjoProperty<UJO,ITEM> property)
Returns a count of Items. |
|
|
UjoExt.list(ListUjoProperty<UJO,ITEM> property)
Returns a not null List. |
|
|
AbstractUjoExt.list(ListUjoProperty<UJO,ITEM> property)
Returns a not null List. |
|
|
UjoExt.remove(ListUjoProperty<UJO,ITEM> property,
int index)
Get Value |
|
|
AbstractUjoExt.remove(ListUjoProperty<UJO,ITEM> property,
int index)
Remove an item from the List by an index. |
|
|
AbstractUjoExt.remove(ListUjoProperty<UJO,ITEM> property,
ITEM item)
Removes the first occurrence in this list of the specified element. |
|
|
UjoExt.set(ListUjoProperty<UJO,ITEM> property,
int index,
ITEM value)
Add Value, if the List is null then the list will be created. |
|
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||