Button

lui.stack.Button
object Button

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Button.type

Members list

Type members

Classlikes

case class Component(root: HtmlElement, click: Source[Unit])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Component

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Component.type
case class Param(label: Source[String], value: Sink[Unit], size: Source[Size], variant: Source[Variant], selected: Source[Boolean], loading: Source[Boolean], dropdown: Source[Boolean], disabled: Source[Boolean])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Param

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Param.type
sealed trait Size

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed trait Variant

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(mods: () => Param*): Component

Implicits

Implicits

implicit val assignDisabled: Key[disabled, Param, Source[Boolean]]
implicit val assignDropdown: Key[dropdown, Param, Source[Boolean]]
implicit val assignLabel: Key[label, Param, Source[String]]
implicit val assignLoading: Key[loading, Param, Source[Boolean]]
implicit val assignOut: Key[value, Param, Sink[Unit]]
implicit val assignSelected: Key[selected, Param, Source[Boolean]]
implicit val assignSize: Key[size, Param, Source[Size]]
implicit val assignVariant: Key[variant, Param, Source[Variant]]