Hello, I am not able to use this Component in Vaadin-14. Is this componen

Hello,

I am not able to use this Component in Vaadin-14. Is this component not supported in V14 or am I missing something here in the code given below:-

		FullScreenButton fullScreenGo = new FullScreenButton("Go");
		
		/*Compilation error generated in the below line: The type com.vaadin.ui.Component cannot be resolved. It is indirectly referenced from required .class files*/
		fullScreenGo.setFullScreenTarget(iframe);
		
		//'reports' here is a simple layout...
		reports.add(fullScreenGo);

If there is any other way please suggest…
Thanks!