mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-29 10:21:54 -06:00
11 lines
378 B
Plaintext
11 lines
378 B
Plaintext
@startuml
|
|
PDM -> PdmObject: fieldChangedByUi(changedField, oldValue, newValue)
|
|
note right: Called for changed UI field (by the user)
|
|
|
|
PDM -> PdmObject: defineUiOrdering(uiOrdering)
|
|
note right: Called each time the view have to be rebuilt, also after UI field change
|
|
|
|
PDM -> PdmObject: calculateValueOptions(fieldNeedingOptions)
|
|
note right: Called for each visible field
|
|
@enduml
|