Klasse DefaultBean2Form

java.lang.Object
jwebform.integration.bean2form.DefaultBean2Form
Alle implementierten Schnittstellen:
Bean2Form

public class DefaultBean2Form extends Object implements Bean2Form
Standard implementation for Bean2Form. Considers Bean-Validation if available, can be injected with Fieldcreators Only public fields in the Bean are considered, not the methods! You have to init each field. Can handle @Ignore, @UseDecoration and @UseFieldType Annoations

Example: public MyForm { public String firstname=""; public String lastname=""; }