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
def hasSectionsForBlocks: Boolean
Inherited from
FragmentBuilder

Extensions

Extensions

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