Index

A B C F G I L O R S U W 
All Classes and Interfaces|All Packages|Serialized Form

A

addBtnDeleteClickListener(ComponentEventListener<ClickEvent<Button>>) - Method in class software.xdev.vaadin.chips.ChipComponent
 
addItem(T, boolean) - Method in class software.xdev.vaadin.chips.ChipComboBox
 
allAvailableItems - Variable in class software.xdev.vaadin.chips.ChipComboBox
 

B

blur() - Method in class software.xdev.vaadin.chips.ChipComboBox
btnClearAll - Variable in class software.xdev.vaadin.chips.ChipComboBox
 
btnDelete - Variable in class software.xdev.vaadin.chips.ChipComponent
 

C

cbAvailableItems - Variable in class software.xdev.vaadin.chips.ChipComboBox
 
ChipComboBox<T> - Class in software.xdev.vaadin.chips
This component has a ComboBox with available items and displays the selected items as "chips" underneath it.
It behaves somewhat similar to a Select.
ChipComboBox() - Constructor for class software.xdev.vaadin.chips.ChipComboBox
 
ChipComboBox(String) - Constructor for class software.xdev.vaadin.chips.ChipComboBox
 
ChipComboBox(String, Set<T>) - Constructor for class software.xdev.vaadin.chips.ChipComboBox
 
ChipComboBox(Set<T>) - Constructor for class software.xdev.vaadin.chips.ChipComboBox
 
ChipComponent<T> - Class in software.xdev.vaadin.chips
Represents a Chip shown underneath the ChipComboBox
ChipComponent(T) - Constructor for class software.xdev.vaadin.chips.ChipComponent
 
chipItemLabelGenerator - Variable in class software.xdev.vaadin.chips.ChipComboBox
 
chipsContainer - Variable in class software.xdev.vaadin.chips.ChipComboBox
 
chipsSupplier - Variable in class software.xdev.vaadin.chips.ChipComboBox
 
comboBoxContainer - Variable in class software.xdev.vaadin.chips.ChipComboBox
 

F

focus() - Method in class software.xdev.vaadin.chips.ChipComboBox

G

getAllAvailableItems() - Method in class software.xdev.vaadin.chips.ChipComboBox
Get all available items, that can potentially get selected
getCbAvailableItems() - Method in class software.xdev.vaadin.chips.ChipComboBox
Returns the ComboBox which contains the available items.
getChipsContainer() - Method in class software.xdev.vaadin.chips.ChipComboBox
Returns the FlexLayout with the select items (as ChipComponents).
getChipsSupplier() - Method in class software.xdev.vaadin.chips.ChipComboBox
Returns the current supplier for creating new ChipComponents
getClearAllIcon() - Method in class software.xdev.vaadin.chips.ChipComboBox
 
getComboBoxContainer() - Method in class software.xdev.vaadin.chips.ChipComboBox
Returns the HorizontalLayout which contains cbAvailableItems.
getErrorMessage() - Method in class software.xdev.vaadin.chips.ChipComboBox
getItem() - Method in class software.xdev.vaadin.chips.ChipComponent
 
getLabel() - Method in class software.xdev.vaadin.chips.ChipComboBox
getPlaceholder() - Method in class software.xdev.vaadin.chips.ChipComboBox
 

I

initListeners() - Method in class software.xdev.vaadin.chips.ChipComboBox
 
initUI() - Method in class software.xdev.vaadin.chips.ChipComboBox
 
initUI() - Method in class software.xdev.vaadin.chips.ChipComponent
 
isClearAllButtonVisible() - Method in class software.xdev.vaadin.chips.ChipComboBox
 
isInvalid() - Method in class software.xdev.vaadin.chips.ChipComboBox
isRequiredIndicatorVisible() - Method in class software.xdev.vaadin.chips.ChipComboBox
item - Variable in class software.xdev.vaadin.chips.ChipComponent
 
itemLabelGenerator - Variable in class software.xdev.vaadin.chips.ChipComponent
 

L

label - Variable in class software.xdev.vaadin.chips.ChipComponent
 

O

onAttach(AttachEvent) - Method in class software.xdev.vaadin.chips.ChipComponent
 
onCbAvailableItemsValueChanged(AbstractField.ComponentValueChangeEvent<ComboBox<T>, T>) - Method in class software.xdev.vaadin.chips.ChipComboBox
 
