Page 1 of 1

Get embedded work-screen

PostPosted: Thu Jul 28, 2016 12:51 pm
by jvxdev
How to get the current/active/embedded work-screen. I found this Get current/active work-screen but it didn't work with my Vaadin UI.

Re: Get embedded work-screen

PostPosted: Thu Jul 28, 2016 12:54 pm
by Support@SIB
The described method should work, but with Vaadin UI you have another option:

Syntax: [ Download ] [ Hide ]
((WebWorkScreenManager)((ProjX)getApplication()).getWorkScreenManager()).getCurrentWorkScreen();