Class

chandu0101.scalajs.react.components.materialui

MuiMenu

Related Doc: package materialui

Permalink

case class MuiMenu[T](key: UndefOr[String] = js.undefined, ref: UndefOr[(MuiMenuM) ⇒ Unit] = js.undefined, autoWidth: UndefOr[Boolean] = js.undefined, desktop: UndefOr[Boolean] = js.undefined, disableAutoFocus: UndefOr[Boolean] = js.undefined, initiallyKeyboardFocused: UndefOr[Boolean] = js.undefined, listStyle: UndefOr[CssProperties] = js.undefined, maxHeight: UndefOr[Int] = js.undefined, menuItemStyle: UndefOr[CssProperties] = js.undefined, multiple: UndefOr[Boolean] = js.undefined, onChange: UndefOr[(TouchTapEvent, |[T, Array[T]]) ⇒ Callback] = js.undefined, onEscKeyDown: UndefOr[(japgolly.scalajs.react.ReactKeyboardEvent) ⇒ Callback] = js.undefined, onItemTouchTap: UndefOr[(TouchTapEvent, RawMounted) ⇒ Callback] = js.undefined, onKeyDown: UndefOr[(japgolly.scalajs.react.ReactKeyboardEvent) ⇒ Callback] = js.undefined, onMenuItemFocusChange: UndefOr[(UndefOr[japgolly.scalajs.react.ReactEvent], Int) ⇒ Callback] = js.undefined, selectedMenuItemStyle: UndefOr[CssProperties] = js.undefined, style: UndefOr[CssProperties] = js.undefined, value: UndefOr[|[T, Array[T]]] = js.undefined, valueLink: UndefOr[Any] = js.undefined, width: UndefOr[|[String, Double]] = js.undefined) extends Product with Serializable

This file is generated - submit issues instead of PR against it

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MuiMenu
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MuiMenu(key: UndefOr[String] = js.undefined, ref: UndefOr[(MuiMenuM) ⇒ Unit] = js.undefined, autoWidth: UndefOr[Boolean] = js.undefined, desktop: UndefOr[Boolean] = js.undefined, disableAutoFocus: UndefOr[Boolean] = js.undefined, initiallyKeyboardFocused: UndefOr[Boolean] = js.undefined, listStyle: UndefOr[CssProperties] = js.undefined, maxHeight: UndefOr[Int] = js.undefined, menuItemStyle: UndefOr[CssProperties] = js.undefined, multiple: UndefOr[Boolean] = js.undefined, onChange: UndefOr[(TouchTapEvent, |[T, Array[T]]) ⇒ Callback] = js.undefined, onEscKeyDown: UndefOr[(japgolly.scalajs.react.ReactKeyboardEvent) ⇒ Callback] = js.undefined, onItemTouchTap: UndefOr[(TouchTapEvent, RawMounted) ⇒ Callback] = js.undefined, onKeyDown: UndefOr[(japgolly.scalajs.react.ReactKeyboardEvent) ⇒ Callback] = js.undefined, onMenuItemFocusChange: UndefOr[(UndefOr[japgolly.scalajs.react.ReactEvent], Int) ⇒ Callback] = js.undefined, selectedMenuItemStyle: UndefOr[CssProperties] = js.undefined, style: UndefOr[CssProperties] = js.undefined, value: UndefOr[|[T, Array[T]]] = js.undefined, valueLink: UndefOr[Any] = js.undefined, width: UndefOr[|[String, Double]] = js.undefined)

    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. def apply(children: VdomNode*): UnmountedWithRoot[Object, MountedWithRoot[[A]A, Object, Null, ReactComponent[_ <: Object, _ <: Object], Object, Null], Object, MountedWithRoot[[A]A, Object, Null, ReactComponent[_ <: Object, _ <: Object], Object, Null]]

    Permalink

    children

    The content of the menu. This is usually used to pass MenuItem elements.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val autoWidth: UndefOr[Boolean]

    Permalink
  7. def clone(): AnyRef

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

    Permalink
  9. val disableAutoFocus: UndefOr[Boolean]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. val initiallyKeyboardFocused: UndefOr[Boolean]

    Permalink
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val key: UndefOr[String]

    Permalink
  16. val listStyle: UndefOr[CssProperties]

    Permalink
  17. val maxHeight: UndefOr[Int]

    Permalink
  18. val menuItemStyle: UndefOr[CssProperties]

    Permalink
  19. val multiple: UndefOr[Boolean]

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. val onChange: UndefOr[(TouchTapEvent, |[T, Array[T]]) ⇒ Callback]

    Permalink
  24. val onEscKeyDown: UndefOr[(japgolly.scalajs.react.ReactKeyboardEvent) ⇒ Callback]

    Permalink
  25. val onItemTouchTap: UndefOr[(TouchTapEvent, RawMounted) ⇒ Callback]

    Permalink
  26. val onKeyDown: UndefOr[(japgolly.scalajs.react.ReactKeyboardEvent) ⇒ Callback]

    Permalink
  27. val onMenuItemFocusChange: UndefOr[(UndefOr[japgolly.scalajs.react.ReactEvent], Int) ⇒ Callback]

    Permalink
  28. val ref: UndefOr[(MuiMenuM) ⇒ Unit]

    Permalink
  29. val selectedMenuItemStyle: UndefOr[CssProperties]

    Permalink
  30. val style: UndefOr[CssProperties]

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

    Permalink
    Definition Classes
    AnyRef
  32. val value: UndefOr[|[T, Array[T]]]

    Permalink
  33. val valueLink: UndefOr[Any]

    Permalink
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. val width: UndefOr[|[String, Double]]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped