This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information

Get embedded work-screen

General questions regarding the development with ProjX.

Get embedded work-screen

Postby jvxdev » Thu Jul 28, 2016 12:51 pm

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.
jvxdev
 
Posts: 19
Joined: Fri Mar 04, 2016 12:40 pm

Re: Get embedded work-screen

Postby Support@SIB » Thu Jul 28, 2016 12:54 pm

The described method should work, but with Vaadin UI you have another option:

Syntax: [ Download ] [ Hide ]
((WebWorkScreenManager)((ProjX)getApplication()).getWorkScreenManager()).getCurrentWorkScreen();
User avatar
Support@SIB
 
Posts: 353
Joined: Mon Sep 28, 2009 1:56 pm


Return to Development