Statistics
| Revision:

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

History | View | Annotate | Download (27.6 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!

1335 12/28/2015 05:49 PM Joaquín del Cerro Murciano

Ampliado el soporte para AvailableValues en los DynFields. Ahora estos valores pueden ser dinamicos.

1306 12/15/2015 07:39 PM Joaquín del Cerro Murciano
1305 12/15/2015 07:36 PM Joaquín del Cerro Murciano

Corregidos warnings de compilacion y reformateado del codigo.

1120 07/13/2014 09:53 PM Joaquín del Cerro Murciano
1119 07/13/2014 09:48 PM Joaquín del Cerro Murciano
1118 07/12/2014 09:19 PM Joaquín del Cerro Murciano

Crazy partysvn statsvn stat

1117 07/11/2014 05:09 PM José Badía

breaking bad

1085 06/07/2014 05:33 PM Joaquín del Cerro Murciano
1078 06/04/2014 02:04 PM José Badía

SimpleTable model of DynFormSet support

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

1018 05/02/2014 04:19 AM Joaquín del Cerro Murciano

Create a new interface to access to the new methods getLabel/setLabel of DynField whitout break compatibiliy.

refs #2517

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

914 11/03/2013 03:20 PM Joaquín del Cerro Murciano

Add support for types Byte, Char, Timestamp y Time in validate of dynfield.

842 10/14/2013 03:12 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.

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.

627 10/21/2011 07:12 AM Cristian Martín

indented correctly.

611 10/07/2011 10:15 AM Cristian Martín

minor fixes on implementation of DefaultDynfield. Some getters could retrieve null values, but their correspondent setters were not checking this option.

527 07/08/2011 02:10 AM Cristian Martín

DynObject consistency also checked with Lists. Subtype element passed to list-item when setting subtype of a dynObject list item.

467 05/10/2011 06:37 AM Cristian Martín

Added value that was trying to insert in DynFieldRequiredException to be queryable.

259 09/22/2010 08:21 AM Joaquín del Cerro Murciano

Fix bugs in the validate of dynfields when fields are type object.

256 09/22/2010 12:00 AM Cristian Martín

Misspelling of exception solved.

253 09/21/2010 10:01 AM Joaquín del Cerro Murciano

Improve error handling in dynobjects validation

251 09/20/2010 11:03 AM Joaquín del Cerro Murciano

Add validate support for URI, URL and File

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.

217 08/23/2010 07:27 AM Joaquín del Cerro Murciano

Replace the use of int values for field type by DataType.

215 08/16/2010 04:41 AM Joaquín del Cerro Murciano
212 08/13/2010 06:58 AM Joaquín del Cerro Murciano

- Add method setClassOfItems to correct bug in classOfValue in a DynFIeld.
- Adds javadoc in the interface.

202 08/12/2010 12:21 AM Cristian Martín

DynField and DynComponent updated to the last version. Date field dependencies erased, since it has been moved to appGvSIG. If the type has no swing object associated, it will show a JTextField with readOnly property active.

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

Fix bugs in the namespace management.

141 06/23/2010 07:39 AM Cristian Martín

Added readOnly attributes, as well as some minimal bugs related to ElementType's creation when the field is a Container, in which case the type was mistakenly assigned.

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

120 05/10/2010 06:58 AM Joaquín del Cerro Murciano

Add attribute hidden to DynField

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 ...
102 04/21/2010 09:02 AM Cesar Ordiñana

Return the name as description if none is provided

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