Index

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

A

AbstractComboBox<R,T> - Class in org.vaadin.addons.componentfactory
Description copied from corresponding location in WebComponent:
AbstractComboBox() - Constructor for class org.vaadin.addons.componentfactory.AbstractComboBox
Default constructor.
AbstractComboBox(T, T, boolean) - Constructor for class org.vaadin.addons.componentfactory.AbstractComboBox
Constructs a new GeneratedVaadinComboBox component with the given arguments.
AbstractComboBox(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class org.vaadin.addons.componentfactory.AbstractComboBox
Constructs a new GeneratedVaadinComboBox component with the given arguments.
AbstractComboBox(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>, boolean) - Constructor for class org.vaadin.addons.componentfactory.AbstractComboBox
Constructs a new GeneratedVaadinComboBox component with the given arguments.
AbstractComboBox(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class org.vaadin.addons.componentfactory.AbstractComboBox
Constructs a new GeneratedVaadinComboBox component with the given arguments.
AbstractComboBox.CustomValueSetEvent<R> - Class in org.vaadin.addons.componentfactory
 
AbstractComboBox.FilterChangeEvent<R> - Class in org.vaadin.addons.componentfactory
 
AbstractComboBox.InvalidChangeEvent<R> - Class in org.vaadin.addons.componentfactory
 
AbstractComboBox.OpenedChangeEvent<R> - Class in org.vaadin.addons.componentfactory
 
AbstractComboBox.SelectedItemChangeEvent<R> - Class in org.vaadin.addons.componentfactory
 
addCustomValueSetListener(ComponentEventListener<AbstractComboBox.CustomValueSetEvent<ComboBoxLight<T>>>) - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
addCustomValueSetListener(ComponentEventListener<AbstractComboBox.CustomValueSetEvent<R>>) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Adds a listener for custom-value-set events fired by the webcomponent.
addFilterChangeListener(ComponentEventListener<AbstractComboBox.FilterChangeEvent<R>>) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Adds a listener for filter-changed events fired by the webcomponent.
addInvalidChangeListener(ComponentEventListener<AbstractComboBox.InvalidChangeEvent<R>>) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Adds a listener for invalid-changed events fired by the webcomponent.
addOpenedChangeListener(ComponentEventListener<AbstractComboBox.OpenedChangeEvent<R>>) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Adds a listener for opened-changed events fired by the webcomponent.
addSelectedItemChangeListener(ComponentEventListener<AbstractComboBox.SelectedItemChangeEvent<R>>) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Adds a listener for selected-item-changed events fired by the webcomponent.
addToPrefix(Component...) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Adds the given components as children of this component at the slot 'prefix'.

C

cancel() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
checkValidity() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
clearCache() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
close() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
ComboBoxLight<T> - Class in org.vaadin.addons.componentfactory
 
ComboBoxLight() - Constructor for class org.vaadin.addons.componentfactory.ComboBoxLight
 
CustomValueSetEvent(R, boolean, String) - Constructor for class org.vaadin.addons.componentfactory.AbstractComboBox.CustomValueSetEvent
 

F

FilterChangeEvent(R, boolean) - Constructor for class org.vaadin.addons.componentfactory.AbstractComboBox.FilterChangeEvent
 

G

getDataGenerator() - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
Accesses the data generator managed by this controller
getDataProvider() - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
getDetail() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox.CustomValueSetEvent
 
getErrorMessage() - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
getErrorMessageString() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
getFilter() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox.FilterChangeEvent
 
getFilteredItemsJsonArray() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
getFilterString() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
getItemIdPathString() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
getItemLabelGenerator() - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
getItemLabelPathString() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
getItemsJsonArray() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
getItemValuePathString() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
getKeyMapper() - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
Returns the used key mapper.
getLabel() - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
getLabelString() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
getNameString() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
getPageSizeDouble() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
getPattern() - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
getPatternString() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
getPlaceholder() - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
getPlaceholderString() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
getSelectedItem() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox.SelectedItemChangeEvent
 
getSelectedItemJsonObject() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
getSizeDouble() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:

I

InvalidChangeEvent(R, boolean) - Constructor for class org.vaadin.addons.componentfactory.AbstractComboBox.InvalidChangeEvent
 
isAllowCustomValue() - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
isAllowCustomValueBoolean() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
isAutofocus() - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
isAutofocusBoolean() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
This property is not synchronized automatically from the client side, so the returned value may not be the same as in client side.
isAutoOpen() - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
Gets whether dropdown will open automatically or not.
isClearButtonVisible() - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
isDisabledBoolean() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
isInvalid() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox.InvalidChangeEvent
 
isInvalid() - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
isInvalidBoolean() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
isLoadingBoolean() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
isOpened() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox.OpenedChangeEvent
 
isOpened() - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
isOpenedBoolean() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
isPreventInvalidInputBoolean() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
isReadonlyBoolean() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
This property is not synchronized automatically from the client side, so the returned value may not be the same as in client side.
isRequiredBoolean() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
Item rendering - Search tag in class org.vaadin.addons.componentfactory.AbstractComboBox
Section
Item Template - Search tag in class org.vaadin.addons.componentfactory.AbstractComboBox
Section

L

Lazy Loading with Function Data Provider - Search tag in class org.vaadin.addons.componentfactory.AbstractComboBox
Section

O

onAttach(AttachEvent) - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
onDetach(DetachEvent) - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
open() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
OpenedChangeEvent(R, boolean) - Constructor for class org.vaadin.addons.componentfactory.AbstractComboBox.OpenedChangeEvent
 
org.vaadin.addons.componentfactory - package org.vaadin.addons.componentfactory
 

R

remove(Component...) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Removes the given child components from this component.
removeAll() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Removes all contents from this component, this includes child components, text content as well as child elements that have been added directly to this component using the Element API.

S

SelectedItemChangeEvent(R, boolean) - Constructor for class org.vaadin.addons.componentfactory.AbstractComboBox.SelectedItemChangeEvent
 
setAllowCustomValue(boolean) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
setAllowCustomValue(boolean) - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
setAutofocus(boolean) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
 
setAutofocus(boolean) - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
setAutoOpen(boolean) - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
Enables or disables the dropdown opening automatically.
setClearButtonVisible(boolean) - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
setDataProvider(DataProvider<T, ?>) - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
setDisableBackendAutoselect(boolean) - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
Sets whether to disable the backend dataprovider autoselect feature.
setDisabled(boolean) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
setDisableResetAfterChange(boolean) - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
Sets whether the reset behavior after a change should be disabled when using backend dataprovider.
setErrorMessage(String) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
setErrorMessage(String) - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
setFilter(String) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
setFilteredItems(ArrayNode) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
setInvalid(boolean) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
setInvalid(boolean) - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
setItemIdPath(String) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
setItemLabelPath(String) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
setItems(ArrayNode) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
setItemValuePath(String) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
setLabel(String) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
setLabel(String) - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
setLoading(boolean) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
setName(String) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
setOpened(boolean) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
setOpened(boolean) - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
setPageSize(double) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
setPattern(String) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
setPattern(String) - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
setPlaceholder(String) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
setPlaceholder(String) - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
setPreventInvalidInput(boolean) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
setPreventInvalidInput(boolean) - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
setReadonly(boolean) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
 
setRenderer(Renderer<T>) - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
Sets the Renderer responsible to render the individual items in the list of possible choices of the ComboBox.
setRequired(boolean) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
setRequiredIndicatorVisible(boolean) - Method in class org.vaadin.addons.componentfactory.ComboBoxLight
 
setSelectedItem(ObjectNode) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
setSize(double) - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
Styling - Search tag in class org.vaadin.addons.componentfactory.AbstractComboBox
Section

V

validate() - Method in class org.vaadin.addons.componentfactory.AbstractComboBox
Description copied from corresponding location in WebComponent:
A C F G I L O R S V 
All Classes and Interfaces|All Packages|Serialized Form