PopoverBuilder

case class PopoverBuilder(element: HtmlElement, innerElement: HtmlElement, position: PopupPosition, trigger: PopupType, title: Option[String], dismissible: Boolean)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def hide: Unit
def show: Unit
def toggle: Unit

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

lazy val popover: Popover
lazy val render: HtmlElement