Skip navigation links
A C G H I L O P R S V 

A

add(Component...) - Method in class com.vaadin.flow.component.select.Select
addComponentAsFirst(Component) - Method in class com.vaadin.flow.component.select.Select
addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.select.Select
addComponents(T, Component...) - Method in class com.vaadin.flow.component.select.Select
 
addInvalidChangeListener(ComponentEventListener<GeneratedVaadinSelect.InvalidChangeEvent<R>>) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Adds a listener for invalid-changed events fired by the webcomponent.
addOpenedChangeListener(ComponentEventListener<GeneratedVaadinSelect.OpenedChangeEvent<R>>) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Adds a listener for opened-changed events fired by the webcomponent.
addToPrefix(Component...) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Adds the given components as children of this component at the slot 'prefix'.
addToPrefix(Component...) - Method in class com.vaadin.flow.component.select.Select
 

C

com.vaadin.flow.component.select - package com.vaadin.flow.component.select
 
com.vaadin.flow.component.select.generated - package com.vaadin.flow.component.select.generated
 

G

GeneratedVaadinSelect<R extends GeneratedVaadinSelect<R,T>,T> - Class in com.vaadin.flow.component.select.generated
Description copied from corresponding location in WebComponent:
GeneratedVaadinSelect(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Constructs a new GeneratedVaadinSelect component with the given arguments.
GeneratedVaadinSelect(T, T, boolean) - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Constructs a new GeneratedVaadinSelect component with the given arguments.
GeneratedVaadinSelect(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Constructs a new GeneratedVaadinSelect component with the given arguments.
GeneratedVaadinSelect() - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Default constructor.
GeneratedVaadinSelect.InvalidChangeEvent<R extends GeneratedVaadinSelect<R,?>> - Class in com.vaadin.flow.component.select.generated
 
GeneratedVaadinSelect.OpenedChangeEvent<R extends GeneratedVaadinSelect<R,?>> - Class in com.vaadin.flow.component.select.generated
 
getChildren() - Method in class com.vaadin.flow.component.select.Select
 
getDataProvider() - Method in class com.vaadin.flow.component.select.Select
Gets the data provider.
getEmptySelectionCaption() - Method in class com.vaadin.flow.component.select.Select
 
getErrorMessage() - Method in class com.vaadin.flow.component.select.Select
Gets the error message to show to the user on invalid selection
getErrorMessageString() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
getItemEnabledProvider() - Method in class com.vaadin.flow.component.select.Select
Returns the item enabled predicate.
getItemLabelGenerator() - Method in class com.vaadin.flow.component.select.Select
Gets the item label generator.
getItemRenderer() - Method in class com.vaadin.flow.component.select.Select
Returns the item component renderer.
getLabel() - Method in class com.vaadin.flow.component.select.Select
Gets the string for the label element.
getLabelString() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
getNameString() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
getPlaceholder() - Method in class com.vaadin.flow.component.select.Select
Gets the placeholder hint set for the user.
getPlaceholderString() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:

H

hasValidValue() - Method in class com.vaadin.flow.component.select.Select
 

I

InvalidChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect.InvalidChangeEvent
 
isAutofocus() - Method in class com.vaadin.flow.component.select.Select
Gets whether this select has been set to autofocus when the page loads.
isAutofocusBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
isDisabledBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
isEmptySelectionAllowed() - Method in class com.vaadin.flow.component.select.Select
Returns whether the user is allowed to select nothing.
isInvalid() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect.InvalidChangeEvent
 
isInvalid() - Method in class com.vaadin.flow.component.select.Select
Gets whether the select is currently in invalid state.
isInvalidBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
isOpened() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect.OpenedChangeEvent
 
isOpenedBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
isReadonlyBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
isRequiredBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
isRequiredIndicatorVisible() - Method in class com.vaadin.flow.component.select.Select
NOTE: The required indicator will not be visible, if the Select.setLabel(String) property is not set for the select.

L

LABEL_ATTRIBUTE - Static variable in class com.vaadin.flow.component.select.Select
 

O

onAttach(AttachEvent) - Method in class com.vaadin.flow.component.select.Select
 
onEnabledStateChanged(boolean) - Method in class com.vaadin.flow.component.select.Select
 
OpenedChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect.OpenedChangeEvent
 

P

prependComponents(T, Component...) - Method in class com.vaadin.flow.component.select.Select
 

R

remove(Component...) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Removes the given child components from this component.
remove(Component...) - Method in class com.vaadin.flow.component.select.Select
Removes the given child components from this component.
removeAll() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
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.
removeAll() - Method in class com.vaadin.flow.component.select.Select
Removes all child components that are not items.
render() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:

S

Select<T> - Class in com.vaadin.flow.component.select
A customizable drop-down select component similar to a native browser select.
Select() - Constructor for class com.vaadin.flow.component.select.Select
Constructs a select.
Select(T...) - Constructor for class com.vaadin.flow.component.select.Select
Constructs a select with the given items.
setAutofocus(boolean) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
setAutofocus(boolean) - Method in class com.vaadin.flow.component.select.Select
Sets the select to have focus when the page loads.
setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.select.Select
 
setDisabled(boolean) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
setEmptySelectionAllowed(boolean) - Method in class com.vaadin.flow.component.select.Select
Sets whether the user is allowed to select nothing.
setEmptySelectionCaption(String) - Method in class com.vaadin.flow.component.select.Select
Sets the empty selection caption when Select.setEmptySelectionAllowed(boolean) has been enabled.
setErrorMessage(String) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
setErrorMessage(String) - Method in class com.vaadin.flow.component.select.Select
Sets the error message to show to the user on invalid selection.
setInvalid(boolean) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
setInvalid(boolean) - Method in class com.vaadin.flow.component.select.Select
Sets the select to show as invalid state and display error message.
setItemEnabledProvider(SerializablePredicate<T>) - Method in class com.vaadin.flow.component.select.Select
Sets the item enabled predicate for this select.
setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.vaadin.flow.component.select.Select
Sets the item label generator.
setLabel(String) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
setLabel(String) - Method in class com.vaadin.flow.component.select.Select
Sets the string for the label element.
setName(String) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
setOpened(boolean) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
setPlaceholder(String) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
setPlaceholder(String) - Method in class com.vaadin.flow.component.select.Select
Sets the placeholder hint for the user.
setReadonly(boolean) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
setRenderer(ComponentRenderer<? extends Component, T>) - Method in class com.vaadin.flow.component.select.Select
Sets the item renderer for this select group.
setRequired(boolean) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.select.Select
NOTE: The required indicator will not be visible, if the Select.setLabel(String) property is not set for the select.
setTextRenderer(ItemLabelGenerator<T>) - Method in class com.vaadin.flow.component.select.Select
Convenience setter for creating a TextRenderer from the given function that converts the item to a string.

V

validate() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
A C G H I L O P R S V 
Skip navigation links

Copyright © 2019–2020 Vaadin Ltd. All rights reserved.