Describes a collection of particular rendering properties.
The rendering session can use a class implementing this interface to
query a specialized browser field for any particular rendering requirements
it might have. Third parties implementing a specialized browser field should
return a context object implementing this interface through
BrowserContent.getBrowserPageContext().
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.
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.
STYLE_NO_HORIZONTAL_SCROLLBAR
public static final int STYLE_NO_HORIZONTAL_SCROLLBAR
Style to disable the horizontal scrollbar.
Since:
JDE 4.2.1
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.
STYLE_NO_VERTICAL_SCROLLBAR
public static final int STYLE_NO_VERTICAL_SCROLLBAR
Style to disable the vertical scrollbar.
Since:
JDE 4.0.0
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.
STYLE_OVERLAY_FOOTER
public static final int STYLE_OVERLAY_FOOTER
Style to ignore the footer height when calculating position on the
screen.
Since:
JDE 4.0.0
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.
STYLE_SHOW_FOOTER_ALWAYS
public static final int STYLE_SHOW_FOOTER_ALWAYS
Style to always show the footer.
Since:
JDE 4.0.0
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.
STYLE_SHOW_IN_FULL_SCREEN
public static final int STYLE_SHOW_IN_FULL_SCREEN
Style to show page in full screen mode (no header and footer).
Since:
JDE 4.0.0
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.
STYLE_VERTICAL_SCROLL_ON_LEFT
public static final int STYLE_VERTICAL_SCROLL_ON_LEFT
Style to show the vertical scrollbar on the left hand side.
Since:
JDE 4.1.0
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.
Method Detail
getPropertyWithBooleanValue
public boolean getPropertyWithBooleanValue(int id,
boolean defaultValue)
Retrieves value of specified property as a boolean value.
Parameters:
id - ID of property to query.
defaultValue - Expected default value of property.
Returns:
Current value of property.
Since:
JDE 4.0.0
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.
getPropertyWithIntValue
public int getPropertyWithIntValue(int id,
int defaultValue)
Retrieves value of specified property as a integer value.
Parameters:
id - ID of property to query.
defaultValue - Expected default value of property.
Returns:
Current value of property.
Since:
JDE 4.0.0
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.
getPropertyWithObjectValue
public ObjectgetPropertyWithObjectValue(int id,
Object defaultValue)
Retrieves value of specified property as an object.
Parameters:
id - ID of property to query.
defaultValue - Expected default value of property.
Returns:
Current value of property.
Since:
JDE 4.0.0
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.
getPropertyWithStringValue
public StringgetPropertyWithStringValue(int id,
String defaultValue)
Retrieves value of specified property as a string value.
Parameters:
id - ID of property to query.
defaultValue - Expected default value of property.
Returns:
Current value of property.
Since:
JDE 4.0.0
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.
Copyright 1999-2008 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. Copyright 2002-2003 Nokia Corporation All Rights Reserved. Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.