Uses of Class
com.vaadin.flow.component.ai.form.FieldMarkerI18n
Packages that use FieldMarkerI18n
-
Uses of FieldMarkerI18n in com.vaadin.flow.component.ai.form
Methods in com.vaadin.flow.component.ai.form that return FieldMarkerI18nModifier and TypeMethodDescriptionFormAIController.getFieldMarkerI18n()Returns the texts shown by the AI field marker.FieldMarkerI18n.setBadgeLabel(String badgeLabel) Sets the accessible label of the badge button and the popover dialog.FieldMarkerI18n.setBadgeTooltip(String badgeTooltip) Sets the tooltip text of the badge button.FieldMarkerI18n.setConfidence(FieldMarkerI18n.Confidence confidence) Sets the texts of the confidence indicator shown for a value whose source reports a confidence level.FieldMarkerI18n.setMessage(String message) Sets the message shown in the popover explaining the AI fill.Sets the label of the revert control in the popover.Methods in com.vaadin.flow.component.ai.form with parameters of type FieldMarkerI18nModifier and TypeMethodDescriptionFormAIController.setFieldMarkerI18n(FieldMarkerI18n i18n) Sets the texts shown by the AI field marker — the "AI" badge, its tooltip, the popover with the revert control, and the confidence indicator — replacing the built-in English defaults.