Index

A B C E G I L O P S T V 
All Classes and Interfaces|All Packages|Serialized Form

A

addOpenedChangeListener(ComponentEventListener<Popover.OpenedChangeEvent>) - Method in class com.vaadin.flow.component.popover.Popover
Add a listener for event fired by the opened-changed events.
ARROW - Enum constant in enum class com.vaadin.flow.component.popover.PopoverVariant
 

B

BOTTOM - Enum constant in enum class com.vaadin.flow.component.popover.PopoverPosition
 
BOTTOM_END - Enum constant in enum class com.vaadin.flow.component.popover.PopoverPosition
 
BOTTOM_START - Enum constant in enum class com.vaadin.flow.component.popover.PopoverPosition
 

C

close() - Method in class com.vaadin.flow.component.popover.Popover
Closes the popover.
com.vaadin.flow.component.popover - package com.vaadin.flow.component.popover
 

E

END - Enum constant in enum class com.vaadin.flow.component.popover.PopoverPosition
 
END_BOTTOM - Enum constant in enum class com.vaadin.flow.component.popover.PopoverPosition
 
END_TOP - Enum constant in enum class com.vaadin.flow.component.popover.PopoverPosition
 

G

getFocusDelay() - Method in class com.vaadin.flow.component.popover.Popover
The delay in milliseconds before the popover is opened on target focus.
getFor() - Method in class com.vaadin.flow.component.popover.Popover
Gets the id of target component of the popover, or null if the id was not set.
getHideDelay() - Method in class com.vaadin.flow.component.popover.Popover
The delay in milliseconds before the popover is closed on losing hover.
getHoverDelay() - Method in class com.vaadin.flow.component.popover.Popover
The delay in milliseconds before the popover is opened on target hover.
getOverlayRole() - Method in class com.vaadin.flow.component.popover.Popover
Deprecated, for removal: This API element is subject to removal in a future version.
Use Popover.getRole() instead
getPosition() - Method in class com.vaadin.flow.component.popover.Popover
Gets position of the popover with respect to its target.
getPosition() - Method in enum class com.vaadin.flow.component.popover.PopoverPosition
 
getRole() - Method in class com.vaadin.flow.component.popover.Popover
Gets the ARIA role for the popover element, used by screen readers.
getStyle() - Method in class com.vaadin.flow.component.popover.Popover
 
getTarget() - Method in class com.vaadin.flow.component.popover.Popover
Gets the target component of this popover, or null if it doesn't have a target.
getVariantName() - Method in enum class com.vaadin.flow.component.popover.PopoverVariant
Gets the variant name.

I

isAutofocus() - Method in class com.vaadin.flow.component.popover.Popover
Get if the popover content automatically receives focus after it is opened.
isBackdropVisible() - Method in class com.vaadin.flow.component.popover.Popover
Gets whether component shows a backdrop (modality curtain) when opened.
isCloseOnEsc() - Method in class com.vaadin.flow.component.popover.Popover
Gets whether this popover can be closed by pressing the Esc key or not.
isCloseOnOutsideClick() - Method in class com.vaadin.flow.component.popover.Popover
Gets whether this popover can be closed by clicking outside of it or not.
isModal() - Method in class com.vaadin.flow.component.popover.Popover
Gets whether component is set as modal or modeless popover.
isOpened() - Method in class com.vaadin.flow.component.popover.Popover
Gets the open state from the popover.
isOpened() - Method in class com.vaadin.flow.component.popover.Popover.OpenedChangeEvent
 
isOpenOnClick() - Method in class com.vaadin.flow.component.popover.Popover
Gets whether the popover can be opened via target click.
isOpenOnFocus() - Method in class com.vaadin.flow.component.popover.Popover
Gets whether the popover can be opened via target focus.
isOpenOnHover() - Method in class com.vaadin.flow.component.popover.Popover
Gets whether the popover can be opened via target hover.

L

LUMO_NO_PADDING - Enum constant in enum class com.vaadin.flow.component.popover.PopoverVariant
 

O

open() - Method in class com.vaadin.flow.component.popover.Popover
Opens the popover.
OpenedChangeEvent(Popover, boolean) - Constructor for class com.vaadin.flow.component.popover.Popover.OpenedChangeEvent
 

P

Popover - Class in com.vaadin.flow.component.popover
Popover is a component for creating overlays that are positioned next to specified component (target).
Popover() - Constructor for class com.vaadin.flow.component.popover.Popover
Constructs an empty popover.
Popover(Component...) - Constructor for class com.vaadin.flow.component.popover.Popover
Creates a popover with given components inside.
Popover.OpenedChangeEvent - Class in com.vaadin.flow.component.popover
opened-changed event is sent when the popover opened state changes.
PopoverPosition - Enum Class in com.vaadin.flow.component.popover
Popover position in relation to the target element.
PopoverVariant - Enum Class in com.vaadin.flow.component.popover
Set of theme variants applicable for the Popover component.

