Class UnknownFormElement

java.lang.Object
org.minimalj.frontend.form.element.TextFormElement
org.minimalj.frontend.form.element.UnknownFormElement
All Implemented Interfaces:
FormElement<java.lang.Object>

public class UnknownFormElement
extends TextFormElement
If no FormElement class is found for a property then a TypeUnknownField is created to show the developer what is missing.