Uses of Class
de.xima.fc.workflow.designer.model.prompt_query.FileControl
Packages that use FileControl
-
Uses of FileControl in de.xima.fc.workflow.designer.model.prompt_query
Subclasses of FileControl in de.xima.fc.workflow.designer.model.prompt_queryModifier and TypeClassDescriptionfinal classView model for a multi file control in the prompt query action editor.final classView model for a single file control in the prompt query action editor.Methods in de.xima.fc.workflow.designer.model.prompt_query that return types with arguments of type FileControlModifier and TypeMethodDescriptionList<FileControl<?>> PromptQueryActionViewModel.getFileControls()Gets the file controls for the file inputs.Constructor parameters in de.xima.fc.workflow.designer.model.prompt_query with type arguments of type FileControlModifierConstructorDescriptionPromptQueryActionViewModel(ValueDescriptorFormModel jsonPropertiesForm, List<FileControl<?>> fileControls, boolean producesFiles) Creates a new view model for the prompt query action configuration UI; when the configuration could be loaded successfully.