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 clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
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 clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
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 clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
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 clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
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 clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
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 clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
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 clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
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 clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
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 clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
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 clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
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 clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
Copyright 1999-2007 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.