Uses of Class
software.xdev.vaadin.chips.ChipComboBox
-
Uses of ChipComboBox in software.xdev.vaadin.chips
Methods in software.xdev.vaadin.chips that return ChipComboBoxModifier and TypeMethodDescriptionChipComboBox.withAllAvailableItems(Collection<T> allAvailableItems) ChipComboBox.withChipItemLabelGenerator(com.vaadin.flow.component.ItemLabelGenerator<T> generator) Sets the item label generator used by the individualChipComponents.ChipComboBox.withChipsSupplier(com.vaadin.flow.function.SerializableFunction<T, ChipComponent<T>> chipsSupplier) ChipComboBox.withClearAllButtonVisible(boolean clearAllButtonVisible) ChipComboBox.withClearAllIcon(com.vaadin.flow.component.Component clearAllIcon) ChipComboBox.withFullComboBoxWidth(boolean useFullWidth) ChipComboBox.withItemLabelGenerator(com.vaadin.flow.component.ItemLabelGenerator<T> generator) Convenience method, which sets the item label generator used by *BOTH*ComboBoxand theChipComponents.ChipComboBox.withPlaceholder(String placeholder)