object Modal extends ReactBridgeComponent
Bridge to [ReactBootstrap](http://react-bootstrap.github.io/)'s Modal components
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Modal
- ReactBridgeComponent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(animation: UndefOr[Boolean] = true, keyboard: UndefOr[Boolean] = true, show: UndefOr[Boolean] = false, size: UndefOr[String] = js.undefined, onHide: UndefOr[() => Callback] = js.undefined, onExit: UndefOr[() => Callback] = js.undefined, onExited: UndefOr[() => Callback] = js.undefined, onExiting: UndefOr[() => Callback] = js.undefined, onEnter: UndefOr[() => Callback] = js.undefined, onEntered: UndefOr[() => Callback] = js.undefined, onEntering: UndefOr[() => Callback] = js.undefined): WithProps
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- macro def auto: WithProps
- Definition Classes
- ReactBridgeComponent
- macro def autoNoChildren: WithPropsNoChildren
- Definition Classes
- ReactBridgeComponent
- macro def autoNoTagMods: WithPropsAndTagsMods
- Definition Classes
- ReactBridgeComponent
- macro def autoNoTagModsNoChildren: VdomElement
- Definition Classes
- ReactBridgeComponent
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- lazy val componentName: String
- Attributes
- protected
- Definition Classes
- ReactBridgeComponent
- lazy val componentNamespace: String
- Attributes
- protected
- Definition Classes
- ReactBridgeComponent
- lazy val componentValue: Any
- Attributes
- protected
- Definition Classes
- Modal → ReactBridgeComponent
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val jsComponent: JsComponentType
- Attributes
- protected
- Definition Classes
- ReactBridgeComponent
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()