-
- Downloads
Disable editing of IDs using setEditable() instead setEnabled()
* setEnabled(false) in createControls() has no effect, i.e. the text can be edited, but the change is not saved in the model. In refresh(), it would have an effect, but would "gray out" the text control * setEditable(false) prevents the user from entering text in the first place. Issue-Ref: 3582 Issue-Url: https://af3-developer.fortiss.org/issues/3582 Signed-off-by:Simon Barner <barner@fortiss.org>
parent
7c6a05a4
No related branches found
No related tags found
Showing
- org.fortiss.tooling.kernel.ui/src/org/fortiss/tooling/kernel/ui/internal/properties/.ratings 1 addition, 1 deletion...rg/fortiss/tooling/kernel/ui/internal/properties/.ratings
- org.fortiss.tooling.kernel.ui/src/org/fortiss/tooling/kernel/ui/internal/properties/IdLabeledPropertySection.java 1 addition, 1 deletion...rnel/ui/internal/properties/IdLabeledPropertySection.java
Please register or sign in to comment