FormDsl

trait FormDsl extends FragmentBuilder with FormFragmentFactory

Dsl for creating Forms in a mutable specification

trait FragmentBuilder
class Object
trait Matchable
class Any

Value members

Concrete methods

def insertForm[T](aForm: => T)(using evidence$1: HasForm[T]): Fragment

Inherited methods

def FormFragment[T](aForm: => T)(using evidence$1: HasForm[T]): Fragment
Inherited from:
FormFragmentFactory
def addFragment(f: Fragment): Fragment
Inherited from:
FragmentBuilder
def addFragments(fs: Fragments): Fragments
Inherited from:
FragmentBuilder
def addFragmentsBlock(block: => Fragments): Fragments
Inherited from:
FragmentBuilder
def addSections(): Unit
Inherited from:
FragmentBuilder
Inherited from:
FragmentBuilder

Extensions

Extensions

extension [T](aForm: => T)
def insert(using evidence$2: HasForm[T]): Fragment