HtmlUIBuilder

works.iterative.ui.model.HtmlUIBuilder
trait HtmlUIBuilder[Node, Context, Sub[_]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

final case class Block(id: Id, title: Title, subtitle: Subtitle, status: Status, actions: Actions, content: Content, filter: Filter, footer: Footer) extends UIElement

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Block.type
final case class Blocks(id: String, title: Option[Title], items: Vector[Block]) extends UIElement

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Blocks.type
class UIConfig(values: (String, Any)*) extends Selectable

Attributes

Supertypes
trait Selectable
class Object
trait Matchable
class Any
sealed trait UIElement

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Block
class Blocks

Attributes

Supertypes
class Object
trait Matchable
class Any

Types

type Ctx = Context
type Output = Node
type Render[+A] = Ctx ?=> A
type RenderBlock = () ?=> Block
type Rendered = () ?=> Output