Statistics
| Revision:

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

History | View | Annotate | Download (13.9 KB)

# Date Author Comment
1860 03/08/2019 07:34 PM Joaquín del Cerro Murciano
1405 05/11/2016 01:58 PM Joaquín del Cerro Murciano

Boomb!

1361 01/04/2016 02:00 PM Joaquín del Cerro Murciano

Devidida en dos la clase DefaultJDynForm para disponer de una clase abstract AbstractJDynForm de la que heredar para crear DynForms personalizados.

1349 12/31/2015 01:25 PM Joaquín del Cerro Murciano

Añadido al manager de dynobjects metodos copy y clear dynobjects y para obtener instancias de DynObjectEncoder

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

Add support to export DynClass definition to XML.

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

843 10/14/2013 03:13 PM Joaquín del Cerro Murciano

Add label property to dynfield

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.

307 10/11/2010 09:35 AM Cristian Martín

Added iterator(string namespace) function to get an iterated list of all the current dynobjects of this specific function.

301 10/11/2010 08:22 AM Cesar Ordiñana

Allow to create paging helper with a given initial page size

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

244 09/15/2010 04:19 AM Cesar Ordiñana

Add a default implementation for the DynObjectPagingHelper interface

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

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