Uses of Class
com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
-
Uses of AbstractLookupField.LookupFieldI18n in com.vaadin.componentfactory.lookupfield
Methods in com.vaadin.componentfactory.lookupfield that return AbstractLookupField.LookupFieldI18nModifier and TypeMethodDescriptionAbstractLookupField.getI18n()Gets the internationalization object previously set for this component.Sets the cancel button text.Sets the create button text.AbstractLookupField.LookupFieldI18n.setEmptyselection(String emptyselection) Sets the message shown when the selection is empty.AbstractLookupField.LookupFieldI18n.setHeaderpostfix(String headerpostfix) Sets the text shown after the dialog header.AbstractLookupField.LookupFieldI18n.setHeaderprefix(String headerprefix) Sets the text shown before the dialog header.Sets the search field text.AbstractLookupField.LookupFieldI18n.setSearcharialabel(String searcharialabel) Sets the aria label of the search field.Sets the select button text.AbstractLookupField.LookupFieldI18n.setSelectedText(String selectedText) Sets the text showing the number of selected items.Methods in com.vaadin.componentfactory.lookupfield with parameters of type AbstractLookupField.LookupFieldI18nModifier and TypeMethodDescriptionvoidAbstractLookupField.setI18n(AbstractLookupField.LookupFieldI18n i18n) Sets the internationalization properties for this component.