else if (this.getValue() instanceof TextData) {
this.setValue(new TextData());
fireAfterValueChangeEvents();
}
else if (this.getValue() instanceof DateTimeNullable) {
this.setValue(new DateTimeNullable());
fireAfterValueChangeEvents();
}
else {
WindowManager.showMessageDialog(
WindowManager.getPrimaryWindow(),