Package com.embabel.ux.form
Class FormGeneratorKt
-
- All Implemented Interfaces:
public final class FormGeneratorKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> FormgenerateForm(FormGenerator $self, String title)Generate a form from any class with FormField annotations -
-
Method Detail
-
generateForm
final static <T extends Any> Form generateForm(FormGenerator $self, String title)
Generate a form from any class with FormField annotations
-
-
-
-