harness.webUI

package harness.webUI

Members list

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Page

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Page.type
trait PageApp[EnvFromServer <: HasStdClientConfig] extends ZIOApp

Attributes

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

Attributes

Companion
trait
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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object PageMessage

Attributes

Companion
class
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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object PageState

Attributes

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

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Self type
RaiseHandler[A, S]
object RaiseHandler

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Self type
object RouteMatcher

Attributes

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

Attributes

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

Attributes

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

Types

type PageLoadTask[+A] = ZIO[HarnessEnv & ClientT, UIError, A]
type PageTask[+A] = ZIO[HarnessEnv & ClientT, Failure, A]