|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
MapUjo.newListProperty(java.lang.String name,
java.lang.Class<ITEM> type)
A ListProperty Factory Method assigns a next property index. |
|
static
|
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
|
MapUjo.newProperty(java.lang.String name,
VALUE value)
A Property Factory Method assigns a next property index. |
|
static
|
MapUjo.newProperty(UjoProperty p,
int index)
Returns a new instance of property where the default value is null. |
|
protected static
|
MapUjoExt.newPropertyList(java.lang.String name,
java.lang.Class<ITEM> type)
Deprecated. Use newListProperty(...) instead of. |
|
protected static
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||