Project

General

Profile

« Previous | Next » 

Revision af047de6

Added by Andreas Kohlbecker almost 6 years ago

fixing readonly state of SwitchableTextField

View differences:

src/main/java/eu/etaxonomy/vaadin/component/SwitchableTextField.java
130 130
        unlockSwitch.setVisible(visible);
131 131
    }
132 132

  
133
    /**
134
     * {@inheritDoc}
135
     */
136
    @Override
137
    public void setReadOnly(boolean readOnly) {
138
        super.setReadOnly(readOnly);
139
        setDeepReadOnly(readOnly, root, null);
140
    }
141

  
142

  
133 143
}

Also available in: Unified diff