I realized I have this with all combo box. I want it to have a default value so I did
TimeField field = new TimeField(); field.setFormat(DateTimeFormat.getFormat("HH:mm")); field.setRawValue("10:00");
But when i open the section. the value does not get set. It is still blank.