Class MultiFileControl
java.lang.Object
de.xima.fc.workflow.designer.model.prompt_query.FileControl<MultiFile>
de.xima.fc.workflow.designer.model.prompt_query.MultiFileControl
- All Implemented Interfaces:
Serializable
View model for a multi file control in the prompt query action editor. Each prompt query can define an arbitrary
number of file inputs, each input with a multiplicity of "many" than one is represented by an instance of this class.
- Since:
- 8.5.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMultiFileControl(MultiFile multiFile) Constructs a new multi file control with the given value. -
Method Summary
Methods inherited from class FileControl
getContentTypes, getDescription, getExtensions, getLabel, getType, getValue, isRequired, setContentTypes, setDescription, setExtensions, setLabel, setRequired
-
Constructor Details
-
MultiFileControl
-