|
Ujorm release 1.22 |
|||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
Ujo.readProperty(...)
- readValue(UJO) -
Method in interface org.ujorm.extensions.ValueAgent
- WARNING: There is recommended to call the method from the method
Ujo.readValue(...)
- readValue(UjoProperty) -
Method in class org.ujorm.implementation.array.ArrayUjo
- It is a common method for reading all object values, however there is strongly recomended to use a method
Property.getValue(Ujo)
to an external access for a better type safe.
- readValue(UjoProperty) -
Method in class org.ujorm.implementation.array.ArrayUjoExt
- It is a common method for reading all object values, however there is strongly recomended to use a method
Property.getValue(org.ujorm.Ujo)
to an external access for a better type safe.
- readValue(Object) -
Method in class org.ujorm.implementation.bean.BeanProperty
- WARNING: There is recommended to call the method from the method
Ujo.readProperty(...)
- readValue(Object) -
Method in class org.ujorm.implementation.bean.BeanPropertyList
- WARNING: There is recommended to call the method from the method
Ujo.readProperty(...)
- readValue(UjoProperty) -
Method in class org.ujorm.implementation.bean.BeanUjo
- It is a common method for reading all object values, however there is strongly recomended to use a method
BeanProperty.getValue(Ujo)
to an external access for a better type safe.
- readValue(UjoProperty) -
Method in class org.ujorm.implementation.bean.BeanUjoExt
- It is a common method for reading all object values, however there is strongly recomended to use a method
BeanProperty.getValue(Ujo)
to an external access for a better type safe.
- readValue(UJO) -
Method in class org.ujorm.implementation.factory.FactoryProperty
- Create new Value.
- readValue(UjoProperty) -
Method in class org.ujorm.implementation.factory.FactoryUjo
- Method readValue() creates a new instance of the property always.
- readValue(UJO) -
Method in class org.ujorm.implementation.field.FieldProperty
- WARNING: There is recommended to call the method from the method
Ujo.readProperty(...)
- readValue(UJO) -
Method in class org.ujorm.implementation.field.FieldPropertyList
- WARNING: There is recommended to call the method from the method
Ujo.readProperty(...)
- readValue(UjoProperty) -
Method in class org.ujorm.implementation.field.FieldUjo
- It is a common method for reading all object values, however there is strongly recomended to use a method
FieldProperty.getValue(Ujo)
to an external access for a better type safe.
- readValue(UjoProperty) -
Method in class org.ujorm.implementation.field.FieldUjoExt
- It is a common method for reading all object values, however there is strongly recomended to use a method
FieldProperty.getValue(Ujo)
to an external access for a better type safe.
- readValue(UjoProperty) -
Method in class org.ujorm.implementation.map.MapUjo
- It is a common method for reading all object values, however there is strongly recomended to use a method
Property.getValue(org.ujorm.Ujo)
to an external access for a better type safe.
- readValue(UjoProperty) -
Method in class org.ujorm.implementation.map.MapUjoExt
- It is a common method for reading all object values, however there is strongly recomended to use a method
Property.getValue(org.ujorm.Ujo)
to an external access for a better type safe.
- readValue(UjoProperty) -
Method in class org.ujorm.implementation.mapImpl.MapImplUjo
- It is a common method for reading all object values, however there is strongly recomended to use a method
Property.getValue(org.ujorm.Ujo)
to an external access for a better type safe.
- readValue(UjoProperty) -
Method in class org.ujorm.implementation.orm.OrmTable
- A method for an internal use only.
- readValue(UjoProperty) -
Method in class org.ujorm.implementation.orm.OrmTableSynchronized
- A method for an internal use only.
- readValue(UjoProperty) -
Method in class org.ujorm.implementation.quick.QuickUjo
- It is a common method for reading all object values, however there is strongly recomended to use a method
Property.getValue(org.ujorm.Ujo)
to an external access for a better type safe.
- readValue(UjoProperty) -
Method in interface org.ujorm.orm.OrmUjo
- A special implementation, see a source code of the
OrmTable class for more information.
- readValue(UjoProperty) -
Method in class org.ujorm.swing.UjoPropertyRow
- Read Value
- readValue(UjoProperty) -
Method in interface org.ujorm.Ujo
- It is a common method for reading all object values, however there is strongly recomended to use a method
UjoProperty.getValue(org.ujorm.Ujo)
to an external access for a better type safe.
- readValueString(UjoProperty, UjoAction) -
Method in class org.ujorm.extensions.AbstractUjo
- Get an original value in a String format.
- readValueString(UjoProperty, UjoAction) -
Method in interface org.ujorm.extensions.UjoTextable
- Get an original value in a String format.
- RegistrarUjo<UJO extends Ujo> - Class in org.ujorm.implementation.registrar
- A MapUjo implementation with a Property change listener support.
- RegistrarUjo() -
Constructor for class org.ujorm.implementation.registrar.RegistrarUjo
-
- RegistrarUjoExt<UJO extends RegistrarUjoExt> - Class in org.ujorm.implementation.registrar
- A MapUjoExt implementation with a Property change listener support.
- RegistrarUjoExt() -
Constructor for class org.ujorm.implementation.registrar.RegistrarUjoExt
-
- RELATIONS -
Static variable in class org.ujorm.orm.metaModel.MetaTable
- Table relations to many
- RelationToMany<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo> - Class in org.ujorm.implementation.orm
- The relation 1:N to another UJO type items
- RelationToMany(String, Class<ITEM>) -
Constructor for class org.ujorm.implementation.orm.RelationToMany
- Constructor
- RelationToMany(String, Class<ITEM>, int, boolean) -
Constructor for class org.ujorm.implementation.orm.RelationToMany
- Constructor
- RelationToOne<UJO extends ExtendedOrmUjo,VALUE> - Class in org.ujorm.implementation.orm
- Foreign key property
- RelationToOne(String, Class, UjoProperty) -
Constructor for class org.ujorm.implementation.orm.RelationToOne
-
- reload(OrmUjo) -
Method in class org.ujorm.orm.Session
- Reload values of the persistent object.
- reload(OrmUjo, Session) -
Method in class org.ujorm.orm.utility.OrmTools
- Reload values of the persistent object.
- remove() -
Method in class org.ujorm.core.UjoIterator
- Deprecated. The method is not implemented.
- remove(ListUjoProperty<UJO, ITEM>, int) -
Method in class org.ujorm.extensions.AbstractUjoExt
- Remove an item from the List by an index.
- remove(ListUjoProperty<UJO, ITEM>, ITEM) -
Method in class org.ujorm.extensions.AbstractUjoExt
- Removes the first occurrence in this list of the specified element.
- remove(ListUjoProperty<UJO, ITEM>, int) -
Method in interface org.ujorm.extensions.UjoExt
- Get Value
- remove(Object) -
Method in class org.ujorm.implementation.mapImpl.MapImplUjo
- Removes the mapping for the specified key from this map if present.
- removeDb(String) -
Method in class org.ujorm.orm.metaModel.MetaRoot
- Returns the first database with the same schemaName - and remove it from the list.
- removeItem(UJO, ITEM) -
Method in class org.ujorm.extensions.ListProperty
- Removes the first occurrence in this list of the specified element.
- removeItem(UJO, ITEM) -
Method in interface org.ujorm.extensions.ListUjoProperty
- Removes the first occurrence in this list of the specified element.
- removePropertyChangeListener(UjoProperty<UJO, ?>, Boolean, UjoPropertyChangeListener) -
Method in class org.ujorm.implementation.registrar.RegistrarUjo
- Remove property Listener
- removePropertyChangeListener(UjoProperty<UJO, ?>, Boolean, UjoPropertyChangeListener) -
Method in class org.ujorm.implementation.registrar.RegistrarUjoExt
- Remove property Listener
- removePropertyChangeListener(UjoProperty<UJO, ?>, Boolean, UjoPropertyChangeListener) -
Method in interface org.ujorm.listener.EventRegistrar
- Remove listener
- removePropertyChangeListener(UjoProperty, Boolean, UjoPropertyChangeListener) -
Method in class org.ujorm.listener.UjoPropertyChangeSupport
- Remove listener
- revertArray(Object[]) -
Method in class org.ujorm.core.UjoManager
- Returns a reversed order of objects.
- RingBuffer - Class in org.ujorm.core
- A 'ring buffer' implementation whith a required length of the buffer.
- RingBuffer(int) -
Constructor for class org.ujorm.core.RingBuffer
- Creates new RingBuffer
- rollback() -
Method in class org.ujorm.orm.Session
- Make a rollback for all databases.
- ROOT -
Static variable in class org.ujorm.orm.metaModel.MetaDatabase
- An instance of the DB class.
- rootElementName -
Variable in class org.ujorm.core.UjoManagerXML
- Root element name
- ROWS -
Static variable in class org.ujorm.swing.SingleUjoTabModel
- Property row
- rows -
Variable in class org.ujorm.swing.UjoTableModel
- A data store
|
Ujorm release 1.22 |
|||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||