|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
MapUjoExt.newListProperty(java.lang.String name,
java.lang.Class<ITEM> type)
A ListProperty Factory Method assigns a next property index. |
|
static
|
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
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||