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