Packages

class Scrollbar extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: scrollbar

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

Instance Constructors

  1. new Scrollbar()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val barBackgroundColor: UndefOr[|[String, Object]]

    The background color of the scrollbar itself.

    The background color of the scrollbar itself.

  6. val barBorderColor: UndefOr[|[String, Object]]

    The color of the scrollbar's border.

  7. val barBorderRadius: UndefOr[Double]

    The border rounding radius of the bar.

    The border rounding radius of the bar.

  8. val barBorderWidth: UndefOr[Double]

    The width of the bar's border.

    The width of the bar's border.

  9. val buttonArrowColor: UndefOr[|[String, Object]]

    The color of the small arrow inside the scrollbar buttons.

    The color of the small arrow inside the scrollbar buttons.

  10. val buttonBackgroundColor: UndefOr[|[String, Object]]

    The color of scrollbar buttons.

    The color of scrollbar buttons.

  11. val buttonBorderColor: UndefOr[|[String, Object]]

    The color of the border of the scrollbar buttons.

    The color of the border of the scrollbar buttons.

  12. val buttonBorderRadius: UndefOr[Double]

    The corner radius of the scrollbar buttons.

    The corner radius of the scrollbar buttons.

  13. val buttonBorderWidth: UndefOr[Double]

    The border width of the scrollbar buttons.

    The border width of the scrollbar buttons.

  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. val enabled: UndefOr[Boolean]

    Enable or disable the scrollbar.

    Enable or disable the scrollbar.

  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  20. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  22. val height: UndefOr[Double]

    The height of the scrollbar.

    The height of the scrollbar. The height also applies to the width of the scroll arrows so that they are always squares. Defaults to 20 for touch devices and 14 for mouse devices.

  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  25. val liveRedraw: UndefOr[Boolean]

    Whether to redraw the main chart as the scrollbar or the navigator zoomed window is moved.

    Whether to redraw the main chart as the scrollbar or the navigator zoomed window is moved. Defaults to true for modern browsers and false for legacy IE browsers as well as mobile devices.

    Since

    1.3

  26. val minWidth: UndefOr[Double]

    The minimum width of the scrollbar.

    The minimum width of the scrollbar.

    Since

    1.2.5

  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  30. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  31. val rifleColor: UndefOr[|[String, Object]]

    The color of the small rifles in the middle of the scrollbar.

  32. val showFull: UndefOr[Boolean]

    Whether to show or hide the scrollbar when the scrolled content is zoomed out to it full extent.

  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toLocaleString(): String
    Definition Classes
    Object
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. val trackBackgroundColor: UndefOr[|[String, Object]]

    The color of the track background.

    The color of the track background.

  37. val trackBorderColor: UndefOr[|[String, Object]]

    The color of the border of the scrollbar track.

    The color of the border of the scrollbar track.

  38. val trackBorderRadius: UndefOr[Double]

    The corner radius of the border of the scrollbar track.

    The corner radius of the border of the scrollbar track.

  39. val trackBorderWidth: Any

    The width of the border of the scrollbar track.

    The width of the border of the scrollbar track.

  40. def valueOf(): Any
    Definition Classes
    Object
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped