Introduces the contract that the editor control value is of type Calendar. Therefore the methods to deal with the canonical values need to be overriden too, to avoid conversion of the canonical value to display value by using the IDisplayConverter that is registered together with this editor.
Note: This is an example implementation for a Date editor. As the SWT DateTime control has some serious issues like it is not nullable, has issues on setting the focus programmatically and it is not possible to open the dropdown programmatically, we suggest to rather use some Nebula widget or a custom widget for date editing. @author Dirk Fauth
|
|
|
|
|
|