Button

lui.stack.Button
See theButton companion class
object Button extends Companion[Button, ButtonBuilder]

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait Companion[Button, ButtonBuilder]
class Object
trait Matchable
class Any
Show all
Self type
Button.type

Members list

Type members

Classlikes

sealed trait Size

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed trait Variant

Attributes

Supertypes
class Object
trait Matchable
class Any
object keys

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
keys.type

Types

type X = keys.type

Inherited types

protected type In[K, V] = Key[K, B, Source[V]]

Attributes

Inherited from:
Companion
type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
protected type Out[K, V] = Key[K, B, Sink[V]]

Attributes

Inherited from:
Companion

Value members

Concrete methods

def empty: ButtonBuilder

Inherited methods

def apply(mods: X => () => ButtonBuilder*): C

Attributes

Inherited from:
Companion

Implicits

Implicits

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]