Index
All Classes and Interfaces|All Packages|Serialized Form
A
- add(Collection<Component>) - Method in class com.vaadin.flow.component.popover.Popover
-
Adds the given components into this popover.
- addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.popover.Popover
-
Adds the given component into this popover at the given index.
- addOpenedChangeListener(ComponentEventListener<Popover.OpenedChangeEvent>) - Method in class com.vaadin.flow.component.popover.Popover
-
Add a listener for event fired by the
opened-changedevents. - 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
- getAriaLabel() - Method in class com.vaadin.flow.component.popover.Popover
- getAriaLabelledBy() - Method in class com.vaadin.flow.component.popover.Popover
- getClassNames() - Method in class com.vaadin.flow.component.popover.Popover
- 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
idof target component of the popover, ornullif theidwas 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
-
Gets the ARIA role for the overlay element, used by screen readers.
- 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
- 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
nullif 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
M
- MATERIAL_NO_PADDING - Enum constant in enum class com.vaadin.flow.component.popover.PopoverVariant
O
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.popover.Popover
- 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-changedevent is sent when the overlay 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
Popovercomponent.
S
- setAriaLabel(String) - Method in class com.vaadin.flow.component.popover.Popover
- setAriaLabelledBy(String) - Method in class com.vaadin.flow.component.popover.Popover
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.popover.Popover
-
Set
trueto 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.
- setClassName(String) - Method in class com.vaadin.flow.component.popover.Popover
-
Sets the CSS class names of the popover overlay element.
- 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
idof the element to be used as the popovertargetvalue. - setHeight(String) - Method in class com.vaadin.flow.component.popover.Popover
-
Sets the height of the popover overlay 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
-
Sets the ARIA role for the overlay element, used by screen readers.
- setPosition(PopoverPosition) - Method in class com.vaadin.flow.component.popover.Popover
-
Sets position of the popover with respect to its
target. - 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 overlay 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.
All Classes and Interfaces|All Packages|Serialized Form