Class/Object

com.highmaps.config

ExportingButtonsContextButton

Related Docs: object ExportingButtonsContextButton | package config

Permalink

class ExportingButtonsContextButton extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: exporting-buttons-contextButton

Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExportingButtonsContextButton
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExportingButtonsContextButton()

    Permalink

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. val align: UndefOr[String]

    Permalink

    Alignment for the buttons.

    Alignment for the buttons.

    Example:
    1. Center aligned

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val enabled: UndefOr[Boolean]

    Permalink

    Whether to enable buttons.

    Whether to enable buttons.

  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hasOwnProperty(v: String): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. val height: UndefOr[Double]

    Permalink

    Pixel height of the buttons.

    Pixel height of the buttons.

    Example:
    1. Bigger buttons

  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  17. val menuItems: UndefOr[Array[Object]]

    Permalink

    A collection of config options for the menu items.

    A collection of config options for the menu items. Each options object consists of a text option which is a string to show in the menu item, as well as an onclick parameter which is a callback function to run on click.

    By default, there is the "Print" menu item plus one menu item for each of the available export types. Menu items can be customized by defining a new array of items and assigning null to unwanted positions (see override example below).

  18. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. val onclick: UndefOr[Function]

    Permalink

    A click handler callback to use on the button directly instead of the popup menu.

    A click handler callback to use on the button directly instead of the popup menu.

  22. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  23. val symbol: UndefOr[String]

    Permalink

    The symbol for the button.

    The symbol for the button. Points to a definition function in the Highcharts.Renderer.symbols collection. The default exportIcon function is part of the exporting module.

  24. val symbolFill: UndefOr[|[String, Object]]

    Permalink

    See navigation.buttonOptions => symbolFill.

    See navigation.buttonOptions => symbolFill.

  25. val symbolSize: UndefOr[Double]

    Permalink

    The pixel size of the symbol on the button.

    The pixel size of the symbol on the button.

    Example:
    1. Bigger buttons

  26. val symbolStroke: UndefOr[|[String, Object]]

    Permalink

    The color of the symbol's stroke or line.

    The color of the symbol's stroke or line.

  27. val symbolStrokeWidth: UndefOr[Double]

    Permalink

    The pixel stroke width of the symbol on the button.

    The pixel stroke width of the symbol on the button.

    Example:
    1. Bigger buttons

  28. val symbolX: UndefOr[Double]

    Permalink

    The x position of the center of the symbol inside the button.

    The x position of the center of the symbol inside the button.

    Example:
    1. Bigger buttons

  29. val symbolY: UndefOr[Double]

    Permalink

    The y position of the center of the symbol inside the button.

    The y position of the center of the symbol inside the button.

    Example:
    1. Bigger buttons

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. val text: UndefOr[String]

    Permalink

    A text string to add to the individual button.

    A text string to add to the individual button.

  32. val theme: UndefOr[Object]

    Permalink

    A configuration object for the button theme.

    A configuration object for the button theme. The object accepts SVG properties like stroke-width, stroke and fill. Tri-state button styles are supported by the states.hover and states.select objects.

  33. def toLocaleString(): String

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  36. val verticalAlign: UndefOr[String]

    Permalink

    The vertical alignment of the buttons.

    The vertical alignment of the buttons. Can be one of "top", "middle" or "bottom".

  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. val width: UndefOr[Double]

    Permalink

    The pixel width of the button.

    The pixel width of the button.

    Example:
    1. Bigger buttons

  41. val x: UndefOr[Double]

    Permalink

    The horizontal position of the button relative to the align option.

    The horizontal position of the button relative to the align option.

  42. val y: UndefOr[Double]

    Permalink

    The vertical offset of the button's position relative to its verticalAlign.

    The vertical offset of the button's position relative to its verticalAlign. .

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped