Class EntityForm<T>


  • public class EntityForm<T>
    extends Object
    Generic form for simplified binding of an object instance. Allows for property dependencies (i.e. if one property changes, a dependent one will change based on a function of the first one). Allows for additional actions to be performed.