Forms
Forms are generated from fields.
Example
Section titled “Example”@UI("")public class FormExample {
String name; int age;
}Mateu generates inputs automatically.
Key idea
Section titled “Key idea”Fields = inputs.
Forms are generated from fields.
@UI("")public class FormExample {
String name; int age;
}Mateu generates inputs automatically.
Fields = inputs.