Trait/Object

nl.thijsbroersen.leafletjs.L

DivIcon

Related Docs: object DivIcon | package L

Permalink

trait DivIcon extends Object with Icon

Created by thijs on 12-4-17.

Annotations
@RawJSType() @native()
Linear Supertypes
Icon, Layer, Evented, Class, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DivIcon
  2. Icon
  3. Layer
  4. Evented
  5. Class
  6. Object
  7. Any
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addEventListener(eventMap: Object): DivIcon.this.type

    Permalink
    Definition Classes
    Evented
  5. def addEventListener(type: String, fn: Function1[_ <: Event, Unit], context: UndefOr[Object] = js.undefined): DivIcon.this.type

    Permalink
    Definition Classes
    Evented
  6. def addEventParent(obj: Evented): DivIcon.this.type

    Permalink
    Definition Classes
    Evented
  7. def addInitHook(fn: Function0[Unit]): DivIcon.this.type

    Permalink
    Definition Classes
    Class
  8. def addOneTimeEventListener(eventMap: Object): DivIcon.this.type

    Permalink
    Definition Classes
    Evented
  9. def addOneTimeEventListener(type: String, fn: Function1[_ <: Event, Unit], context: UndefOr[Object] = js.undefined): DivIcon.this.type

    Permalink
    Definition Classes
    Evented
  10. def addTo(map: |[Map, LayerGroup]): DivIcon.this.type

    Permalink
    Definition Classes
    Layer
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def bindPopup(content: |[|[|[String, HTMLElement], Function1[DivIcon.this.type, |[String, HTMLElement]]], Popup], options: UndefOr[Object] = js.undefined): DivIcon.this.type

    Permalink
    Definition Classes
    Layer
  13. def bindTooltip(content: |[|[|[String, HTMLElement], Function1[DivIcon.this.type, |[String, HTMLElement]]], Tooltip], options: UndefOr[Object] = js.undefined): DivIcon.this.type

    Permalink
    Definition Classes
    Layer
  14. def clearAllEventListeners(): DivIcon.this.type

    Permalink
    Definition Classes
    Evented
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  16. def closePopup(): DivIcon.this.type

    Permalink
    Definition Classes
    Layer
  17. def closeTooltip(): DivIcon.this.type

    Permalink
    Definition Classes
    Layer
  18. def createIcon(oldIcon: UndefOr[HTMLElement]): HTMLElement

    Permalink
    Definition Classes
    Icon
  19. def createShadow(oldIcon: UndefOr[HTMLElement]): HTMLElement

    Permalink
    Definition Classes
    Icon
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. def extend(props: Dynamic): Function0[Dynamic]

    Permalink
    Definition Classes
    Class
  23. def fire(type: String, data: UndefOr[Object] = js.undefined, propagate: UndefOr[Boolean] = js.undefined): DivIcon.this.type

    Permalink
    Definition Classes
    Evented
  24. def fireEvent(tpe: String, data: UndefOr[Object] = js.undefined, propagate: UndefOr[Boolean] = js.undefined): DivIcon.this.type

    Permalink
    Definition Classes
    Evented
  25. def getAttribution(): String

    Permalink
    Definition Classes
    Layer
  26. final def getClass(): java.lang.Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  27. def getPane(name: UndefOr[String] = js.undefined): HTMLElement

    Permalink
    Definition Classes
    Layer
  28. def getPopup(): Popup

    Permalink
    Definition Classes
    Layer
  29. def getTooltip(): Tooltip

    Permalink
    Definition Classes
    Layer
  30. def hasEventListeners(type: String): Boolean

    Permalink
    Definition Classes
    Evented
  31. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  32. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  33. def include(properties: Dynamic): DivIcon.this.type

    Permalink
    Definition Classes
    Class
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. def isPopupOpen(): Boolean

    Permalink
    Definition Classes
    Layer
  36. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  37. def isTooltipOpen(): Boolean

    Permalink
    Definition Classes
    Layer
  38. def listens(type: String): Boolean

    Permalink
    Definition Classes
    Evented
  39. def mergeOptions(options: Dynamic): DivIcon.this.type

    Permalink
    Definition Classes
    Class
  40. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  41. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  42. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  43. def off(): DivIcon.this.type

    Permalink
    Definition Classes
    Evented
  44. def off(eventMap: Object): DivIcon.this.type

    Permalink
    Definition Classes
    Evented
  45. def off(type: UndefOr[String] = js.undefined, fn: Function1[_ <: Event, Unit]): DivIcon.this.type

    Permalink
    Definition Classes
    Evented
  46. def on(eventMap: Object): DivIcon.this.type

    Permalink
    Definition Classes
    Evented
  47. def on(type: String, fn: Function1[_ <: Event, Unit], context: UndefOr[Object] = js.undefined): DivIcon.this.type

    Permalink
    Definition Classes
    Evented
  48. def once(eventMap: Object): DivIcon.this.type

    Permalink
    Definition Classes
    Evented
  49. def once(type: String, fn: Function1[_ <: Event, Unit], context: UndefOr[Object] = js.undefined): DivIcon.this.type

    Permalink
    Definition Classes
    Evented
  50. def openPopup(latlng: UndefOr[LatLng] = js.undefined): DivIcon.this.type

    Permalink
    Definition Classes
    Layer
  51. def openTooltip(latlng: UndefOr[LatLng] = js.undefined): DivIcon.this.type

    Permalink
    Definition Classes
    Layer
  52. def options: Dictionary[Any]

    Permalink
    Definition Classes
    Evented
  53. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  54. def remove(): DivIcon.this.type

    Permalink
    Definition Classes
    Layer
  55. def removeEventListener(eventMap: Object): DivIcon.this.type

    Permalink
    Definition Classes
    Evented
  56. def removeEventListener(type: UndefOr[String] = js.undefined, fn: Function1[_ <: Event, Unit]): DivIcon.this.type

    Permalink
    Definition Classes
    Evented
  57. def removeEventParent(obj: Evented): DivIcon.this.type

    Permalink
    Definition Classes
    Evented
  58. def removeFrom(map: Map): DivIcon.this.type

    Permalink
    Definition Classes
    Layer
  59. def setPopupContent(content: |[|[String, HTMLElement], Popup]): DivIcon.this.type

    Permalink
    Definition Classes
    Layer
  60. def setTooltipContent(content: |[|[String, HTMLElement], Tooltip]): DivIcon.this.type

    Permalink
    Definition Classes
    Layer
  61. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  62. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  63. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  64. def togglePopup(): DivIcon.this.type

    Permalink
    Definition Classes
    Layer
  65. def toggleTooltip(): DivIcon.this.type

    Permalink
    Definition Classes
    Layer
  66. def unbindPopup(): DivIcon.this.type

    Permalink
    Definition Classes
    Layer
  67. def unbindTooltip(): DivIcon.this.type

    Permalink
    Definition Classes
    Layer
  68. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  69. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Icon

Inherited from Layer

Inherited from Evented

Inherited from Class

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped