Uses of Class
software.xdev.vaadin.chips.ChipComponent
-
Uses of ChipComponent in software.xdev.vaadin.chips
Fields in software.xdev.vaadin.chips with type parameters of type ChipComponentModifier and TypeFieldDescriptionprotected com.vaadin.flow.function.SerializableFunction<T,ChipComponent<T>> ChipComboBox.chipsSupplierprotected final List<ChipComponent<T>>ChipComboBox.selectedComponentsMethods in software.xdev.vaadin.chips that return types with arguments of type ChipComponentModifier and TypeMethodDescriptionChipComboBox.getChipsSupplier()Returns the current supplier for creating newChipComponentsMethod parameters in software.xdev.vaadin.chips with type arguments of type ChipComponentModifier and TypeMethodDescriptionvoidChipComboBox.setChipsSupplier(com.vaadin.flow.function.SerializableFunction<T, ChipComponent<T>> chipsSupplier) Sets the supplier for creating newChipComponentsChipComboBox.withChipsSupplier(com.vaadin.flow.function.SerializableFunction<T, ChipComponent<T>> chipsSupplier)