|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itmill.toolkit.terminal.gwt.server.WebBrowser
public class WebBrowser
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.itmill.toolkit.terminal.Terminal |
---|
Terminal.ErrorEvent, Terminal.ErrorListener |
Constructor Summary | |
---|---|
WebBrowser()
|
Method Summary | |
---|---|
String |
getAddress()
Get the IP-address of the web browser. |
String |
getBrowserApplication()
Get the browser user-agent string. |
String |
getDefaultTheme()
There is no default-theme for this terminal type. |
Locale |
getLocale()
Get the default locate of the browser. |
int |
getScreenHeight()
Get the height of the users display in pixels. |
int |
getScreenWidth()
Get the width of the users display in pixels. |
boolean |
isSecureConnection()
Is the connection made using HTTPS? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebBrowser()
Method Detail |
---|
public String getDefaultTheme()
getDefaultTheme
in interface Terminal
public int getScreenHeight()
getScreenHeight
in interface Terminal
public int getScreenWidth()
getScreenWidth
in interface Terminal
public String getBrowserApplication()
public String getAddress()
public Locale getLocale()
public boolean isSecureConnection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |