Object SimpleFormGenerator

  • All Implemented Interfaces:
    com.embabel.ux.form.FormGenerator

    
    public class SimpleFormGenerator
     implements FormGenerator
                        

    Simple form generator that uses FormField annotations

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      <T extends Any> Form generateForm(KClass<T> dataClass, String title) Generate a form from any class with FormField annotations
      • Methods inherited from class com.embabel.ux.form.FormGenerator

        generateForm
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail