Project

General

Profile

« Previous | Next » 

Revision 14d64fed

Added by Andreas Kohlbecker almost 6 years ago

ref #7364 fixing readonly state of NameRelationField

View differences:

src/main/java/eu/etaxonomy/vaadin/component/NameRelationField.java
212 212
        return citatonComboBox;
213 213
    }
214 214

  
215
    /**
216
     * {@inheritDoc}
217
     */
218
    @Override
219
    public void setReadOnly(boolean readOnly) {
220
        super.setReadOnly(readOnly);
221
        setDeepReadOnly(readOnly, grid, null);
222
        setDeepReadOnly(readOnly, toolBar, null);
223
    }
224

  
225

  
215 226
}

Also available in: Unified diff