Class

chandu0101.scalajs.react.components.materialui

MuiAppBar

Related Doc: package materialui

Permalink

case class MuiAppBar(key: UndefOr[String] = js.undefined, ref: UndefOr[String] = js.undefined, className: UndefOr[String] = js.undefined, iconClassNameLeft: UndefOr[String] = js.undefined, iconClassNameRight: UndefOr[String] = js.undefined, iconElementLeft: UndefOr[japgolly.scalajs.react.vdom.html_<^.VdomElement] = js.undefined, iconElementRight: UndefOr[japgolly.scalajs.react.vdom.html_<^.VdomElement] = js.undefined, iconStyleLeft: UndefOr[CssProperties] = js.undefined, iconStyleRight: UndefOr[CssProperties] = js.undefined, onLeftIconButtonTouchTap: UndefOr[(TouchTapEvent) ⇒ Callback] = js.undefined, onRightIconButtonTouchTap: UndefOr[(TouchTapEvent) ⇒ Callback] = js.undefined, onTitleTouchTap: UndefOr[(TouchTapEvent) ⇒ Callback] = js.undefined, showMenuIconButton: UndefOr[Boolean] = js.undefined, style: UndefOr[CssProperties] = js.undefined, title: UndefOr[japgolly.scalajs.react.vdom.html_<^.VdomNode] = js.undefined, titleStyle: UndefOr[CssProperties] = js.undefined, zDepth: UndefOr[ZDepth] = js.undefined, circle: UndefOr[Boolean] = js.undefined, rounded: UndefOr[Boolean] = js.undefined, transitionEnabled: UndefOr[Boolean] = 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. MuiAppBar
  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 MuiAppBar(key: UndefOr[String] = js.undefined, ref: UndefOr[String] = js.undefined, className: UndefOr[String] = js.undefined, iconClassNameLeft: UndefOr[String] = js.undefined, iconClassNameRight: UndefOr[String] = js.undefined, iconElementLeft: UndefOr[japgolly.scalajs.react.vdom.html_<^.VdomElement] = js.undefined, iconElementRight: UndefOr[japgolly.scalajs.react.vdom.html_<^.VdomElement] = js.undefined, iconStyleLeft: UndefOr[CssProperties] = js.undefined, iconStyleRight: UndefOr[CssProperties] = js.undefined, onLeftIconButtonTouchTap: UndefOr[(TouchTapEvent) ⇒ Callback] = js.undefined, onRightIconButtonTouchTap: UndefOr[(TouchTapEvent) ⇒ Callback] = js.undefined, onTitleTouchTap: UndefOr[(TouchTapEvent) ⇒ Callback] = js.undefined, showMenuIconButton: UndefOr[Boolean] = js.undefined, style: UndefOr[CssProperties] = js.undefined, title: UndefOr[japgolly.scalajs.react.vdom.html_<^.VdomNode] = js.undefined, titleStyle: UndefOr[CssProperties] = js.undefined, zDepth: UndefOr[ZDepth] = js.undefined, circle: UndefOr[Boolean] = js.undefined, rounded: UndefOr[Boolean] = js.undefined, transitionEnabled: UndefOr[Boolean] = 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: japgolly.scalajs.react.vdom.html_<^.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

    Can be used to render a tab inside an app bar for instance.

  5. final def asInstanceOf[T0]: T0

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

    Permalink
  7. val className: UndefOr[String]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  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. val iconClassNameLeft: UndefOr[String]

    Permalink
  13. val iconClassNameRight: UndefOr[String]

    Permalink
  14. val iconElementLeft: UndefOr[japgolly.scalajs.react.vdom.html_<^.VdomElement]

    Permalink
  15. val iconElementRight: UndefOr[japgolly.scalajs.react.vdom.html_<^.VdomElement]

    Permalink
  16. val iconStyleLeft: UndefOr[CssProperties]

    Permalink
  17. val iconStyleRight: UndefOr[CssProperties]

    Permalink
  18. final def isInstanceOf[T0]: Boolean

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

    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 onLeftIconButtonTouchTap: UndefOr[(TouchTapEvent) ⇒ Callback]

    Permalink
  24. val onRightIconButtonTouchTap: UndefOr[(TouchTapEvent) ⇒ Callback]

    Permalink
  25. val onTitleTouchTap: UndefOr[(TouchTapEvent) ⇒ Callback]

    Permalink
  26. val ref: UndefOr[String]

    Permalink
  27. val rounded: UndefOr[Boolean]

    Permalink
  28. val showMenuIconButton: UndefOr[Boolean]

    Permalink
  29. val style: UndefOr[CssProperties]

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

    Permalink
    Definition Classes
    AnyRef
  31. val title: UndefOr[japgolly.scalajs.react.vdom.html_<^.VdomNode]

    Permalink
  32. val titleStyle: UndefOr[CssProperties]

    Permalink
  33. val transitionEnabled: UndefOr[Boolean]

    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 zDepth: UndefOr[ZDepth]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped