this.converter = converter;
this.completer = completer;
this.validator = optionValidator;
this.activator = activator;
if(this.validator == null)
this.validator = new NullValidator();
if(this.activator == null)
this.activator = new NullActivator();
if(renderer != null)
this.renderer = renderer;
}