Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractLookupField<T,
SelectT, - Class in com.vaadin.componentfactory.lookupfieldComboboxT, ComponentT, FilterType> -
Base class for the server-side components of the
vcf-lookup-fieldwebcomponent. - AbstractLookupField(SerializableFunction<String, FilterType>, SerializableFunction<FilterType, String>) - Constructor for class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Creates a lookup field with the given filter converters.
- AbstractLookupField.CreateItemEvent - Class in com.vaadin.componentfactory.lookupfield
-
Event fired when the user clicks the create item button.
- AbstractLookupField.FilterEvent<FILTERTYPE> - Class in com.vaadin.componentfactory.lookupfield
-
Event fired when the user filters the grid through the custom filter.
- AbstractLookupField.LookupFieldI18n - Class in com.vaadin.componentfactory.lookupfield
-
The internationalization properties for
LookupField. - addCreateItemListener(ComponentEventListener<AbstractLookupField.CreateItemEvent>) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Add an action when the user click on create item
- addEmptySelectionListener(Runnable) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Replace the default notification to an action
- addFilterListener(ComponentEventListener<AbstractLookupField.FilterEvent<FilterType>>) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Add an action when the user filters
- addThemeVariants(LookupFieldVariant...) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Adds the theme variants of this component.
- addValueChangeListener(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<CustomFilterLookupField<T, FilterType>, T>>) - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterLookupField
- addValueChangeListener(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<CustomFilterMultiSelectLookupField<T, FilterType>, Set<T>>>) - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterMultiSelectLookupField
C
- com.vaadin.componentfactory.lookupfield - package com.vaadin.componentfactory.lookupfield
- comboBox - Variable in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Combo box used as the field.
- copyFieldValueFromGrid() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Copy the selected value of the grid into the field
- copyFieldValueFromGrid() - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterLookupField
-
Copy the selected value of the grid into the field
- copyFieldValueFromGrid() - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterMultiSelectLookupField
-
Copy the selected value of the grid into the field
- copyFieldValueToGrid() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Copy the selected value of the field into the grid
- copyFieldValueToGrid() - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterLookupField
-
Copy the selected value of the field into the grid
- copyFieldValueToGrid() - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterMultiSelectLookupField
-
Copy the selected value of the field into the grid
- CreateItemEvent(AbstractLookupField, boolean) - Constructor for class com.vaadin.componentfactory.lookupfield.AbstractLookupField.CreateItemEvent
-
Creates a new create-item event.
- CustomFilterLookupField<T,
FilterType> - Class in com.vaadin.componentfactory.lookupfield -
Server-side component for the
vcf-lookup-fieldwebcomponent. - CustomFilterLookupField(Grid<T>, ComboBox<T>, SerializableFunction<String, FilterType>, SerializableFunction<FilterType, String>) - Constructor for class com.vaadin.componentfactory.lookupfield.CustomFilterLookupField
-
Constructor.
- CustomFilterLookupField(SerializableFunction<String, FilterType>, SerializableFunction<FilterType, String>) - Constructor for class com.vaadin.componentfactory.lookupfield.CustomFilterLookupField
-
Constructor The converters are used to convert the backend filter to the combobox filter (String) or if you are using setItems
- CustomFilterLookupField(Class<T>, SerializableFunction<String, FilterType>, SerializableFunction<FilterType, String>) - Constructor for class com.vaadin.componentfactory.lookupfield.CustomFilterLookupField
-
Constructor.
- CustomFilterMultiSelectLookupField<T,
FilterType> - Class in com.vaadin.componentfactory.lookupfield -
Server-side component for the
vcf-lookup-fieldwebcomponent. - CustomFilterMultiSelectLookupField(Grid<T>, MultiSelectComboBox<T>, SerializableFunction<String, FilterType>, SerializableFunction<FilterType, String>) - Constructor for class com.vaadin.componentfactory.lookupfield.CustomFilterMultiSelectLookupField
-
Constructor.
- CustomFilterMultiSelectLookupField(SerializableFunction<String, FilterType>, SerializableFunction<FilterType, String>) - Constructor for class com.vaadin.componentfactory.lookupfield.CustomFilterMultiSelectLookupField
-
Constructor The converters are used to convert the backend filter to the combobox filter (String) or if you are using setItems
- CustomFilterMultiSelectLookupField(Class<T>, SerializableFunction<String, FilterType>, SerializableFunction<FilterType, String>) - Constructor for class com.vaadin.componentfactory.lookupfield.CustomFilterMultiSelectLookupField
-
Constructor.
D
- DEFAULT_EMPTY_SELECTION - Static variable in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Default message shown when the selection is empty.
F
- FIELD_SLOT_NAME - Static variable in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Name of the slot holding the field (combo box).
- filter(T) - Method in interface com.vaadin.componentfactory.lookupfield.LookupFieldFilterAction
-
Apply the filter
- filterConverter - Variable in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Converts the combo box filter string into the data provider filter type.
- FilterEvent(AbstractLookupField, boolean, FILTERTYPE) - Constructor for class com.vaadin.componentfactory.lookupfield.AbstractLookupField.FilterEvent
-
Creates a new filter event.
- footerCloseAction() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Close the dialog
- footerSelectAction() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Select and close the dialog
- FULL_WIDTH_LABEL - Enum constant in enum class com.vaadin.componentfactory.lookupfield.LookupFieldVariant
-
Variant that makes the label take the full width.
G
- getCancel() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
-
Gets the cancel button text.
- getComboBox() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Gets the internal combo box used as the field.
- getComboBox() - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterLookupField
- getComboBox() - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterMultiSelectLookupField
- getComponent() - Method in interface com.vaadin.componentfactory.lookupfield.LookupFieldFilter
-
Returns the component used to render the filter.
- getCreate() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
-
Gets the create button text.
- getEmptyselection() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
-
Gets the message shown when the selection is empty.
- getErrorMessage() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
- getFilterValue() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField.FilterEvent
-
Gets the filter value carried by this event.
- getGrid() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Gets the internal grid shown in the advanced search dialog.
- getHeaderpostfix() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
-
Gets the text shown after the dialog header.
- getHeaderprefix() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
-
Gets the text shown before the dialog header.
- getHelperComponent() - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterLookupField
- getHelperText() - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterLookupField
- getI18n() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Gets the internationalization object previously set for this component.
- getSearch() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
-
Gets the search field text.
- getSearcharialabel() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
-
Gets the aria label of the search field.
- getSelect() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
-
Gets the select button text.
- getSelectedText() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
-
Gets the text showing the number of selected items.
- getSelectionDisabledIfEmpty() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Gets whether the select button is disabled or send an error when the selection is empty or not.
- getValue() - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterLookupField
- getValue() - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterMultiSelectLookupField
- getVariantName() - Method in enum class com.vaadin.componentfactory.lookupfield.LookupFieldVariant
-
Gets the theme name used by this variant.
I
- INTEGRATED - Enum constant in enum class com.vaadin.componentfactory.lookupfield.LookupFieldVariant
-
Variant that renders the field in an integrated style.
- invertedFilterConverter - Variable in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Converts the data provider filter type back into a combo box filter string.
- isDraggable() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Gets whether dialog is enabled to be dragged or not.
- isInvalid() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
- isModal() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Gets whether component is set as modal or modeless dialog.
- isResizable() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Gets whether dialog is enabled to be resized or not.
L
- LookupField<T> - Class in com.vaadin.componentfactory.lookupfield
-
Server-side component for the
vcf-lookup-fieldwebcomponent. - LookupField() - Constructor for class com.vaadin.componentfactory.lookupfield.LookupField
-
Creates a lookup field with a default
GridandComboBox. - LookupField(Grid<T>, ComboBox<T>) - Constructor for class com.vaadin.componentfactory.lookupfield.LookupField
-
Creates a lookup field using the given grid and combo box.
- LookupField(Class<T>) - Constructor for class com.vaadin.componentfactory.lookupfield.LookupField
-
Creates a lookup field with a
GridandComboBoxconfigured for the given bean type. - LookupFieldFilter<FILTERTYPE> - Interface in com.vaadin.componentfactory.lookupfield
-
Class for the custom filter component The component need to call manually the filter action.
- LookupFieldFilterAction<T> - Interface in com.vaadin.componentfactory.lookupfield
-
Filter action.
- LookupFieldI18n() - Constructor for class com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
-
Creates an empty internationalization properties object.
- LookupFieldVariant - Enum Class in com.vaadin.componentfactory.lookupfield
-
Theme variants that can be applied to the lookup field.
M
- MultiSelectLookupField<T> - Class in com.vaadin.componentfactory.lookupfield
-
Server-side component for the
vcf-lookup-fieldwebcomponent. - MultiSelectLookupField() - Constructor for class com.vaadin.componentfactory.lookupfield.MultiSelectLookupField
-
Creates a multi-select lookup field with a default
GridandMultiSelectComboBox. - MultiSelectLookupField(Grid<T>, MultiSelectComboBox<T>) - Constructor for class com.vaadin.componentfactory.lookupfield.MultiSelectLookupField
-
Creates a multi-select lookup field using the given grid and combo box.
- MultiSelectLookupField(Class<T>) - Constructor for class com.vaadin.componentfactory.lookupfield.MultiSelectLookupField
-
Creates a multi-select lookup field with a
GridandMultiSelectComboBoxconfigured for the given bean type.
O
- open() - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Opens the combo box overlay.
S
- setCancel(String) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
-
Sets the cancel button text.
- setComboBox(ComboBox<T>) - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterLookupField
-
Set the comboBox
- setComboBox(MultiSelectComboBox<T>) - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterMultiSelectLookupField
-
Set the comboBox
- setComboBox(ComboboxT) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Set the comboBox
- setCreate(String) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
-
Sets the create button text.
- setCreateVisible(boolean) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Sets whether the create button is visible.
- setDataProvider(ComboBox.ItemFilter<T>, ListDataProvider<T>) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Sets a list data provider with an item filter as the data provider.
- setDataProvider(ComboBox.ItemFilter<T>, ListDataProvider<T>) - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterLookupField
-
Sets a list data provider with an item filter as the data provider.
- setDataProvider(ComboBox.ItemFilter<T>, ListDataProvider<T>) - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterMultiSelectLookupField
-
Sets a list data provider with an item filter as the data provider.
- setDataProvider(DataProvider<T, C>, SerializableFunction<FilterType, C>) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
- setDataProvider(ListDataProvider<T>) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Sets a list data provider as the data provider.
- setDataProvider(ListDataProvider<T>) - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterLookupField
- setDataProvider(ListDataProvider<T>) - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterMultiSelectLookupField
- setDraggable(boolean) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Sets whether dialog is enabled to be dragged by the user or not.
- setEmptyselection(String) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
-
Sets the message shown when the selection is empty.
- setEnabled(boolean) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
- setErrorMessage(String) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
- setFilter(LookupFieldFilter<FilterType>) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Set the filter with a custom component
- setFilterAction(LookupFieldFilterAction<FILTERTYPE>) - Method in interface com.vaadin.componentfactory.lookupfield.LookupFieldFilter
-
Sets the action that the filter component calls to filter the grid.
- setFooterComponent(Component) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Set the footer with a custom component WARNING: You have to implement your own buttons to select and close the dialog
- setGrid(Grid<T>) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Set the grid
- setGrid(Grid<T>) - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterMultiSelectLookupField
- setGridWidth(String) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Set the width of the grid Also set a max width to 100%
- setHeader(String) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Set the header of the dialog
- setHeaderComponent(Component) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Set the header with a custom component
- setHeaderpostfix(String) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
-
Sets the text shown after the dialog header.
- setHeaderprefix(String) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
-
Sets the text shown before the dialog header.
- setHelperComponent(Component) - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterLookupField
- setHelperText(String) - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterLookupField
- setI18n(AbstractLookupField.LookupFieldI18n) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Sets the internationalization properties for this component.
- setInvalid(boolean) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
- setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Sets the item label generator that is used to produce the strings shown in the combo box for each item.
- setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterLookupField
-
Sets the item label generator that is used to produce the strings shown in the combo box for each item.
- setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterMultiSelectLookupField
-
Sets the item label generator that is used to produce the strings shown in the combo box for each item.
- setItems(ComboBox.ItemFilter<T>, Collection<T>) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Sets the items to display, using the given item filter for the combo box.
- setItems(Collection<T>) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Filtering will use a case insensitive match to show all items where the filter text is a substring of the label displayed for that item, which you can configure with
AbstractLookupField.setItemLabelGenerator(ItemLabelGenerator). - setLabel(String) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Set the label of the field
- setLabel(String) - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterLookupField
-
Set the label of the field
- setLabel(String) - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterMultiSelectLookupField
-
Set the label of the field
- setModal(boolean) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Sets whether component will open modal or modeless dialog.
- setReadOnly(boolean) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
- setResizable(boolean) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Sets whether dialog can be resized by user or not.
- setSearch(String) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
-
Sets the search field text.
- setSearcharialabel(String) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
-
Sets the aria label of the search field.
- setSelect(String) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
-
Sets the select button text.
- setSelectedText(String) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField.LookupFieldI18n
-
Sets the text showing the number of selected items.
- setSelectionDisabledIfEmpty(boolean) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Sets whether the select button is disabled or send an error when the selection is empty or not.
- setThemeVariants(LookupFieldVariant) - Method in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Sets the theme variants of this component.
- setValue(Set<T>) - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterMultiSelectLookupField
- setValue(T) - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterLookupField
- showNoSelectionNotification(String) - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterLookupField
-
Shows a notification when the user tries to select without a grid selection.
- showSelectedItems(boolean) - Method in class com.vaadin.componentfactory.lookupfield.CustomFilterMultiSelectLookupField
-
Controls whether a label showing the number of selected items is displayed in the dialog.
- SIZE_LARGE - Enum constant in enum class com.vaadin.componentfactory.lookupfield.LookupFieldVariant
-
Large size variant.
- SIZE_MEDIUM - Enum constant in enum class com.vaadin.componentfactory.lookupfield.LookupFieldVariant
-
Medium size variant.
- SIZE_SMALL - Enum constant in enum class com.vaadin.componentfactory.lookupfield.LookupFieldVariant
-
Small size variant.
- SLOT_KEY - Static variable in class com.vaadin.componentfactory.lookupfield.AbstractLookupField
-
Attribute key used to assign a component to a slot.
V
- valueOf(String) - Static method in enum class com.vaadin.componentfactory.lookupfield.LookupFieldVariant
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.vaadin.componentfactory.lookupfield.LookupFieldVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form