Class PopoverOptions


  • @JsType(isNative=true,
            name="Object",
            namespace="<global>")
    public class PopoverOptions
    extends Object
    • Constructor Detail

      • PopoverOptions

        public PopoverOptions()
    • Method Detail

      • setAnimation

        @JsProperty
        public void setAnimation​(Boolean animation)
      • setContainer

        @JsProperty
        public void setContainer​(String container)
      • setContent

        @JsProperty
        public void setContent​(String content)
      • setDelay

        @JsProperty
        public void setDelay​(int delay)
      • setHtml

        @JsProperty
        public void setHtml​(Boolean html)
      • setPlacement

        @JsProperty
        public void setPlacement​(String placement)
      • setSelector

        @JsProperty
        public void setSelector​(String selector)
      • setTemplate

        @JsProperty
        public void setTemplate​(String template)
      • setTitle

        @JsProperty
        public void setTitle​(String title)
      • setTrigger

        @JsProperty
        public void setTrigger​(String trigger)
      • setViewport

        @JsProperty
        public void setViewport​(String viewport)