public interface ProcessFormVariablesCollector
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
collectInjectedProcessVariables(io.jmix.ui.screen.FrameOwner frameOwner)
Collects values of all controller fields annotated with the
ProcessVariable. |
java.util.Map<java.lang.String,java.lang.Object> collectInjectedProcessVariables(io.jmix.ui.screen.FrameOwner frameOwner)
ProcessVariable.
If the field is a UI component, then component value is collected.
If the frameOwner is a Screen then process variables will also be collected from all nested
fragments
frameOwner - Process form UI controller