S

setAutofocus(boolean) - Method in class com.vaadin.flow.component.popover.Popover
Set true to make the popover content automatically receive focus after it is opened.
setBackdropVisible(boolean) - Method in class com.vaadin.flow.component.popover.Popover
Sets whether component should show a backdrop (modality curtain) when opened.
setCloseOnEsc(boolean) - Method in class com.vaadin.flow.component.popover.Popover
Sets whether this popover can be closed by pressing the Esc key or not.
setCloseOnOutsideClick(boolean) - Method in class com.vaadin.flow.component.popover.Popover
Sets whether this popover can be closed by clicking outside of it or not.
setDefaultFocusDelay(int) - Static method in class com.vaadin.flow.component.popover.Popover
Sets the default focus delay to be used by all popover instances (running in the same JVM), except for those that have focus delay configured using Popover.setFocusDelay(int).
setDefaultHideDelay(int) - Static method in class com.vaadin.flow.component.popover.Popover
Sets the default hide delay to be used by all popover instances (running in the same JVM), except for those that have hide delay configured using Popover.setHideDelay(int).
setDefaultHoverDelay(int) - Static method in class com.vaadin.flow.component.popover.Popover
Sets the default hover delay to be used by all popover instances (running in the same JVM), except for those that have hover delay configured using Popover.setHoverDelay(int).
setFocusDelay(int) - Method in class com.vaadin.flow.component.popover.Popover
The delay in milliseconds before the popover is opened on target focus.
setFor(String) - Method in class com.vaadin.flow.component.popover.Popover
The id of the element to be used as the popover target value.
setHeight(String) - Method in class com.vaadin.flow.component.popover.Popover
Sets the height of the popover content area.
setHideDelay(int) - Method in class com.vaadin.flow.component.popover.Popover
The delay in milliseconds before the popover is closed on losing hover.
setHoverDelay(int) - Method in class com.vaadin.flow.component.popover.Popover
The delay in milliseconds before the popover is opened on target hover.
setModal(boolean) - Method in class com.vaadin.flow.component.popover.Popover
Sets whether component should open modal or modeless popover.
setModal(boolean, boolean) - Method in class com.vaadin.flow.component.popover.Popover
Sets whether component should open modal or modeless popover and whether the component should show a backdrop (modality curtain) when opened.
setOpened(boolean) - Method in class com.vaadin.flow.component.popover.Popover
Opens or closes the popover.
setOpenOnClick(boolean) - Method in class com.vaadin.flow.component.popover.Popover
Sets whether the popover can be opened via target click.
setOpenOnFocus(boolean) - Method in class com.vaadin.flow.component.popover.Popover
Sets whether the popover can be opened via target focus.
setOpenOnHover(boolean) - Method in class com.vaadin.flow.component.popover.Popover
Sets whether the popover can be opened via target hover.
setOverlayRole(String) - Method in class com.vaadin.flow.component.popover.Popover
Deprecated, for removal: This API element is subject to removal in a future version.
setPosition(PopoverPosition) - Method in class com.vaadin.flow.component.popover.Popover
Sets position of the popover with respect to its target.
setRole(String) - Method in class com.vaadin.flow.component.popover.Popover
Sets the ARIA role for the popover element, used by screen readers.
setTarget(Component) - Method in class com.vaadin.flow.component.popover.Popover
Sets the target component for this popover.
setWidth(String) - Method in class com.vaadin.flow.component.popover.Popover
Sets the width of the popover content area.
START - Enum constant in enum class com.vaadin.flow.component.popover.PopoverPosition
 
START_BOTTOM - Enum constant in enum class com.vaadin.flow.component.popover.PopoverPosition
 
START_TOP - Enum constant in enum class com.vaadin.flow.component.popover.PopoverPosition
 

T

TOP - Enum constant in enum class com.vaadin.flow.component.popover.PopoverPosition
 
TOP_END - Enum constant in enum class com.vaadin.flow.component.popover.PopoverPosition
 
TOP_START - Enum constant in enum class com.vaadin.flow.component.popover.PopoverPosition
 

V

valueOf(String) - Static method in enum class com.vaadin.flow.component.popover.PopoverPosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.popover.PopoverVariant
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vaadin.flow.component.popover.PopoverPosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.popover.PopoverVariant
Returns an array containing the constants of this enum class, in the order they are declared.
A B C E G I L O P S T V 
All Classes and Interfaces|All Packages|Serialized Form