Uses of Class
de.xima.fc.prompt.mgmt.gui.model.PromptTestFileInput
Packages that use PromptTestFileInput
-
Uses of PromptTestFileInput in de.xima.fc.prompt.mgmt.gui.model
Methods in de.xima.fc.prompt.mgmt.gui.model that return types with arguments of type PromptTestFileInputModifier and TypeMethodDescriptionPromptQueryTestViewModel.getFileControls()Gets the controls for editing the file inputs of the prompt query.Method parameters in de.xima.fc.prompt.mgmt.gui.model with type arguments of type PromptTestFileInputModifier and TypeMethodDescriptionstatic PromptQueryTestViewModelPromptQueryTestViewModel.forControls(ValueDescriptorFormModel jsonPropertiesForm, List<PromptTestFileInput> fileControls, IValueAccessor<Object> jsonParameters, Map<String, List<PromptTestFile>> uploadedFiles) Creates a new view model for the prompt query action configuration UI; when the configuration could be loaded successfully.voidPromptQueryTestViewModel.updateControls(ValueDescriptorFormModel jsonPropertiesForm, List<PromptTestFileInput> fileControls) Updates this test view model with the given controls, i.e. changes the controls to the given ones and clears any previous error.