In UI component life cycle, how the event flow or how it methods are called prefer sequence?. does any one have the idea about UI component life cycle. I am looking solution with example to clear my doubt.
createChildren()
commitProperties()
measured()
updateDisplayList()
createChildren()
commitProperties()
measured()
updateDisplayList()
