object Button extends Companion[Button, ButtonBuilder] with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Button
- Serializable
- Companion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type In[K, V] = Key[K, ButtonBuilder, com.raquo.laminar.api.Laminar.Source[V]]
- Attributes
- protected
- Definition Classes
- Companion
- type Out[K, V] = Key[K, ButtonBuilder, com.raquo.laminar.api.Laminar.Sink[V]]
- Attributes
- protected
- Definition Classes
- Companion
- sealed trait Size extends AnyRef
- sealed trait Variant extends AnyRef
- type X = keys.type
- Definition Classes
- Button → Companion
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: (X) => Mod[ButtonBuilder]*): Button
- Definition Classes
- Companion
- 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()
- def empty: ButtonBuilder
- Definition Classes
- Button → Companion
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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])
- val x: keys.type
- Definition Classes
- Button → Companion
- object keys
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)