harness.webUI

Members list

Concise view

Type members

Classlikes

final case class KeyCode(name: String, keyCode: Int)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object KeyCode

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
KeyCode.type
sealed trait Page

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Page

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Page.type
trait PageApp extends ZIOApp

Attributes

Companion:
object
Graph
Supertypes
trait ZIOApp
trait ZIOAppVersionSpecific
class Object
trait Matchable
class Any
object PageApp

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
PageApp.type
final case class PageMessage(id: UUID, title: String, logLevel: LogLevel, style: CModifier)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class PageState[+S](pageMessages: List[PageMessage], state: S)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object PageState

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait Raise[+A, +S]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Action[A]
class ModifyState[S]
trait Standard
trait History
class Go
class Push
class Replace
object Raise

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Raise.type
abstract class RaiseHandler[-A, -S]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait RouteMatcher[I]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final case class Url(path: List[String], params: Map[String, String])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Url

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Url.type