package ilarkesto.gwt.client.editor; import ilarkesto.gwt.client.DateAndTime; public abstract class ADateAndTimeEditorModel extends AEditorModel<DateAndTime> { public boolean isMandatory() { return false; } }