LaminarWidgetFactory
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.
Attributes
- Definition Classes
Render a label for a widget.
Render a link.
Render a numeric input, for numbers.
Render an option.
Render an option.
Value parameters
- idx
-
the index of the option
- label
-
the label of the option
- selected
-
whether the option is selected
Attributes
- Definition Classes
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 select.
Value parameters
- f
-
a callback function that is called when the selected option changes, this function receives the new index as a parameter and should update the model accordingly.
- selectedIndex
-
the index of the initially selected option
Attributes
- Definition Classes
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