Class EntityForm<T>
- java.lang.Object
-
- org.esa.snap.ui.tooladapter.dialogs.components.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.
-
-
Constructor Summary
Constructors Constructor Description EntityForm(T object)
EntityForm(T object, Map<String,FieldChangeTrigger[]> dependentFieldsActions, Map<String,Function<T,Void>> additionalActions)
-