dev.cheleb.scalamigen.Form
See theForm companion object
Attributes
Companion
object
Graph
Reset zoom Hide graph Show graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
Members list
Render a form for a variable.
Render a form for a variable.
Sometimes the form is a part of a larger form and the parent form needs to be updated when the variable changes. This is the purpose of the syncParent function.
Value parameters
factory
the widget factory
syncParent
a function to sync the parent state
variable
the variable to render
Attributes
Parse a string and return an Option[A].
Parse a string and return an Option[A].
Attributes