Uses of Class
de.xima.fc.prompt.service.support.gui.view_model.PromptFancySelectItem
Packages that use PromptFancySelectItem
Package
Description
-
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)