return new ComboBox(stack, req, res);
super.populateParams(); ((ComboBox) component).setList(list); ((ComboBox) component).setListKey(listKey); ((ComboBox) component).setListValue(listValue); ((ComboBox) component).setHeaderKey(headerKey); ((ComboBox) component).setHeaderValue(headerValue); ((ComboBox) component).setEmptyOption(emptyOption);
this.emptyOption = emptyOption;
this.headerKey = headerKey;
this.headerValue = headerValue;
this.list = list;
this.listKey = listKey;
this.listValue = listValue;