Uses of Class
de.xima.fc.prompt.service.support.PromptFileSetParameter
Packages that use PromptFileSetParameter
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of PromptFileSetParameter in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support that return types with arguments of type PromptFileSetParameterMethod parameters in de.xima.fc.prompt.service.support with type arguments of type PromptFileSetParameterModifier and TypeMethodDescriptionIPromptExecutionResolveFilesBuilder.dynamicFiles(List<PromptFileSetParameter> files) Sets the list of dynamic files (file parameters) to resolve, by reading them from the request object.IPromptFileParametersDescriptorBuilder.fileParameters(List<PromptFileSetParameter> files) Sets the file parameters from which to derive the file value descriptor.voidPromptFiles.setDynamicFiles(List<PromptFileSetParameter> dynamicFiles) -
Uses of PromptFileSetParameter in de.xima.fc.prompt.service.support.gui.component
Methods in de.xima.fc.prompt.service.support.gui.component that return PromptFileSetParameterMethods in de.xima.fc.prompt.service.support.gui.component that return types with arguments of type PromptFileSetParameterMethods in de.xima.fc.prompt.service.support.gui.component with parameters of type PromptFileSetParameterModifier and TypeMethodDescriptionFileSetParametersComponent.getDisplayTextFileName(PromptFileSetParameter param) FileSetParametersComponent.getDisplayTextFileTypes(PromptFileSetParameter param) FileSetParametersComponent.getDisplayTextMultiplicity(PromptFileSetParameter param) Method parameters in de.xima.fc.prompt.service.support.gui.component with type arguments of type PromptFileSetParameterModifier and TypeMethodDescriptionvoidMultiFileComponent.setResolvedDynamicFiles(List<PromptFileSetParameter> dynamicFiles) -
Uses of PromptFileSetParameter in de.xima.fc.prompt.service.support.gui.view_model
Methods in de.xima.fc.prompt.service.support.gui.view_model with parameters of type PromptFileSetParameterModifier and TypeMethodDescriptionFileTypeExtensionsViews.getViewForParameter(PromptFileSetParameter parameter) Gets a list view of file extensions (as strings) for the givenPromptFileSetParameter, backend by thePromptFileSetParameter.getFileTypes()list.FileTypeKindsViews.getViewForParameter(PromptFileSetParameter parameter) Gets a set view ofPromptFileType.PromptFileKindfor the givenPromptFileSetParameter, backend by thePromptFileSetParameter.getFileTypes()list.