Class

chandu0101.scalajs.react.components.materialui

MuiDropDownMenu

Related Doc: package materialui

Permalink

case class MuiDropDownMenu[T](key: UndefOr[String] = js.undefined, ref: UndefOr[(MuiDropDownMenuM) ⇒ Unit] = js.undefined, animated: UndefOr[Boolean] = js.undefined, animation: UndefOr[Function] = js.undefined, autoWidth: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, iconButton: UndefOr[VdomNode] = js.undefined, iconStyle: UndefOr[CssProperties] = js.undefined, labelStyle: UndefOr[CssProperties] = js.undefined, listStyle: UndefOr[CssProperties] = js.undefined, maxHeight: UndefOr[Int] = js.undefined, menuItemStyle: UndefOr[CssProperties] = js.undefined, menuStyle: UndefOr[CssProperties] = js.undefined, onChange: UndefOr[(TouchTapEvent, Int, T) ⇒ Callback] = js.undefined, onClose: UndefOr[Callback] = js.undefined, openImmediately: UndefOr[Boolean] = js.undefined, selectedMenuItemStyle: UndefOr[CssProperties] = js.undefined, style: UndefOr[CssProperties] = js.undefined, underlineStyle: UndefOr[CssProperties] = js.undefined, value: UndefOr[T] = 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. MuiDropDownMenu
  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 MuiDropDownMenu(key: UndefOr[String] = js.undefined, ref: UndefOr[(MuiDropDownMenuM) ⇒ Unit] = js.undefined, animated: UndefOr[Boolean] = js.undefined, animation: UndefOr[Function] = js.undefined, autoWidth: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, iconButton: UndefOr[VdomNode] = js.undefined, iconStyle: UndefOr[CssProperties] = js.undefined, labelStyle: UndefOr[CssProperties] = js.undefined, listStyle: UndefOr[CssProperties] = js.undefined, maxHeight: UndefOr[Int] = js.undefined, menuItemStyle: UndefOr[CssProperties] = js.undefined, menuStyle: UndefOr[CssProperties] = js.undefined, onChange: UndefOr[(TouchTapEvent, Int, T) ⇒ Callback] = js.undefined, onClose: UndefOr[Callback] = js.undefined, openImmediately: UndefOr[Boolean] = js.undefined, selectedMenuItemStyle: UndefOr[CssProperties] = js.undefined, style: UndefOr[CssProperties] = js.undefined, underlineStyle: UndefOr[CssProperties] = js.undefined, value: UndefOr[T] = 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. val animated: UndefOr[Boolean]

    Permalink
  5. val animation: UndefOr[Function]

    Permalink
  6. 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 MenuItems to populate the Menu with. If the MenuItems have the prop label that value will be used to render the representation of that item within the field.

  7. final def asInstanceOf[T0]: T0

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

    Permalink
  9. val className: UndefOr[String]

    Permalink
  10. def clone(): AnyRef

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. val iconButton: UndefOr[VdomNode]

    Permalink
  16. val iconStyle: UndefOr[CssProperties]

    Permalink
  17. final def isInstanceOf[T0]: Boolean

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

    Permalink
  19. val labelStyle: UndefOr[CssProperties]

    Permalink
  20. val listStyle: UndefOr[CssProperties]

    Permalink
  21. val maxHeight: UndefOr[Int]

    Permalink
  22. val menuItemStyle: UndefOr[CssProperties]

    Permalink
  23. val menuStyle: UndefOr[CssProperties]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. val onChange: UndefOr[(TouchTapEvent, Int, T) ⇒ Callback]

    Permalink
  28. val onClose: UndefOr[Callback]

    Permalink
  29. val openImmediately: UndefOr[Boolean]

    Permalink
  30. val ref: UndefOr[(MuiDropDownMenuM) ⇒ Unit]

    Permalink
  31. val selectedMenuItemStyle: UndefOr[CssProperties]

    Permalink
  32. val style: UndefOr[CssProperties]

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

    Permalink
    Definition Classes
    AnyRef
  34. val underlineStyle: UndefOr[CssProperties]

    Permalink
  35. val value: UndefOr[T]

    Permalink
  36. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped