Revision 44488 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.swing/org.gvsig.fmap.dal.swing.impl/src/main/java/org/gvsig/featureform/swing/impl/dynformfield/linkforeingkey/JDynFormFieldForeingKey.java

View differences:

JDynFormFieldForeingKey.java
340 340
    @Override
341 341
    public void setReadOnly(boolean readonly) {
342 342
        initComponentIfNeed();
343
        this.readOnly = readonly;
343 344
        boolean editable = !readonly;
344 345
        JComponent jlabel = this.getJLabel();
345 346
        if( jlabel !=null ) {
......
368 369
    }
369 370

  
370 371
    @Override
371
    public void fetch(DynObject container) {
372
    }
373

  
374
    @Override
375 372
    public boolean hasValidValue() {
376 373
        return true;
377 374
    }

Also available in: Unified diff