Skip to content

Commit

Permalink
docs: use correct Popover delay default values in JavaDoc (#6896) (#6899
Browse files Browse the repository at this point in the history
)

Co-authored-by: Serhii Kulykov <[email protected]>
  • Loading branch information
vaadin-bot and web-padawan authored Dec 9, 2024
1 parent d0e0a56 commit 54504e2
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ public String getFor() {

/**
* The delay in milliseconds before the popover is opened on target focus.
* Defaults to {@code 0}.
* When not specified, the default {@code 500} milliseconds delay is used.
*
* @param focusDelay
* the delay in milliseconds
Expand All @@ -528,7 +528,7 @@ public void setFocusDelay(int focusDelay) {

/**
* The delay in milliseconds before the popover is opened on target focus.
* Defaults to {@code 0}.
* When not specified, the default {@code 500} milliseconds delay is used.
*
* @return the delay in milliseconds
*/
Expand All @@ -538,7 +538,7 @@ public int getFocusDelay() {

/**
* The delay in milliseconds before the popover is opened on target hover.
* Defaults to {@code 0}.
* When not specified, the default {@code 500} milliseconds delay is used.
*
* @param hoverDelay
* the delay in milliseconds
Expand All @@ -549,7 +549,7 @@ public void setHoverDelay(int hoverDelay) {

/**
* The delay in milliseconds before the popover is opened on target hover.
* Defaults to {@code 0}.
* When not specified, the default {@code 500} milliseconds delay is used.
*
* @return the delay in milliseconds
*/
Expand All @@ -559,7 +559,7 @@ public int getHoverDelay() {

/**
* The delay in milliseconds before the popover is closed on losing hover.
* Defaults to {@code 0}.
* When not specified, the default {@code 500} milliseconds delay is used.
* <p>
* NOTE: on target blur, the popover is closed immediately.
*
Expand All @@ -572,7 +572,7 @@ public void setHideDelay(int hideDelay) {

/**
* The delay in milliseconds before the popover is closed on losing hover.
* Defaults to {@code 0}.
* When not specified, the default {@code 500} milliseconds delay is used.
* <p>
* NOTE: on target blur, the popover is closed immediately.
*
Expand Down

0 comments on commit 54504e2

Please sign in to comment.