Uses of Interface
de.xima.fc.gui.component.file_list.IFileListHandler
Packages that use IFileListHandler
Package
Description
-
Uses of IFileListHandler in de.xima.fc.gui.component.file_list
Methods in de.xima.fc.gui.component.file_list that return IFileListHandlerModifier and TypeMethodDescriptionFileListComponent.getFileListHandler(javax.faces.context.FacesContext facesContext) Get the file list handler that was configured for this component. -
Uses of IFileListHandler in de.xima.fc.prompt.mgmt.gui.bean
Methods in de.xima.fc.prompt.mgmt.gui.bean that return IFileListHandlerModifier and TypeMethodDescriptionPromptQueryBean.getInputTestFileListHandler()Gets the file list handler for the<xi:fileList />component that lets the user upload the input files needed by the prompt query during execution.PromptQueryBean.getOutputTestFileListHandler()Gets the file list handler for the<xi:fileList />component that lets the view the output files produced by the prompt query during execution. -
Uses of IFileListHandler in de.xima.fc.prompt.mgmt.gui.logic
Methods in de.xima.fc.prompt.mgmt.gui.logic that return IFileListHandlerModifier and TypeMethodDescriptionstatic IFileListHandler<PromptTestFile> PromptQueryTestExecutionHelper.newInputTestFileListHandler(PromptQueryBeanEnvironment environment) Creates a new file list handler for the uploaded input test files needed for the execution of a prompt query, to be used with the<xi:fileList handler="..."/>component.static IFileListHandler<IPromptBinaryData> PromptQueryTestExecutionHelper.newOutputTestFileListHandler()Creates a new file list handler for the output test files produces during the execution of a prompt query, to be used with the<xi:fileList handler="..."/>component.