CONTENT
- public abstract class RichFacesTooltip<CONTENT> extends Object implements Tooltip<CONTENT>, AdvancedVisibleComponentIteractions<RichFacesTooltip.AdvancedTooltipInteractions>
Modifier and Type | Class and Description |
---|---|
class |
RichFacesTooltip.AdvancedTooltipInteractions |
Constructor and Description |
---|
RichFacesTooltip() |
Modifier and Type | Method and Description |
---|---|
RichFacesTooltip.AdvancedTooltipInteractions |
advanced() |
CONTENT |
getContent()
Gets the object representing the content of the tooltip.
|
RichFacesTooltip<CONTENT> |
hide()
Dismiss the tooltip, which is found by injected root element to his component.
|
RichFacesTooltip<CONTENT> |
hide(org.openqa.selenium.WebElement target)
Dismiss the tooltip over the given
target . |
RichFacesTooltip<CONTENT> |
show()
Invokes the tooltip over an element, which is found by injected root element to his component.
|
RichFacesTooltip<CONTENT> |
show(org.openqa.selenium.WebElement target)
Invokes the tooltip over the given
target . |
public RichFacesTooltip.AdvancedTooltipInteractions advanced()
advanced
in interface AdvancedInteractions<RichFacesTooltip.AdvancedTooltipInteractions>
public CONTENT getContent()
Tooltip
getContent
in interface Tooltip<CONTENT>
TextualRichFacesTooltip
public RichFacesTooltip<CONTENT> hide()
Tooltip
public RichFacesTooltip<CONTENT> hide(org.openqa.selenium.WebElement target)
Tooltip
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.public RichFacesTooltip<CONTENT> show()
Tooltip
public RichFacesTooltip<CONTENT> show(org.openqa.selenium.WebElement target)
Tooltip
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.Copyright © 2016 JBoss by Red Hat. All Rights Reserved.