public interface PopupComponent<T> extends ComponentsContainer<T>
PopupComponent represents a popup which can be showed and then closed.
There are various implementations possible. Like modal popup, popup panel, popup panel which is showed after clicking or hovering on or over someting, and so on.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isVisible()
Returns whether this popup is visible.
|
getContentCopyright © 2013 JBoss by Red Hat. All Rights Reserved.