object Button
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Button
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Component(root: HtmlElement, click: com.raquo.laminar.api.Laminar.Source[Unit]) extends Product with Serializable
- case class Param(label: com.raquo.laminar.api.Laminar.Source[String], value: com.raquo.laminar.api.Laminar.Sink[Unit], size: com.raquo.laminar.api.Laminar.Source[Size], variant: com.raquo.laminar.api.Laminar.Source[Variant], selected: com.raquo.laminar.api.Laminar.Source[Boolean], loading: com.raquo.laminar.api.Laminar.Source[Boolean], dropdown: com.raquo.laminar.api.Laminar.Source[Boolean], disabled: com.raquo.laminar.api.Laminar.Source[Boolean]) extends Product with Serializable
- sealed trait Size extends AnyRef
- sealed trait Variant extends AnyRef
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
- val Danger: Variant
- val Large: Size
- val Medium: Size
- val Muted: Variant
- val Primary: Variant
- val SecondaryClear: Variant
- val SecondaryFilled: Variant
- val SecondaryOutlined: Variant
- val Small: Size
- def apply(mods: Mod[Param]*): Component
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val assignDisabled: In[disabled, Boolean]
- implicit val assignDropdown: In[dropdown, Boolean]
- implicit val assignLabel: In[label, String]
- implicit val assignLoading: In[loading, Boolean]
- implicit val assignOut: Out[value, Unit]
- implicit val assignSelected: In[selected, Boolean]
- implicit val assignSize: In[size, Size]
- implicit val assignVariant: In[variant, Variant]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromParam(b: Param): Component
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Component extends Serializable
- object Param extends Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)