documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Improve screen mixins documentation

Open alexander-shustanov opened this issue 5 years ago • 0 comments

https://doc.cuba-platform.com/manual-7.0/screen_mixins.html

It is very convenient to extend screen mixins from com.haulmont.cuba.gui.screen.FrameOwner, as in this case we can get screen extensions with

Extensions.get(this, DeclarativeLoaderParametersState.class)

In all provided examples the first argument of the Extensions.get/Extensions.register methods is received from one of the Screen events. But it will be unavailable from any other methods of the mixin.

alexander-shustanov avatar May 07 '19 12:05 alexander-shustanov