Packages

class NavigationButtonOptions extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: navigation-buttonOptions

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

Instance Constructors

  1. new NavigationButtonOptions()

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

    Alignment for the buttons.

    Alignment for the buttons.

    Example:
    1. Center aligned

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val enabled: UndefOr[Boolean]

    Whether to enable buttons.

    Whether to enable buttons.

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  12. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  14. val height: UndefOr[Double]

    Pixel height of the buttons.

    Pixel height of the buttons.

    Example:
    1. Bigger buttons

  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  20. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  21. val symbolFill: UndefOr[|[String, Object]]

    Fill color for the symbol within the button.

    Fill color for the symbol within the button.

  22. val symbolSize: UndefOr[Double]

    The pixel size of the symbol on the button.

    The pixel size of the symbol on the button.

    Example:
    1. Bigger buttons

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

    The color of the symbol's stroke or line.

    The color of the symbol's stroke or line.

  24. val symbolStrokeWidth: UndefOr[Double]

    The pixel stroke width of the symbol on the button.

    The pixel stroke width of the symbol on the button.

    Example:
    1. Bigger buttons

  25. val symbolX: UndefOr[Double]

    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

  26. val symbolY: UndefOr[Double]

    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

  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. val text: UndefOr[String]

    A text string to add to the individual button.

    A text string to add to the individual button.

    Since

    1.3

  29. val theme: UndefOr[Object]

    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.

    Since

    1.3

  30. def toLocaleString(): String
    Definition Classes
    Object
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def valueOf(): Any
    Definition Classes
    Object
  33. val verticalAlign: UndefOr[String]

    The vertical alignment of the buttons.

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

  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. val width: UndefOr[Double]

    The pixel width of the button.

    The pixel width of the button.

    Example:
    1. Bigger buttons

  38. val y: UndefOr[Double]

    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