Project

General

Profile

« Previous | Next » 

Revision cf8c950b

Added by Andreas Kohlbecker almost 6 years ago

ref #7458 fixing readonly state in FilterableAnnotationsField

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/component/common/FilterableAnnotationsField.java
219 219
        this.typeSelectItemContainer = typeSelectItemContainer;
220 220
    }
221 221

  
222
    /**
223
     * {@inheritDoc}
224
     */
225
    @Override
226
    public void setReadOnly(boolean readOnly) {
227
        super.setReadOnly(readOnly);
228
        setDeepReadOnly(readOnly, table, null);
229
    }
230

  
231

  
222 232

  
223 233
}
src/main/java/eu/etaxonomy/vaadin/component/CompositeCustomField.java
228 228
    }
229 229

  
230 230
    /**
231
     *
231 232
     * @param readOnly
233
     *            the readonly state
234
     * @param component
235
     *            the component to process on
236
     * @param ignore
237
     *            can be <code>null</code>
232 238
     */
233 239
    protected void setDeepReadOnly(boolean readOnly, Component component, Collection<Component> ignore) {
234 240

  

Also available in: Unified diff