CONTENT
- public interface Tooltip<CONTENT>
Modifier and Type | Method and Description |
---|---|
CONTENT |
getContent()
Gets the object representing the content of the tooltip.
|
Tooltip<CONTENT> |
hide()
Dismiss the tooltip, which is found by injected root element to his component.
|
Tooltip<CONTENT> |
hide(org.openqa.selenium.WebElement target)
Dismiss the tooltip over the given
target . |
Tooltip<CONTENT> |
show()
Invokes the tooltip over an element, which is found by injected root element to his component.
|
Tooltip<CONTENT> |
show(org.openqa.selenium.WebElement target)
Invokes the tooltip over the given
target . |
Tooltip<CONTENT> show()
Tooltip<CONTENT> show(org.openqa.selenium.WebElement target)
target
.
Note that, invoking of the tooltip should be rather by implicit action (for example hover of the mouse over some
element), than this explicit call.target
- the element on which the tooltip will be invokedTooltip<CONTENT> hide()
Tooltip<CONTENT> hide(org.openqa.selenium.WebElement target)
target
.
Note that, hiding of the tooltip should be rather by implicit action (for example hover of the mouse out from some
element), than this explicit call.CONTENT getContent()
TextualRichFacesTooltip
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.