WidgetFactory
This is a trait that defines the interface for the widget factory.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object UI5WidgetFactoryobject UI5WidgetFactoryobject WebAwesomeWidgetFactoryobject 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.
Value parameters
- idx
-
the index of the option
- label
-
the label of the option
- selected
-
whether the option is selected
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.
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
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.