lui.stack

package lui.stack

Members list

Type members

Classlikes

case class Banner(root: HtmlElement) extends Component

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Component
trait Modifier[HtmlElement]
class Object
trait Matchable
class Any
Show all
object Banner extends Companion[Banner, BannerBuilder]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Companion[Banner, BannerBuilder]
class Object
trait Matchable
class Any
Show all
Self type
Banner.type
case class Button(root: HtmlElement, click: EventStream[Unit]) extends Component

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Component
trait Modifier[HtmlElement]
class Object
trait Matchable
class Any
Show all
object Button extends Companion[Button, ButtonBuilder]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Companion[Button, ButtonBuilder]
class Object
trait Matchable
class Any
Show all
Self type
Button.type
case class CheckGroup(root: HtmlElement, checked: Signal[Seq[String]]) extends Component

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Component
trait Modifier[HtmlElement]
class Object
trait Matchable
class Any
Show all
object CheckGroup extends Companion[CheckGroup, CheckGroupBuilder]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Companion[CheckGroup, CheckGroupBuilder]
class Object
trait Matchable
class Any
Show all
Self type
CheckGroup.type
case class Checkbox(root: HtmlElement, checked: Signal[(String, Boolean)]) extends Component

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Component
trait Modifier[HtmlElement]
class Object
trait Matchable
class Any
Show all
object Checkbox extends Companion[Checkbox, CheckboxBuilder]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Companion[Checkbox, CheckboxBuilder]
class Object
trait Matchable
class Any
Show all
Self type
Checkbox.type
case class Modal(root: HtmlElement) extends Component

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Component
trait Modifier[HtmlElement]
class Object
trait Matchable
class Any
Show all
object Modal extends Companion[Modal, ModalBuilder]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Companion[Modal, ModalBuilder]
class Object
trait Matchable
class Any
Show all
Self type
Modal.type
class NavigationGroup[T](val root: HtmlElement, val value: EventStream[T]) extends Comp

Attributes

Companion
object
Supertypes
trait Comp
trait Component
trait Modifier[HtmlElement]
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
case class NavigationGroupBuilder[T](children: Source[Seq[NavigationItem[T]]], value: Sink[T], theme: Source[NavigationStyle]) extends Builder[NavigationGroup[T]]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Builder[NavigationGroup[T]]
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class NavigationItem[T](root: HtmlElement, clicks: EventStream[T], active: Sink[T]) extends Comp

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Comp
trait Component
trait Modifier[HtmlElement]
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait NavigationStyle

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class Popover(root: HtmlElement) extends Comp

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Comp
trait Component
trait Modifier[HtmlElement]
class Object
trait Matchable
class Any
Show all
object Popover extends Companion[Popover, PopoverBuilder]

Popover's parent element must be position: relative

Popover's parent element must be position: relative

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Companion[Popover, PopoverBuilder]
class Object
trait Matchable
class Any
Show all
Self type
Popover.type
case class RadioGroup(root: HtmlElement, checked: Signal[Option[String]]) extends Comp

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Comp
trait Component
trait Modifier[HtmlElement]
class Object
trait Matchable
class Any
Show all
object RadioGroup extends Companion[RadioGroup, RadioGroupBuilder]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Companion[RadioGroup, RadioGroupBuilder]
class Object
trait Matchable
class Any
Show all
Self type
RadioGroup.type
case class RadioOption(root: HtmlElement, checked: Signal[(String, Boolean)]) extends Comp

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Comp
trait Component
trait Modifier[HtmlElement]
class Object
trait Matchable
class Any
Show all
object RadioOption extends Companion[RadioOption, RadioOptionBuilder]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Companion[RadioOption, RadioOptionBuilder]
class Object
trait Matchable
class Any
Show all
Self type
case class Select(root: HtmlElement, value: EventStream[Int]) extends Comp

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Comp
trait Component
trait Modifier[HtmlElement]
class Object
trait Matchable
class Any
Show all
object Select extends Companion[Select, SelectBuilder]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Companion[Select, SelectBuilder]
class Object
trait Matchable
class Any
Show all
Self type
Select.type
case class TextArea(root: HtmlElement, value: Signal[String]) extends Comp

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Comp
trait Component
trait Modifier[HtmlElement]
class Object
trait Matchable
class Any
Show all
object TextArea extends Companion[TextArea, TextAreaBuilder]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Companion[TextArea, TextAreaBuilder]
class Object
trait Matchable
class Any
Show all
Self type
TextArea.type
case class TextField(root: HtmlElement, value: Signal[String]) extends Comp

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Comp
trait Component
trait Modifier[HtmlElement]
class Object
trait Matchable
class Any
Show all
object TextField extends Companion[TextField, TextFieldBuilder]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Companion[TextField, TextFieldBuilder]
class Object
trait Matchable
class Any
Show all
Self type
TextField.type

Value members

Concrete methods

Inherited fields

val active: InSyntax[active]

Attributes

Inherited from:
ActiveKey (hidden)
val checked: OutSyntax[checked]

Attributes

Inherited from:
CheckedKey (hidden)
val child: InSyntax[child]

Attributes

Inherited from:
ChildKey (hidden)
val children: InSyntax[children]

Attributes

Inherited from:
ChildrenKey (hidden)
val description: InSyntax[description]

Attributes

Inherited from:
DescriptionKey (hidden)
val disabled: InSyntax[disabled]

Attributes

Inherited from:
DisabledKey (hidden)
val horizontal: InSyntax[horizontal]

Attributes

Inherited from:
HorizontalKey (hidden)
val inChecked: InSyntax[inChecked]

Attributes

Inherited from:
InCheckedKey (hidden)
val inValue: InSyntax[inValue]

Attributes

Inherited from:
InValueKey (hidden)
val label: InSyntax[label]

Attributes

Inherited from:
LabelKey (hidden)
val loading: InSyntax[loading]

Attributes

Inherited from:
LoadingKey (hidden)
val message: InSyntax[message]

Attributes

Inherited from:
MessageKey (hidden)
val name: InSyntax[name]

Attributes

Inherited from:
NameKey (hidden)
val options: InSyntax[options]

Attributes

Inherited from:
OptionsKey (hidden)
val placeholder: InSyntax[placeholder]

Attributes

Inherited from:
PlaceholderKey (hidden)
val selected: InSyntax[selected]

Attributes

Inherited from:
SelectedKey (hidden)
val size: InSyntax[size]

Attributes

Inherited from:
SizeKey (hidden)
val theme: InSyntax[theme]

Attributes

Inherited from:
ThemeKey (hidden)
val title: InSyntax[title]

Attributes

Inherited from:
TitleKey (hidden)
val value: OutSyntax[value]

Attributes

Inherited from:
ValueKey (hidden)
val variant: InSyntax[variant]

Attributes

Inherited from:
VariantKey (hidden)
val withCloseButton: InSyntax[withCloseButton]

Attributes

Inherited from:
WithCloseButtonKey (hidden)