lui.stack
package lui.stack
Members list
Type members
Classlikes
case class Banner(root: HtmlElement) extends Component
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Componenttrait Modifier[HtmlElement]class Objecttrait Matchableclass AnyShow all
case class Button(root: HtmlElement, click: EventStream[Unit]) extends Component
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Componenttrait Modifier[HtmlElement]class Objecttrait Matchableclass AnyShow all
case class CheckGroup(root: HtmlElement, checked: Signal[Seq[String]]) extends Component
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Componenttrait Modifier[HtmlElement]class Objecttrait Matchableclass AnyShow all
object CheckGroup extends Companion[CheckGroup, CheckGroupBuilder]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass AnyShow all
- Self type
-
CheckGroup.type
case class Checkbox(root: HtmlElement, checked: Signal[(String, Boolean)]) extends Component
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Componenttrait Modifier[HtmlElement]class Objecttrait Matchableclass AnyShow all
case class Modal(root: HtmlElement) extends Component
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Componenttrait Modifier[HtmlElement]class Objecttrait Matchableclass AnyShow all
class NavigationGroup[T](val root: HtmlElement, val value: EventStream[T]) extends Comp
Attributes
- Companion
- object
- Supertypes
-
trait Comptrait Componenttrait Modifier[HtmlElement]class Objecttrait Matchableclass AnyShow all
object NavigationGroup
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NavigationGroup.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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object NavigationGroupBuilder
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
case class NavigationItem[T](root: HtmlElement, clicks: EventStream[T], active: Sink[T]) extends Comp
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Comptrait Componenttrait Modifier[HtmlElement]class Objecttrait Matchableclass AnyShow all
object NavigationItem
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
NavigationItem.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object NavigationStyle
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
NavigationStyle.type
case class Popover(root: HtmlElement) extends Comp
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Comptrait Componenttrait Modifier[HtmlElement]class Objecttrait Matchableclass AnyShow all
case class RadioGroup(root: HtmlElement, checked: Signal[Option[String]]) extends Comp
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Comptrait Componenttrait Modifier[HtmlElement]class Objecttrait Matchableclass AnyShow all
object RadioGroup extends Companion[RadioGroup, RadioGroupBuilder]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass AnyShow all
- Self type
-
RadioGroup.type
case class RadioOption(root: HtmlElement, checked: Signal[(String, Boolean)]) extends Comp
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Comptrait Componenttrait Modifier[HtmlElement]class Objecttrait Matchableclass AnyShow all
object RadioOption extends Companion[RadioOption, RadioOptionBuilder]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass AnyShow all
- Self type
-
RadioOption.type
case class Select(root: HtmlElement, value: EventStream[Int]) extends Comp
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Comptrait Componenttrait Modifier[HtmlElement]class Objecttrait Matchableclass AnyShow all
case class TextArea(root: HtmlElement, value: Signal[String]) extends Comp
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Comptrait Componenttrait Modifier[HtmlElement]class Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Inherited fields
Attributes
- Inherited from:
- ActiveKey (hidden)
Attributes
- Inherited from:
- CheckedKey (hidden)
Attributes
- Inherited from:
- ChildKey (hidden)
Attributes
- Inherited from:
- ChildrenKey (hidden)
Attributes
- Inherited from:
- DescriptionKey (hidden)
Attributes
- Inherited from:
- DisabledKey (hidden)
Attributes
- Inherited from:
- DropdownKey (hidden)
Attributes
- Inherited from:
- HorizontalKey (hidden)
Attributes
- Inherited from:
- InCheckedKey (hidden)
Attributes
- Inherited from:
- InValueKey (hidden)
Attributes
- Inherited from:
- LabelKey (hidden)
Attributes
- Inherited from:
- LoadingKey (hidden)
Attributes
- Inherited from:
- MessageKey (hidden)
Attributes
- Inherited from:
- NameKey (hidden)
Attributes
- Inherited from:
- OptionsKey (hidden)
Attributes
- Inherited from:
- PlaceholderKey (hidden)
Attributes
- Inherited from:
- SelectedKey (hidden)
Attributes
- Inherited from:
- SizeKey (hidden)
Attributes
- Inherited from:
- ThemeKey (hidden)
Attributes
- Inherited from:
- TitleKey (hidden)
Attributes
- Inherited from:
- ValueKey (hidden)
Attributes
- Inherited from:
- VariantKey (hidden)
Attributes
- Inherited from:
- WithCloseButtonKey (hidden)
In this article