net.rim.device.api.browser.field
Class FullWindowEvent
java.lang.Object
net.rim.device.api.browser.field.Event
net.rim.device.api.browser.field.FullWindowEvent
public class FullWindowEvent
- extends Event
Event to show the content in a full screen window.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
Fields inherited from class net.rim.device.api.browser.field.Event |
EVENT_BROWSER_CONTENT_CHANGED, EVENT_CANCEL_REQUEST_RESOURCE, EVENT_CLOSE, EVENT_ERROR_DISPLAY, EVENT_EXECUTING_SCRIPT, EVENT_FULL_WINDOW, EVENT_HISTORY, EVENT_LONG_RUNNING_SCRIPT, EVENT_REDIRECT, EVENT_SET_HEADER, EVENT_SET_HTTP_COOKIE, EVENT_STOP, EVENT_TICK_CONTENT_READ, EVENT_UI_DIRECTION_REQUEST, EVENT_URL_REQUESTED, PUBLIC_EVENT_THRESHOLD |
Constructor Summary |
|
FullWindowEvent(Object src)
Constructs a new FullWindowEvent instance indicating that
full screen mode is requested. |
|
FullWindowEvent(Object src,
boolean fullScreen)
Constructs a new FullWindowEvent instance indicating whether or not
full screen mode is requested. |
Method Summary |
|
boolean |
getFullScreenMode()
Checks to see if full screen mode was requested. |
FullWindowEvent
public FullWindowEvent(Object src)
- Constructs a new FullWindowEvent instance indicating that
full screen mode is requested.
- Parameters:
src
- Source of the event.- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
FullWindowEvent
public FullWindowEvent(Object src,
boolean fullScreen)
- Constructs a new FullWindowEvent instance indicating whether or not
full screen mode is requested.
- Parameters:
src
- The browser field that prompted the event.fullScreen
- Whether or not full screen mode is desired.- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 6.0.0
getFullScreenMode
public boolean getFullScreenMode()
- Checks to see if full screen mode was requested.
- Returns:
- whether or not full screen mode is requested.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 6.0.0
Copyright 1999-2010 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.