Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.lib / src / main / java / org / gvsig / tools / dataTypes / DataTypes.java @ 1995

History | View | Annotate | Download (2.4 KB)

# Date Author Comment
1426 06/29/2016 10:50 AM Daniel Martinez

refs #4240 Error de persistencia del tipo NUMERIC de PostgreSQL: Añadido al XMLPersistentStateReader para que identifique el tipo BigDecimal, y se añade a los data types

931 11/05/2013 12:04 PM Joaquín del Cerro Murciano

Movido el JDynFormField al API y añadidos metodos de utilidad
en el JDynForm para obtener el JDynFormField de un campo por
nombre.

Añadido al JDynForm metodos para asignar y recuperar los valores
de un campo.

Añadido el tipo de datos Version

Añadida al test una configuracion basica para el logger....

802 05/10/2013 08:42 AM Cesar Ordiñana

Add or update headers to the current gvSIG Association one.
Updated while in the Code Copyright Review for the OSGEO incubation process report.

714 10/17/2012 04:42 AM Joaquín del Cerro Murciano

Add subtype TEXT to suport long/multiline strings.

220 08/25/2010 06:27 AM Joaquín del Cerro Murciano

- Add support to File/URL/URI in DataTypes, DynObject and persistence.
- Add visibility of PersistentContext through PersistentState.
- Add checks in set of persistent state of types of values.

130 05/19/2010 09:54 AM Joaquín del Cerro Murciano

Change the management of containers data types.
Change DYNOBJECT type from CONTAINER to base type.

112 05/07/2010 05:02 AM Joaquín del Cerro Murciano
  • Extends DataTypeManager to add coerce methods
    and use this in DynObjects.
  • Remove use of deprecated code.
  • Fix register of DefaultDataTypesManager.
  • Remove deprecated methods of DataTypes
    and back this to an interface.
109 05/05/2010 08:50 AM Joaquín del Cerro Murciano
  • Change DataTypes from interface to abstract class.
  • Add to ToolsLocator get/register XmlPullParser.
  • DynObject
    - deprecated method and constants related
    to TheTypeOfAvailableValues
    - Add method coerce to DynField
    - Add method importDynClassDefinitions to ...
73 03/16/2010 11:30 AM Joaquín del Cerro Murciano

Changes in the implementation of persistence. Everything broken.

19 02/23/2010 08:46 AM Cesar Ordiñana
18 02/23/2010 08:45 AM Cesar Ordiñana

New project structure with workspace bootstrapping added