Project

General

Profile

« Previous | Next » 

Revision 8707c0a4

Added by Patrick Plitzner over 6 years ago

ref #7095 Implement prototypical quantitative data cell editor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/matrix/CharacterMatrix.java
285 285
                    new QuantitativeDataDisplayConverter(),
286 286
                    DisplayMode.NORMAL,
287 287
                    getProperty(feature));
288
            //register quantitative editor
289
            configRegistry.registerConfigAttribute(
290
                    EditConfigAttributes.CELL_EDITOR,
291
                    new QuantitativeDataCellEditor(),
292
                    DisplayMode.EDIT,
293
                    getProperty(feature));
288 294
        }
289 295
        else if(feature.isSupportsCategoricalData()){
290 296
            //add display converter for string representation

Also available in: Unified diff