onClickClearAll(ClickEvent<Button>) - Method in class software.xdev.vaadin.chips.ChipComboBox
 

R

removeItem(T, boolean) - Method in class software.xdev.vaadin.chips.ChipComboBox
 

S

selectedComponents - Variable in class software.xdev.vaadin.chips.ChipComboBox
 
setChipItemLabelGenerator(ItemLabelGenerator<T>) - Method in class software.xdev.vaadin.chips.ChipComboBox
Sets the item label generator used by the individual ChipComponents.
setChipsSupplier(SerializableFunction<T, ChipComponent<T>>) - Method in class software.xdev.vaadin.chips.ChipComboBox
Sets the supplier for creating new ChipComponents
setClearAllButtonVisible(boolean) - Method in class software.xdev.vaadin.chips.ChipComboBox
Sets the "Clear All Button" to visible or invisible.
setClearAllIcon(Component) - Method in class software.xdev.vaadin.chips.ChipComboBox
Sets the "Clear All Button" icon.
setErrorMessage(String) - Method in class software.xdev.vaadin.chips.ChipComboBox
setFullComboBoxWidth(boolean) - Method in class software.xdev.vaadin.chips.ChipComboBox
 
setInvalid(boolean) - Method in class software.xdev.vaadin.chips.ChipComboBox
setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class software.xdev.vaadin.chips.ChipComboBox
Convenience method, which sets the item label generator used by *BOTH* ComboBox and the ChipComponents.
setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class software.xdev.vaadin.chips.ChipComponent
 
setItems(Collection<T>) - Method in class software.xdev.vaadin.chips.ChipComboBox
setLabel(String) - Method in class software.xdev.vaadin.chips.ChipComboBox
setPlaceholder(String) - Method in class software.xdev.vaadin.chips.ChipComboBox
 
setPresentationValue(Set<T>) - Method in class software.xdev.vaadin.chips.ChipComboBox
 
setReadonly(boolean) - Method in class software.xdev.vaadin.chips.ChipComponent
 
setReadOnly(boolean) - Method in class software.xdev.vaadin.chips.ChipComboBox
setRequiredIndicatorVisible(boolean) - Method in class software.xdev.vaadin.chips.ChipComboBox
setValue(Set<T>) - Method in class software.xdev.vaadin.chips.ChipComboBox
software.xdev.vaadin.chips - package software.xdev.vaadin.chips
 

U

updateAvailableItems() - Method in class software.xdev.vaadin.chips.ChipComboBox
 
updateRequiredIndicatorOfCbAvailableItems() - Method in class software.xdev.vaadin.chips.ChipComboBox
 
updateSelectedChips() - Method in class software.xdev.vaadin.chips.ChipComboBox
 
updateTextFromItemLabelGenerator() - Method in class software.xdev.vaadin.chips.ChipComponent
Updates the text of the Span from the integrated ItemLabelGenerator
updateUI() - Method in class software.xdev.vaadin.chips.ChipComboBox
Updates/Rebuilds the UI from the fields
updateValues(Set<T>, boolean) - Method in class software.xdev.vaadin.chips.ChipComboBox
Updates the underlying values (if the newValues doesn't equals the oldValue)

W

withAllAvailableItems(Collection<T>) - Method in class software.xdev.vaadin.chips.ChipComboBox
 
withChipItemLabelGenerator(ItemLabelGenerator<T>) - Method in class software.xdev.vaadin.chips.ChipComboBox
Sets the item label generator used by the individual ChipComponents.
withChipsSupplier(SerializableFunction<T, ChipComponent<T>>) - Method in class software.xdev.vaadin.chips.ChipComboBox
 
withClearAllButtonVisible(boolean) - Method in class software.xdev.vaadin.chips.ChipComboBox
 
withClearAllIcon(Component) - Method in class software.xdev.vaadin.chips.ChipComboBox
 
withFullComboBoxWidth(boolean) - Method in class software.xdev.vaadin.chips.ChipComboBox
 
withItemLabelGenerator(ItemLabelGenerator<T>) - Method in class software.xdev.vaadin.chips.ChipComboBox
Convenience method, which sets the item label generator used by *BOTH* ComboBox and the ChipComponents.
withLabel(String) - Method in class software.xdev.vaadin.chips.ChipComboBox
 
withPlaceholder(String) - Method in class software.xdev.vaadin.chips.ChipComboBox
 
A B C F G I L O R S U W 
All Classes and Interfaces|All Packages|Serialized Form