@JsType(isNative=true, name="Object", namespace="<global>") public class PopoverOptions extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
PopoverOptions.PopoverCallback |
Constructor and Description |
---|
PopoverOptions() |
Modifier and Type | Method and Description |
---|---|
void |
setAnimation(Boolean animation) |
void |
setContainer(String container) |
void |
setContent(PopoverOptions.PopoverCallback callback) |
void |
setContent(String content) |
void |
setDelay(int delay) |
void |
setHtml(Boolean html) |
void |
setPlacement(String placement) |
void |
setSelector(String selector) |
void |
setTemplate(PopoverOptions.PopoverCallback callback) |
void |
setTemplate(String template) |
void |
setTitle(PopoverOptions.PopoverCallback callback) |
void |
setTitle(String title) |
void |
setTrigger(String trigger) |
void |
setViewport(PopoverOptions.PopoverCallback callback) |
void |
setViewport(String viewport) |
@JsProperty public void setAnimation(Boolean animation)
@JsProperty public void setContainer(String container)
@JsProperty public void setContent(String content)
@JsProperty public void setContent(PopoverOptions.PopoverCallback callback)
@JsProperty public void setDelay(int delay)
@JsProperty public void setHtml(Boolean html)
@JsProperty public void setPlacement(String placement)
@JsProperty public void setSelector(String selector)
@JsProperty public void setTemplate(String template)
@JsProperty public void setTemplate(PopoverOptions.PopoverCallback callback)
@JsProperty public void setTitle(String title)
@JsProperty public void setTitle(PopoverOptions.PopoverCallback callback)
@JsProperty public void setTrigger(String trigger)
@JsProperty public void setViewport(String viewport)
@JsProperty public void setViewport(PopoverOptions.PopoverCallback callback)
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.