Package | Description |
---|---|
org.richfaces.fragment.tooltip |
Modifier and Type | Class and Description |
---|---|
class |
RichFacesTooltip<CONTENT>
The root of this tooltip will be used for invoking this tooltip.
|
class |
TextualRichFacesTooltip |
Modifier and Type | Method and Description |
---|---|
Tooltip<CONTENT> |
Tooltip.hide()
Dismiss the tooltip, which is found by injected root element to his component.
|
Tooltip<CONTENT> |
Tooltip.hide(org.openqa.selenium.WebElement target)
Dismiss the tooltip over the given
target . |
Tooltip<CONTENT> |
Tooltip.show()
Invokes the tooltip over an element, which is found by injected root element to his component.
|
Tooltip<CONTENT> |
Tooltip.show(org.openqa.selenium.WebElement target)
Invokes the tooltip over the given
target . |
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.