|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ListProperty in org.ujoframework.extensions |
|---|
| Methods in org.ujoframework.extensions that return ListProperty | ||
|---|---|---|
protected ListProperty<UJO,ITEM> |
ListProperty.initList(java.lang.String name,
int index,
java.lang.Boolean lock)
List property initialization. |
|
static
|
ListProperty.newListProperty(java.lang.String name,
java.lang.Class<ITEM> itemType)
A ListUjoProperty Factory Method assigns a next property index. |
|
static
|
ListProperty.newListProperty(java.lang.String name,
java.lang.Class<ITEM> itemType,
int index)
A ListUjoProperty Factory Method assigns a next property index. |
|
static
|
ListProperty.newListProperty(java.lang.String name,
java.lang.Class<ITEM> itemType,
int index,
boolean lock)
A ListUjoProperty Factory Method assigns a next property index. |
|
| Uses of ListProperty in org.ujoframework.implementation.array |
|---|
| Methods in org.ujoframework.implementation.array that return ListProperty | ||
|---|---|---|
protected static
|
ArrayUjoExt.newListProperty(java.lang.String name,
java.lang.Class<ITEM> type,
int index)
A ListProperty Factory Method assigns a next property index. |
|
protected static
|
ArrayUjo.newListProperty(java.lang.String name,
java.lang.Class<ITEM> type,
int index)
A ListProperty Factory Method assigns a next property index. |
|
protected static
|
ArrayUjo.newPropertyList_(java.lang.String name,
java.lang.Class<ITEM> type,
int index)
Deprecated. Use method newListProperty |
|
| Uses of ListProperty in org.ujoframework.implementation.bean |
|---|
| Subclasses of ListProperty in org.ujoframework.implementation.bean | |
|---|---|
class |
BeanPropertyList<UJO extends Ujo,ITEM>
Property List implementation. |
| Uses of ListProperty in org.ujoframework.implementation.field |
|---|
| Subclasses of ListProperty in org.ujoframework.implementation.field | |
|---|---|
class |
FieldPropertyList<UJO extends Ujo,ITEM>
Property List implementation. |
| Uses of ListProperty in org.ujoframework.implementation.map |
|---|
| Methods in org.ujoframework.implementation.map that return ListProperty | ||
|---|---|---|
protected static
|
MapUjoExt.newListProperty(java.lang.String name,
java.lang.Class<ITEM> type)
A ListProperty Factory Method assigns a next property index. |
|
protected static
|
MapUjo.newListProperty(java.lang.String name,
java.lang.Class<ITEM> type)
A ListProperty Factory Method assigns a next property index. |
|
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 ListProperty in org.ujoframework.implementation.mapImpl |
|---|
| Methods in org.ujoframework.implementation.mapImpl that return ListProperty | ||
|---|---|---|
protected static
|
MapImplUjo.newListProperty(java.lang.String name,
java.lang.Class<ITEM> type)
A ListProperty Factory Method assigns a next property index. |
|
| Uses of ListProperty in org.ujoframework.implementation.quick |
|---|
| Methods in org.ujoframework.implementation.quick that return ListProperty | ||
|---|---|---|
protected static
|
QuickUjo.newListProperty(java.lang.Class<ITEM> itemType)
A Property Factory creates new property and assigns a name and next property index. |
|
protected static
|
QuickUjo.newListProperty(java.lang.String name,
java.lang.Class<ITEM> itemType)
A Property Factory creates new property and assigns a next property index. |
|
| Uses of ListProperty in org.ujoframework.orm.metaModel |
|---|
| Fields in org.ujoframework.orm.metaModel declared as ListProperty | |
|---|---|
static ListProperty<MetaTable,MetaColumn> |
MetaTable.COLUMNS
Table Columns (no relations) |
static ListProperty<MetaPKey,MetaColumn> |
MetaPKey.COLUMNS
DB columns |
static ListProperty<MetaIndex,MetaColumn> |
MetaIndex.COLUMNS
Table Columns |
static ListProperty<MetaRoot,MetaDatabase> |
MetaRoot.DATABASES
List of tables |
static ListProperty<MetaDatabase,java.lang.String> |
MetaDatabase.JNDI
JNDI (java naming and directory interface) connection string |
static ListProperty<MetaProcedure,MetaColumn> |
MetaProcedure.PARAMETERS
Procedure parameters |
static ListProperty<MetaDatabase,MetaProcedure> |
MetaDatabase.PROCEDURES
List of procedures |
static ListProperty<MetaTable,MetaRelation2Many> |
MetaTable.RELATIONS
Table relations to many |
static ListProperty<MetaDatabase,MetaTable> |
MetaDatabase.TABLES
List of tables |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||