The viewport should contain a LoadMask
- The
App.container.Viewportcontains 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
getComponentallow to retrieve the viewport from anywhere. - The viewport method
getMask().show()orhide()allow to play with the mask.