WidgetFactory
This is a trait that defines the interface for the widget factory.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object UI5WidgetFactoryobject LaminarWidgetFactory
Members list
Value members
Abstract methods
Render a button.
Render a button.
Attributes
Render a checkbox.
Render a checkbox.
Attributes
Render a date picker.
Render a date picker.
Attributes
Render a label for a widget.
Render a label for a widget.
Attributes
Render a link.
Render a link.
Attributes
Render a numeric input, for numbers.
Render a numeric input, for numbers.
Attributes
Render an option.
Render an option.
Attributes
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
Render a password input, for secret strings.
Render a password input, for secret strings.
Attributes
Render a select.
Render a select.
Attributes
Render a text input, for strings.
Render a text input, for strings.
Attributes
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.