![JAR search and dependency download from the Maven repository](/logo.png)
com.sksamuel.jqm4gwt.HasFullScreen Maven / Gradle / Ivy
package com.sksamuel.jqm4gwt;
/**
* @author Stephen K Samuel [email protected] 24 Jul 2011 23:20:01
*/
public interface HasFullScreen {
/**
* @return true if this page is set to render in full screen mode
*/
boolean isFullScreen();
/**
* Sets this page to render in full screen.
*
* @param fs if true then the page will render in full screen, if false
* then in normal mode
*/
void setFullScreen(boolean fs);
/**
* Sets this page to render in full screen.
*
* @param fs if true then the page will render in full screen, if false
* then in normal mode
*/
T withFullScreen(boolean fs);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy