Binding

UI Binding

sequenceDiagram autonumber participant Fore participant boundElement Note over Fore: initUI() Fore->>Fore: refresh(force=true) loop Note right of Fore: binding data and control Fore->>boundElement: refresh(force=true) end