protected void onCmbFileTypeValueChanged() throws PresentationLogicException { //WDEV-17053 if (form.cmbFileType().getValue()!= null && form.cmbFileType().getValue().equals(FileFormatType.DELIMITED)) { form.txtDelimiter().setRequired(Boolean.TRUE); } else { form.txtDelimiter().setRequired(Boolean.FALSE); } if (form.getLocalContext().getcodeLoaderDefIsNotNull()) form.getLocalContext().getcodeLoaderDef().setFileType(form.cmbFileType().getValue()); }