Uses of Class
de.xima.fc.prompt.service.support.gui.view_model.PromptFancySelectItem
Packages that use PromptFancySelectItem
Package
Description
Contains the UI controller beans for the prompt connection and query configuration UI of the Generic OAI prompt
service.
Contains the internal logic needed to implement the Generic OAI prompt service handler.
-
Uses of PromptFancySelectItem in de.xima.fc.prompt.ms.impl.service.generic_oai.service.bean
Methods in de.xima.fc.prompt.ms.impl.service.generic_oai.service.bean that return types with arguments of type PromptFancySelectItemModifier and TypeMethodDescriptionGenericOaiQueryConfigBean.getTaskOptions()Gets the list of available task options that are available for queries. -
Uses of PromptFancySelectItem in de.xima.fc.prompt.ms.impl.service.generic_oai.service.logic
Methods in de.xima.fc.prompt.ms.impl.service.generic_oai.service.logic that return types with arguments of type PromptFancySelectItemModifier and TypeMethodDescriptionstatic List<PromptFancySelectItem> GenericOaiSelectOptionsFactory.createTaskOptions(Locale locale) Creates the select options for the available task types, used on the prompt query configuration UI. -
Uses of PromptFancySelectItem in de.xima.fc.prompt.service.support.gui.component
Methods in de.xima.fc.prompt.service.support.gui.component that return PromptFancySelectItemModifier and TypeMethodDescriptionJsonSchemaOutputComponent.getDefinitionType()Finds thePromptFancySelectItemcorresponding to the currently selected definition type.SelectOneFancyComponent.getFancySelectItemValue()Finds thePromptFancySelectItemcorresponding to the currently selected value.TaskComponent.getFancySelectItemValue()Finds thePromptFancySelectItemcorresponding to the currently selected task.TranscriptionFormatFancyComponent.getFancySelectItemValue()Finds thePromptFancySelectItemcorresponding to the currently selected transcription format.Methods in de.xima.fc.prompt.service.support.gui.component that return types with arguments of type PromptFancySelectItemModifier and TypeMethodDescriptionJsonSchemaOutputComponent.getDefinitionTypeOptions()Gets the localizedselect itemoptions with the possible values for thedefinition typeselect field that lets the user choose how they want to define the JSON schema.Methods in de.xima.fc.prompt.service.support.gui.component with parameters of type PromptFancySelectItemModifier and TypeMethodDescriptionvoidJsonSchemaOutputComponent.setDefinitionType(PromptFancySelectItem item) Sets the selected task from the givenPromptFancySelectItem.voidSelectOneFancyComponent.setFancySelectItemValue(PromptFancySelectItem item) Sets the selected value from the givenPromptFancySelectItem.voidTaskComponent.setFancySelectItemValue(PromptFancySelectItem item) Sets the selected task from the givenPromptFancySelectItem.voidTranscriptionFormatFancyComponent.setFancySelectItemValue(PromptFancySelectItem item) Sets the selected transcription format from the givenPromptFancySelectItem. -
Uses of PromptFancySelectItem in de.xima.fc.prompt.service.support.gui.converter
Classes in de.xima.fc.prompt.service.support.gui.converter that implement interfaces with type arguments of type PromptFancySelectItemMethods in de.xima.fc.prompt.service.support.gui.converter that return PromptFancySelectItemModifier and TypeMethodDescriptionPromptFancySelectItemConverter.getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value) Methods in de.xima.fc.prompt.service.support.gui.converter with parameters of type PromptFancySelectItemModifier and TypeMethodDescriptionPromptFancySelectItemConverter.getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, PromptFancySelectItem value)