FormWidgets

harness.webUI.widgets.FormWidgets$
object FormWidgets

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class FormWidget[A, S, V](widget: NodeWidgetAV[A, S, Option[V]], groupStyle: Option[StyleSheetPart], inputStyle: Option[StyleSheetPart], labelStyle: Option[StyleSheetPart])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def textArea[V](using evidence$2: StringDecoder[V]): FormWidget[Submit, String, V]
def textInput[V](using evidence$1: StringDecoder[V]): FormWidget[Submit, String, V]