harness.webUI.widgets

Members list

Concise view

Type members

Classlikes

object Common

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Common.type
object Files

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Files.type
object NavBar

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
NavBar.type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case object Submit extends SubmitOr[Nothing]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SubmitOr[Nothing]
class Object
trait Matchable
class Any
Self type
Submit.type
sealed trait SubmitOr[+A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Submit.type
final case class SubmitOrAction[+A](action: A) extends SubmitOr[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SubmitOr[A]
class Object
trait Matchable
class Any
object SumWidget

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Types

type Submit = Submit.type

Value members

Concrete methods

def formInput[V](using evidence$1: StringDecoder[V]): NodeWidgetAV[Submit, String, Option[V]]
def formTextArea[V](using evidence$2: StringDecoder[V]): NodeWidgetAV[Submit, String, Option[V]]