public void setValue(Object value) {
control.setValue(value, type);
}
public void initControl(Composite composite, ModifiedCallback callback) {
control = new TimeRangeWidget(composite);
if(readOnly)
control.setEditable(!readOnly);
// FIXME: modified callback