UI 기능은 사용자가 드롭 다운 목록에서 값을 선택한 다음 filechooser를 사용하여 파일을 선택합니다. 드롭 다운 목록 값이 변경되면 fileChooser를 종료해야합니다. FileChooser는 변수를 참조합니다. 변수를 null로 설정하고 reinitialize()를 수행 한 후에도 작동하지 않습니다. 샘플 코드는 다음과 같습니다.fileChooser 구성 요소를 비어있는 것으로 다시 설정하는 방법
context.setVariable("fileChooserVariable", null); // var is set to null
com.install4j.runtime.beans.formcomponents.FileChooserComponent fc = (com.install4j.runtime.beans.formcomponents.FileChooserComponent)formEnvironment.getFormComponentById("9847"); fc.initialize(); formEnvironment.reinitializeFormComponents();
fileChooser를 재설정 할 수있는 방법은 무엇입니까?
또한 install4j v5.1의 javadoc 링크를 공유 할 수 있다면 좋을 것입니다.