Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.lib / src / main / java / org / gvsig / tools / dynobject / impl / DynClassImportHelper.java @ 1860

History | View | Annotate | Download (39.6 KB)

  • svn:mime-type: text/plain
# Date Author Comment
1471 03/09/2017 09:53 AM Joaquín del Cerro Murciano
1470 03/09/2017 09:51 AM Joaquín del Cerro Murciano
1411 05/18/2016 02:14 PM Joaquín del Cerro Murciano
1405 05/11/2016 01:58 PM Joaquín del Cerro Murciano

Boomb!

1259 07/30/2015 07:49 PM Joaquín del Cerro Murciano

Añadido el soporte para persistir y recuperar la propiedad isReadOnly de un DynFiled

1223 02/22/2015 10:21 AM Joaquín del Cerro Murciano

Add support to export DynClass definition to XML.

1170 09/29/2014 12:41 PM Joaquín del Cerro Murciano

Corregido un mensaje de error en el parseo de DynClass desde XMLs.

1118 07/12/2014 09:19 PM Joaquín del Cerro Murciano

Crazy partysvn statsvn stat

1067 05/26/2014 02:03 PM Joaquín del Cerro Murciano

Fix compatibility in DynClass abaout use of tags.

1033 05/22/2014 10:34 AM José Badía

Añadido soporte a DynForms para tags en DynObjects

1031 05/21/2014 05:46 PM José Badía

Añadido soporte a DynForms para campos de tipo DynObject y para Listas de DynObjects

842 10/14/2013 03:12 PM Joaquín del Cerro Murciano

Add label property to dynfield

831 08/25/2013 07:06 AM Joaquín del Cerro Murciano

changed level trace, from INFO to DEBUG.

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.

697 06/25/2012 01:31 PM Joaquín del Cerro Murciano

Añade soporte para que desde el inportador de dynclases desde xml se pueda asignar el valor por defecto a un dynfield. Esto ha llevado consigo que cuando se asigna un valor por defecto a un dynfield este se convierta al tipo del dynfield al hacer la asignacion. Antes esto no se hacia, pudiendo provocar incongruencias en el tipo de datos cuando el tipo del valor por defecto no era del tipo del dynfield. Ahora se provocaran errores en tiempo de ejecucion si se intenta hacer esta operacion.

672 01/26/2012 02:13 AM Cesar Ordiñana

Add more information in parse exceptions

628 10/21/2011 07:14 AM Cristian Martín

Forced setting first type and subtype and then the rest of field properties when importing and creating dynFields.

278 09/30/2010 08:05 AM Cesar Ordiñana

Extract DynClassName API
https://forge.osor.eu/pm/task.php?func=detailtask&project_task_id=887&group_id=89&group_project_id=380

218 08/23/2010 07:28 AM Joaquín del Cerro Murciano

Add support to CLassOfValue and ClassOfItems when import class definition from xml.

215 08/16/2010 04:41 AM Joaquín del Cerro Murciano
189 07/07/2010 02:43 AM Cesar Ordiñana

Replace some methods not available in Java ME CDC

146 06/23/2010 10:34 AM Joaquín del Cerro Murciano

Fix bugs in the namespace management.

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.

128 05/18/2010 04:08 AM Joaquín del Cerro Murciano

Fix problems when import dynclass definition from XML with namespaces

117 05/08/2010 05:37 AM Cesar Ordiñana

Update ToolsLocator to contain only the comma list of xml pull parser implementations to be used with the XmlPullParserFactory

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.
110 05/06/2010 07:06 AM Cesar Ordiñana

Corrected end xml document parsing

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 ...