Uses of Class
org.vaadin.firitin.components.combobox.VComboBox
Packages that use VComboBox
-
Uses of VComboBox in org.vaadin.firitin.components.combobox
Subclasses of VComboBox in org.vaadin.firitin.components.comboboxMethods in org.vaadin.firitin.components.combobox that return VComboBoxModifier and TypeMethodDescriptionVComboBox.withAlignCenter()VComboBox.withAlignLeft()VComboBox.withAlignRight()VComboBox.withAllowCustomValue(boolean allowCustomValue) VComboBox.withClearButtonVisible(boolean clearButtonVisible) VComboBox.withCustomValueSetListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.combobox.ComboBoxBase.CustomValueSetEvent<com.vaadin.flow.component.combobox.ComboBox<T>>> listener) VComboBox.withItemLabelGenerator(com.vaadin.flow.component.ItemLabelGenerator<T> itemLabelGenerator) VComboBox.withItems(com.vaadin.flow.data.provider.CallbackDataProvider.FetchCallback<T, String> items) Sets the items to be displayed in the combo box using a callback data provider.VComboBox.withItems(Collection<T> items) Sets the items to be displayed in the combo box.Sets the items to be displayed in the combo box.VComboBox.withOpened(boolean opened) VComboBox.withPageSize(int pageSize) VComboBox.withPattern(String pattern) VComboBox.withPlaceholder(String placeholder) VComboBox.withRenderer(com.vaadin.flow.data.renderer.Renderer<T> renderer) VComboBox.withRequired(boolean required) VComboBox.withThemeSmall()