The viewport should contain a LoadMask
- The
App.container.Viewport
contains theExt.LoadMask
. The mask is create once when the component is created. - Any widget, running a load operation, have to mask the viewport and have to use it.
- The method
getComponent
allow to retrieve the viewport from anywhere. - The viewport method
getMask().show()
orhide()
allow to play with the mask.