LaminarWidgetFactory
dev.cheleb.scalamigen.LaminarWidgetFactory
object LaminarWidgetFactory extends WidgetFactory
This is raw laminar implementation of the widget factory.
Attributes
- Graph
-
- Supertypes
- Self type
-
LaminarWidgetFactory.type
Members list
Value members
Concrete methods
Render a button.
Render a checkbox.
Render a date picker.
Render a label for a widget.
Render a link.
Render a numeric input, for numbers.
Render an option.
Render a panel. This is a container for other widgets derived from a case class.
Render a panel. This is a container for other widgets derived from a case class.
Attributes
- Definition Classes
Render a password input, for secret strings.
Render a select.
Render a text input, for strings.
Render an unordered list. This is a container for other widgets derived from a case class.
Render an unordered list. This is a container for other widgets derived from a case class.
Attributes
- Definition Classes
In this article