Uses of Class
org.vaadin.firitin.components.combobox.VComboBox
-
Uses of VComboBox in org.vaadin.firitin.components.combobox
Modifier 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.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()