dev.cheleb.scalamigen
Members list
Type members
Classlikes
Typeclass for default values.
Typeclass for default values.
This typeclass is used to provide default values for a given type. It is used to provide default values for form fields when creating a new object, for example.
It is necessary to provide a default value for every type used in the application and wrapped in a option.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object given_Defaultable_BigDecimalobject given_Defaultable_BigIntobject given_Defaultable_Booleanobject given_Defaultable_Doubleobject given_Defaultable_Floatobject given_Defaultable_Intobject given_Defaultable_IronTypeobject given_Defaultable_StringShow all
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Defaultable.type
Annotation for field names
Annotation for field names
Use this annotation to specify field names for case class fields.
Attributes
- Supertypes
-
trait StaticAnnotationclass Annotationclass Objecttrait Matchableclass Any
A form for a type A.
A form for a type A.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object given_Form_String
- Self type
-
Form[A]
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ValidationEventclass Objecttrait Matchableclass AnyShow all
- Self type
-
HiddenEvent.type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ValidationEventclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
IronTypeValidator.type
This is raw laminar implementation of the widget factory.
This is raw laminar implementation of the widget factory.
Attributes
- Supertypes
- Self type
-
LaminarWidgetFactory.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NameUtils.type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StaticAnnotationclass Annotationclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StaticAnnotationclass Annotationclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ValidationEventclass Objecttrait Matchableclass AnyShow all
- Self type
-
ShownEvent.type
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ValidationEventclass Objecttrait Matchableclass AnyShow all
- Self type
-
ValidEvent.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object given_Validator_BigDecimalobject given_Validator_BigIntobject given_Validator_Doubleobject given_Validator_Floatobject given_Validator_Intobject given_Validator_StringShow all
This is a trait that defines the interface for the widget factory.
This is a trait that defines the interface for the widget factory.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object UI5WidgetFactoryobject LaminarWidgetFactory
Value members
Concrete methods
Form for a numeric type.
Form for a numeric type.
Attributes
Extensions
Extensions
Render a form for the variable.
Render a form for the variable.
Value parameters
- wf
-
The widget factory.
Attributes
Render a form for the variable.
Render a form for the variable.
Value parameters
- errorBus
-
The error bus.
- wf
-
The widget factory.
Attributes
Buid an error bus for the variable that will be used to display errors.
Buid an error bus for the variable that will be used to display errors.