SimpleFormGenerator

Simple form generator that uses FormField annotations

Functions

Link copied to clipboard
open fun <T : Any> generateForm(dataClass: Class<T>, title: String): Form

open override fun <T : Any> generateForm(dataClass: KClass<T>, title: String): Form

Generate a form from any class with FormField annotations

Link copied to clipboard
inline fun <T : Any> FormGenerator.generateForm(title: String): Form

Generate a form from any class with FormField annotations