| Modifier and Type | Class and Description |
|---|---|
static interface |
Popover.JQueryPopoverElement |
| Constructor and Description |
|---|
Popover() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
void |
hide() |
void |
init() |
void |
setContainer(String container) |
void |
setContent(String content) |
protected void |
setDataAttribute(String attribute,
String value) |
void |
setHtml(Boolean html) |
void |
setPlacement(String placement) |
void |
setTemplate(String template) |
void |
setTitle(String title) |
void |
setTrigger(String trigger) |
void |
show() |
void |
toggle() |
@PostConstruct public void init()
@PreDestroy public void destroy()
public void show()
public void hide()
public void toggle()
public void setTitle(String title)
public void setContent(String content)
public void setContainer(String container)
public void setTrigger(String trigger)
public void setTemplate(String template)
public void setPlacement(String placement)
public void setHtml(Boolean html)
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.IsElementCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.