Project

General

Profile

« Previous | Next » 

Revision fbae3d00

Added by Andreas Kohlbecker almost 6 years ago

ref #7366 fixing problems with readonly states in TeamOrPersonField and subcomponents and fixing problems with removal and re-adding of entities

View differences:

src/main/java/eu/etaxonomy/vaadin/component/SwitchableTextField.java
98 98
        textField.setEnabled(unlockSwitch.getValue());
99 99
    }
100 100

  
101
    public void unbindFrom(FieldGroup fieldGroup){
102
        fieldGroup.unbind(textField);
103
        fieldGroup.unbind(unlockSwitch);
104
        textField.setEnabled(false);
105
    }
106

  
101 107
    /**
102 108
     * {@inheritDoc}
103 109
     */

Also available in: Unified diff