net.rim.device.api.browser.field
Class RenderingOptions
java.lang.Object
net.rim.device.api.browser.field.RenderingOptions
public final class RenderingOptions
- extends Object
Options for rendering content.
- 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
|
Field Summary |
|
static int |
ADD_FULL_IMAGE_MENU_ITEM
Add full image menu item. |
|
static boolean |
ADD_FULL_IMAGE_MENU_ITEM_DEFAULT
Starting default for whether to add full image menu item (false). |
|
static int |
ADD_IMAGE_ADDRESS_MENU_ITEM
Add image address menu item. |
|
static boolean |
ADD_IMAGE_ADDRESS_MENU_ITEM_DEFAULT
Starting default for whether to add image address menu item (false). |
|
static int |
ADD_LINK_ADDRESS_MENU_ITEM
Add link address menu item. |
|
static boolean |
ADD_LINK_ADDRESS_MENU_ITEM_DEFAULT
Starting default for enabling "Link Address" menu item (false). |
|
static int |
ALLOW_POPUPS
Allow popups. |
|
static boolean |
ALLOW_POPUPS_DEFAULT
Starting default popup mode (false). |
|
static int |
ANIMATION_COUNT_VALUE
Number of iterations for animated GIF. |
|
static int |
ANIMATION_COUNT_VALUE_DEFAULT
Starting default number of iterations in animated GIF (ten). |
|
static int |
APP_VERSION
Application version. |
|
static String |
APP_VERSION_DEFAULT
Starting default application version (null). |
|
static int |
CONFIRM_WMLSCRIPT_EXECUTION
Prompt before executing WML script. |
|
static boolean |
CONFIRM_WMLSCRIPT_EXECUTION_DEFAULT
Starting default WML script execution mode (false). |
|
static long |
CORE_OPTIONS_GUID
Browser options GUID. |
|
static int |
CSS_MEDIA_TYPE
The CSS media type. |
|
static String |
CSS_MEDIA_TYPE_DEFAULT
Starting default CSS media type (handheld). |
|
static int |
DEFAULT_CHARSET_VALUE
Default charset to use. |
|
static String |
DEFAULT_CHARSET_VALUE_DEFAULT
Starting default character set value (us-ascii). |
|
static int |
DEFAULT_FONT_FACE
The default font face to be used when rendering. |
|
static String |
DEFAULT_FONT_FACE_DEFAULT
The default browser font face. |
|
static int |
DEFAULT_FONT_SIZE
The default font size to be used when rendering, in points, including leading. |
|
static int |
DEFAULT_FONT_SIZE_DEFAULT
The default font size is 8 points. |
|
static int |
DEFAULT_FONT_SIZE_IN_PIXELS
The default font size to be used when rendering, in pixels, excluding leading. |
|
static Object |
DEFAULT_HMAC
The default hmac. |
|
static int |
ENABLE_AUDIO_SAVING
Enable saving of audio files to content store. |
|
static boolean |
ENABLE_AUDIO_SAVING_DEFAULT
Starting default for enabling audio saving (true). |
|
static int |
ENABLE_CSS
Disables/enables CSS support. |
|
static boolean |
ENABLE_CSS_DEFAULT
Starting default CSS support mode (true). |
|
static int |
ENABLE_EMBEDDED_RICH_CONTENT
Disables/enables rendering of embedded rich content. |
|
static boolean |
ENABLE_EMBEDDED_RICH_CONTENT_DEFAULT
Starting default embedded rich content mode (true). |
|
static int |
ENABLE_HTML
Render HTML content. |
|
static boolean |
ENABLE_HTML_DEFAULT
Starting default HTML rendering mode (true). |
|
static int |
ENABLE_IMAGE_SAVING
Enable saving of images to content store. |
|
static boolean |
ENABLE_IMAGE_SAVING_DEFAULT
Starting default for enabling image saving (true). |
|
static int |
ENABLE_NATIVE_TOUCH_MODE
Enable native touch mode. |
|
static int |
ENABLE_WEB_INSPECTOR
Enable Web Inspector. |
|
static boolean |
ENABLE_WEB_INSPECTOR_DEFAULT
Enable Web Inspector. |
|
static int |
ENABLE_WML
Render WML content. |
|
static boolean |
ENABLE_WML_DEFAULT
Starting default WML rendering mode (true). |
|
static int |
HOME_PAGE_URL
Home page URL. |
|
static String |
HOME_PAGE_URL_DEFAULT
Starting default homepage URL (null). |
|
static long |
IMAGE_OPTIONS_GUID
Browser image options GUID. |
|
static int |
JAVASCRIPT_ENABLED
Disables/enables javascript support. |
|
static boolean |
JAVASCRIPT_ENABLED_DEFAULT
Starting default javascript support mode (false). |
|
static int |
JAVASCRIPT_LOCATION_ENABLED
Javascript location. |
|
static boolean |
JAVASCRIPT_LOCATION_ENABLED_DEFAULT
Starting default javascript location mode (false). |
|
static int |
MAX_INPUT_CHARS
Maximum number of characters in an input field. |
|
static int |
MAX_INPUT_CHARS_DEFAULT
Starting default maximum number of characters in an input field (512). |
|
static int |
MINIMUM_FONT_SIZE
The minimum font size to be used when rendering, in points, including leading. |
|
static int |
MINIMUM_FONT_SIZE_DEFAULT
The minimum font size default is 6 points. |
|
static int |
MINIMUM_FONT_SIZE_IN_PIXELS
The minimum font size to be used when rendering, in pixels, including leading. |
|
static int |
MINIMUM_FONT_STYLE
The minimum font style to be used when rendering. |
|
static int |
MINIMUM_FONT_STYLE_DEFAULT
The minimum font style default is plain. |
|
static int |
OVERWRITE_CHARSET_MODE
Overwrite character set specified in the headers. |
|
static boolean |
OVERWRITE_CHARSET_MODE_DEFAULT
Starting default character set mode value (false). |
|
static boolean |
PROMPT_ENABLE_JAVASCRIPT_DEFAULT
Starting default value for prompting to enable javascript (true). |
|
static int |
SECONDARY_URLS_PER_MORE_REQUEST_ALL
Number of secondary request at a time, when requesting all images. |
|
static int |
SECONDARY_URLS_PER_MORE_REQUEST_ALL_DEFAULT
Starting default number of secondary requests (ten). |
|
static int |
SECONDARY_URLS_PER_REQUEST
Maximum number of secondary URLs per field. |
|
static int |
SECONDARY_URLS_PER_REQUEST_DEFAULT
Starting default maximum number of secondary URLs (five). |
|
static int |
SHOW_IMAGES_IN_HTML
Disables/Enables images on HTML pages. |
|
static boolean |
SHOW_IMAGES_IN_HTML_DEFAULT
Starting default mode for showing images in HTML (true). |
|
static int |
SHOW_IMAGES_IN_WML
Disables/Enables images on WML pages. |
|
static boolean |
SHOW_IMAGES_IN_WML_DEFAULT
Starting default mode for showing images in WML (true). |
|
static int |
SHOW_IMAGE_PLACEHOLDERS
If image cannot be loaded or "show images" is off, show the alternative
text for images that are not links. |
|
static boolean |
SHOW_IMAGE_PLACEHOLDERS_DEFAULT
Starting default mode for showing image placeholders (true). |
|
static int |
SHOW_TABLES_IN_HTML
Disables/Enables tables on HTML pages. |
|
static boolean |
SHOW_TABLES_IN_HTML_DEFAULT
Starting default HTML tables display mode (true). |
|
static int |
USER_AGENT
User agent name. |
|
static String |
USER_AGENT_DEFAULT
Starting default user-agent name (null). |
|
static int |
USE_BACKGROUND_IMAGES
Use background images. |
|
static boolean |
USE_BACKGROUND_IMAGES_DEFAULT
Starting default background images mode. |
|
static int |
USE_FOREGROUND_BACKGROUND_COLOR
Use foreground/background color. |
|
static boolean |
USE_FOREGROUND_BACKGROUND_COLOR_DEFAULT
Starting default foreground/background color use mode. |
|
static int |
VALUE_THRESHOLD
Values below this are reserved for use by RIM. |
|
static int |
WAP_MODE
WAP mode. |
|
static boolean |
WAP_MODE_DEFAULT
Starting default WAP mode (false). |
|
static int |
WEBSOCKETS_ENABLED
Disables/enables WebSocket support. |
|
static boolean |
WEBSOCKETS_ENABLED_DEFAULT
Starting default WebSocket support mode (true). |
|
Constructor Summary |
|
protected |
RenderingOptions()
Constructs new RenderingOptions instance with default values. |
|
Method Summary |
|
boolean |
getPropertyWithBooleanValue(long guid,
int propertyId,
boolean defaultValue)
Retrieves property with boolean value. |
|
int |
getPropertyWithIntValue(long guid,
int propertyId,
int defaultValue)
Retrieves property with integer value. |
|
Object |
getPropertyWithObjectValue(long guid,
int propertyId,
Object defaultValue)
Retrieves property with Object value. |
|
String |
getPropertyWithStringValue(long guid,
int propertyId,
String defaultValue)
Retrieves property with String value. |
|
void |
setProperty(long guid,
int propertyId,
boolean value)
Sets property with boolean value. |
|
void |
setProperty(long guid,
int propertyId,
int value)
Sets property with integer value. |
|
void |
setProperty(long guid,
int propertyId,
Object value)
Sets property with Object value. |
|
void |
setProperty(long guid,
int propertyId,
String value)
Sets property with String value. |
VALUE_THRESHOLD
public static final int VALUE_THRESHOLD
- Values below this are reserved for use by RIM.
- See Also:
- Constant Field Values
- 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
CORE_OPTIONS_GUID
public static final long CORE_OPTIONS_GUID
- Browser options GUID.
- See Also:
- Constant Field Values
- 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
IMAGE_OPTIONS_GUID
public static final long IMAGE_OPTIONS_GUID
- Browser image options GUID.
- See Also:
- Constant Field Values
- 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.2.0
OVERWRITE_CHARSET_MODE
public static final int OVERWRITE_CHARSET_MODE
- Overwrite character set specified in the headers.
This property has a boolean value.
- See Also:
- Constant Field Values
- 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
OVERWRITE_CHARSET_MODE_DEFAULT
public static final boolean OVERWRITE_CHARSET_MODE_DEFAULT
- Starting default character set mode value (false).
- See Also:
- Constant Field Values
- 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
JAVASCRIPT_ENABLED
public static final int JAVASCRIPT_ENABLED
- Disables/enables javascript support.
This property has a boolean value.
- See Also:
- Constant Field Values
- 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
JAVASCRIPT_ENABLED_DEFAULT
public static final boolean JAVASCRIPT_ENABLED_DEFAULT
- Starting default javascript support mode (false).
- See Also:
- Constant Field Values
- 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
USE_FOREGROUND_BACKGROUND_COLOR
public static final int USE_FOREGROUND_BACKGROUND_COLOR
- Use foreground/background color.
This property has a boolean value.
- See Also:
- Constant Field Values
- 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
USE_FOREGROUND_BACKGROUND_COLOR_DEFAULT
public static final boolean USE_FOREGROUND_BACKGROUND_COLOR_DEFAULT
- Starting default foreground/background color use mode.
The default value is true.
- 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
USE_BACKGROUND_IMAGES
public static final int USE_BACKGROUND_IMAGES
- Use background images.
This property has a boolean value.
- See Also:
- Constant Field Values
- 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
USE_BACKGROUND_IMAGES_DEFAULT
public static final boolean USE_BACKGROUND_IMAGES_DEFAULT
- Starting default background images mode.
The default value is true.
- 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
SHOW_IMAGES_IN_HTML
public static final int SHOW_IMAGES_IN_HTML
- Disables/Enables images on HTML pages.
This property has a boolean value.
- See Also:
- Constant Field Values
- 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
SHOW_IMAGES_IN_HTML_DEFAULT
public static final boolean SHOW_IMAGES_IN_HTML_DEFAULT
- Starting default mode for showing images in HTML (true).
- See Also:
- Constant Field Values
- 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
SHOW_IMAGES_IN_WML
public static final int SHOW_IMAGES_IN_WML
- Disables/Enables images on WML pages.
This property has a boolean value.
- See Also:
- Constant Field Values
- 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
SHOW_IMAGES_IN_WML_DEFAULT
public static final boolean SHOW_IMAGES_IN_WML_DEFAULT
- Starting default mode for showing images in WML (true).
- See Also:
- Constant Field Values
- 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
SHOW_IMAGE_PLACEHOLDERS
public static final int SHOW_IMAGE_PLACEHOLDERS
- If image cannot be loaded or "show images" is off, show the alternative
text for images that are not links.
This property has a boolean value.
- See Also:
- Constant Field Values
- 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
SHOW_IMAGE_PLACEHOLDERS_DEFAULT
public static final boolean SHOW_IMAGE_PLACEHOLDERS_DEFAULT
- Starting default mode for showing image placeholders (true).
- See Also:
- Constant Field Values
- 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
DEFAULT_CHARSET_VALUE
public static final int DEFAULT_CHARSET_VALUE
- Default charset to use.
This property has a String value.
- See Also:
- Constant Field Values
- 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
DEFAULT_CHARSET_VALUE_DEFAULT
public static final String DEFAULT_CHARSET_VALUE_DEFAULT
- Starting default character set value (us-ascii).
- See Also:
- Constant Field Values
- 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
CONFIRM_WMLSCRIPT_EXECUTION
public static final int CONFIRM_WMLSCRIPT_EXECUTION
- Prompt before executing WML script.
This property has a boolean value.
- See Also:
- Constant Field Values
- 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
CONFIRM_WMLSCRIPT_EXECUTION_DEFAULT
public static final boolean CONFIRM_WMLSCRIPT_EXECUTION_DEFAULT
- Starting default WML script execution mode (false).
- See Also:
- Constant Field Values
- 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
SECONDARY_URLS_PER_REQUEST
public static final int SECONDARY_URLS_PER_REQUEST
- Maximum number of secondary URLs per field.
This property has an integer value.
- See Also:
- Constant Field Values
- 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
SECONDARY_URLS_PER_REQUEST_DEFAULT
public static final int SECONDARY_URLS_PER_REQUEST_DEFAULT
- Starting default maximum number of secondary URLs (five).
- See Also:
- Constant Field Values
- 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
SECONDARY_URLS_PER_MORE_REQUEST_ALL
public static final int SECONDARY_URLS_PER_MORE_REQUEST_ALL
- Number of secondary request at a time, when requesting all images.
This property has an integer value.
- See Also:
- Constant Field Values
- 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
SECONDARY_URLS_PER_MORE_REQUEST_ALL_DEFAULT
public static final int SECONDARY_URLS_PER_MORE_REQUEST_ALL_DEFAULT
- Starting default number of secondary requests (ten).
- See Also:
- Constant Field Values
- 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
ANIMATION_COUNT_VALUE
public static final int ANIMATION_COUNT_VALUE
- Number of iterations for animated GIF.
This property has an integer value.
- See Also:
- Constant Field Values
- 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
ANIMATION_COUNT_VALUE_DEFAULT
public static final int ANIMATION_COUNT_VALUE_DEFAULT
- Starting default number of iterations in animated GIF (ten).
- See Also:
- Constant Field Values
- 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
ALLOW_POPUPS
public static final int ALLOW_POPUPS
- Allow popups.
This property has a boolean value.
- See Also:
- Constant Field Values
- 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
ALLOW_POPUPS_DEFAULT
public static final boolean ALLOW_POPUPS_DEFAULT
- Starting default popup mode (false).
- See Also:
- Constant Field Values
- 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
MAX_INPUT_CHARS
public static final int MAX_INPUT_CHARS
- Maximum number of characters in an input field.
This property has an integer value.
- See Also:
- Constant Field Values
- 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
MAX_INPUT_CHARS_DEFAULT
public static final int MAX_INPUT_CHARS_DEFAULT
- Starting default maximum number of characters in an input field (512).
- See Also:
- Constant Field Values
- 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
HOME_PAGE_URL
public static final int HOME_PAGE_URL
- Home page URL.
This property has a string value.
- See Also:
- Constant Field Values
- 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
HOME_PAGE_URL_DEFAULT
public static final String HOME_PAGE_URL_DEFAULT
- Starting default homepage URL (null).
- 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
JAVASCRIPT_LOCATION_ENABLED
public static final int JAVASCRIPT_LOCATION_ENABLED
- Javascript location.
This property has a boolean value.
- See Also:
- Constant Field Values
- 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
JAVASCRIPT_LOCATION_ENABLED_DEFAULT
public static final boolean JAVASCRIPT_LOCATION_ENABLED_DEFAULT
- Starting default javascript location mode (false).
- See Also:
- Constant Field Values
- 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
SHOW_TABLES_IN_HTML
public static final int SHOW_TABLES_IN_HTML
- Disables/Enables tables on HTML pages.
This property has a boolean value.
- See Also:
- Constant Field Values
- 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
SHOW_TABLES_IN_HTML_DEFAULT
public static final boolean SHOW_TABLES_IN_HTML_DEFAULT
- Starting default HTML tables display mode (true).
- See Also:
- Constant Field Values
- 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
ENABLE_CSS
public static final int ENABLE_CSS
- Disables/enables CSS support.
This property has a boolean value.
- See Also:
- Constant Field Values
- 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
ENABLE_CSS_DEFAULT
public static final boolean ENABLE_CSS_DEFAULT
- Starting default CSS support mode (true).
- See Also:
- Constant Field Values
- 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
CSS_MEDIA_TYPE
public static final int CSS_MEDIA_TYPE
- The CSS media type.
This property has a string value.
- See Also:
- Constant Field Values
- 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
CSS_MEDIA_TYPE_DEFAULT
public static final String CSS_MEDIA_TYPE_DEFAULT
- Starting default CSS media type (handheld).
- See Also:
- Constant Field Values
- 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
ENABLE_EMBEDDED_RICH_CONTENT
public static final int ENABLE_EMBEDDED_RICH_CONTENT
- Disables/enables rendering of embedded rich content.
This property has a boolean value.
- See Also:
- Constant Field Values
- 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
ENABLE_EMBEDDED_RICH_CONTENT_DEFAULT
public static final boolean ENABLE_EMBEDDED_RICH_CONTENT_DEFAULT
- Starting default embedded rich content mode (true).
- See Also:
- Constant Field Values
- 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
ENABLE_WML
public static final int ENABLE_WML
- Render WML content.
This property has a boolean value.
- See Also:
- Constant Field Values
- 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
ENABLE_WML_DEFAULT
public static final boolean ENABLE_WML_DEFAULT
- Starting default WML rendering mode (true).
- See Also:
- Constant Field Values
- 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
ENABLE_HTML
public static final int ENABLE_HTML
- Render HTML content.
This property has a boolean value.
- See Also:
- Constant Field Values
- 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
ENABLE_HTML_DEFAULT
public static final boolean ENABLE_HTML_DEFAULT
- Starting default HTML rendering mode (true).
- See Also:
- Constant Field Values
- 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
APP_VERSION
public static final int APP_VERSION
- Application version.
This property has a string value.
- See Also:
- Constant Field Values
- 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
APP_VERSION_DEFAULT
public static final String APP_VERSION_DEFAULT
- Starting default application version (null).
- 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
USER_AGENT
public static final int USER_AGENT
- User agent name.
This property has a string value.
- See Also:
- Constant Field Values
- 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
USER_AGENT_DEFAULT
public static final String USER_AGENT_DEFAULT
- Starting default user-agent name (null).
- 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
WAP_MODE
public static final int WAP_MODE
- WAP mode.
If this property is true, then text WML is not added to accept
string. This property has a boolean value.
- See Also:
- Constant Field Values
- 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
WAP_MODE_DEFAULT
public static final boolean WAP_MODE_DEFAULT
- Starting default WAP mode (false).
- See Also:
- Constant Field Values
- 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
ENABLE_IMAGE_SAVING
public static final int ENABLE_IMAGE_SAVING
- Enable saving of images to content store.
If this property is true, then images may be saved to the content
store. This property has a boolean value.
- See Also:
- Constant Field Values
- 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
ENABLE_IMAGE_SAVING_DEFAULT
public static final boolean ENABLE_IMAGE_SAVING_DEFAULT
- Starting default for enabling image saving (true).
- See Also:
- Constant Field Values
- 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
ENABLE_AUDIO_SAVING
public static final int ENABLE_AUDIO_SAVING
- Enable saving of audio files to content store.
If this property is true, then audio files may be saved to the content
store. This property has a boolean value.
- See Also:
- Constant Field Values
- 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
ENABLE_AUDIO_SAVING_DEFAULT
public static final boolean ENABLE_AUDIO_SAVING_DEFAULT
- Starting default for enabling audio saving (true).
- See Also:
- Constant Field Values
- 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
ADD_IMAGE_ADDRESS_MENU_ITEM
public static final int ADD_IMAGE_ADDRESS_MENU_ITEM
- Add image address menu item.
If this property is true, then an "Image Address" menu item
will be included in the context menu when focused on an image.
- See Also:
- Constant Field Values
- 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
ADD_IMAGE_ADDRESS_MENU_ITEM_DEFAULT
public static final boolean ADD_IMAGE_ADDRESS_MENU_ITEM_DEFAULT
- Starting default for whether to add image address menu item (false).
- See Also:
- Constant Field Values
- 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
DEFAULT_FONT_FACE
public static final int DEFAULT_FONT_FACE
- The default font face to be used when rendering.
This property has a string value.
- See Also:
- Constant Field Values
- 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
DEFAULT_FONT_FACE_DEFAULT
public static final String DEFAULT_FONT_FACE_DEFAULT
- The default browser font face.
- See Also:
- Constant Field Values
- 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
DEFAULT_FONT_SIZE
public static final int DEFAULT_FONT_SIZE
- The default font size to be used when rendering, in points, including leading.
As of 7.0, the default font size may also be specified in pixels, excluding leading,
using
RenderingOptions.DEFAULT_FONT_SIZE_IN_PIXELS. If both DEFAULT_FONT_SIZE and
DEFAULT_FONT_SIZE_IN_PIXELS are specified, DEFAULT_FONT_SIZE_IN_PIXELS is used.
This property has an integer value.
- See Also:
- Constant Field Values
- 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
DEFAULT_FONT_SIZE_DEFAULT
public static final int DEFAULT_FONT_SIZE_DEFAULT
- The default font size is 8 points.
- See Also:
- Constant Field Values
- 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
ADD_LINK_ADDRESS_MENU_ITEM
public static final int ADD_LINK_ADDRESS_MENU_ITEM
- Add link address menu item.
If this property is true, then a "Link Address" menu item
will be included in the context menu when focused on a link.
- See Also:
- Constant Field Values
- 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.1.0
ADD_LINK_ADDRESS_MENU_ITEM_DEFAULT
public static final boolean ADD_LINK_ADDRESS_MENU_ITEM_DEFAULT
- Starting default for enabling "Link Address" menu item (false).
- See Also:
- Constant Field Values
- 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.1.0
MINIMUM_FONT_SIZE
public static final int MINIMUM_FONT_SIZE
- The minimum font size to be used when rendering, in points, including leading.
As of 7.0, the minimum font size may also be specified in pixels, excluding leading,
using
RenderingOptions.MINIMUM_FONT_SIZE_IN_PIXELS. If both MINIMUM_FONT_SIZE and
MINIMUM_FONT_SIZE_IN_PIXELS are specified, MINIMUM_FONT_SIZE_IN_PIXELS is used.
This property has an integer value.
- See Also:
- Constant Field Values
- 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.1.0
MINIMUM_FONT_SIZE_DEFAULT
public static final int MINIMUM_FONT_SIZE_DEFAULT
- The minimum font size default is 6 points.
- See Also:
- Constant Field Values
- 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.1.0
MINIMUM_FONT_STYLE
public static final int MINIMUM_FONT_STYLE
- The minimum font style to be used when rendering.
This property has an integer value.
- See Also:
- Constant Field Values
- 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.1.0
MINIMUM_FONT_STYLE_DEFAULT
public static final int MINIMUM_FONT_STYLE_DEFAULT
- The minimum font style default is plain.
- See Also:
- Constant Field Values
- 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.1.0
PROMPT_ENABLE_JAVASCRIPT_DEFAULT
public static final boolean PROMPT_ENABLE_JAVASCRIPT_DEFAULT
- Starting default value for prompting to enable javascript (true).
- See Also:
- Constant Field Values
- 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.2.0
ADD_FULL_IMAGE_MENU_ITEM
public static final int ADD_FULL_IMAGE_MENU_ITEM
- Add full image menu item.
If this property is true, then a "Full Image" menu item
will be included in the context menu.
- See Also:
- Constant Field Values
- 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.2.0
ADD_FULL_IMAGE_MENU_ITEM_DEFAULT
public static final boolean ADD_FULL_IMAGE_MENU_ITEM_DEFAULT
- Starting default for whether to add full image menu item (false).
- See Also:
- Constant Field Values
- 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.2.0
WEBSOCKETS_ENABLED
public static final int WEBSOCKETS_ENABLED
- Disables/enables WebSocket support.
This property has a boolean value.
- See Also:
- Constant Field Values
- 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 7.0.0
WEBSOCKETS_ENABLED_DEFAULT
public static final boolean WEBSOCKETS_ENABLED_DEFAULT
- Starting default WebSocket support mode (true).
- See Also:
- Constant Field Values
- 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 7.0.0
ENABLE_NATIVE_TOUCH_MODE
public static final int ENABLE_NATIVE_TOUCH_MODE
- Enable native touch mode.
- See Also:
- Constant Field Values
- 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 7.0.0
DEFAULT_FONT_SIZE_IN_PIXELS
public static final int DEFAULT_FONT_SIZE_IN_PIXELS
- The default font size to be used when rendering, in pixels, excluding leading.
This property is new in 7.0. To specify the default font size for earlier software,
use
RenderingOptions.DEFAULT_FONT_SIZE. If both DEFAULT_FONT_SIZE and
DEFAULT_FONT_SIZE_IN_PIXELS are specified, DEFAULT_FONT_SIZE_IN_PIXELS takes
precedence.
This property has an integer value.
- See Also:
- Constant Field Values
- 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 7.0.0
MINIMUM_FONT_SIZE_IN_PIXELS
public static final int MINIMUM_FONT_SIZE_IN_PIXELS
- The minimum font size to be used when rendering, in pixels, including leading.
This property is new in 7.0. To specify the minimum font size for earlier software,
use
RenderingOptions.MINIMUM_FONT_SIZE. If both MINIMUM_FONT_SIZE and
MINIMUM_FONT_SIZE_IN_PIXELS are specified, MINIMUM_FONT_SIZE_IN_PIXELS takes
precedence.
This property has an integer value.
- See Also:
- Constant Field Values
- 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 7.0.0
ENABLE_WEB_INSPECTOR
public static final int ENABLE_WEB_INSPECTOR
- Enable Web Inspector.
- See Also:
- Constant Field Values
- 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 7.0.0
ENABLE_WEB_INSPECTOR_DEFAULT
public static final boolean ENABLE_WEB_INSPECTOR_DEFAULT
- Enable Web Inspector.
- See Also:
- Constant Field Values
- 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 7.0.0
DEFAULT_HMAC
public static final Object DEFAULT_HMAC
- The default hmac.
- 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.2
RenderingOptions
protected RenderingOptions()
- Constructs new RenderingOptions instance with default values.
- 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
getPropertyWithBooleanValue
public boolean getPropertyWithBooleanValue(long guid,
int propertyId,
boolean defaultValue)
- Retrieves property with boolean value.
- Parameters:
guid - Application GUID.propertyId - ID of property to retrieve.defaultValue - Default value.
- Returns:
- Value associated with provided property ID
- 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
getPropertyWithIntValue
public int getPropertyWithIntValue(long guid,
int propertyId,
int defaultValue)
- Retrieves property with integer value.
- Parameters:
guid - Application GUID.propertyId - ID of property to retrieve.defaultValue - Default value.
- Returns:
- Value associated with provided property ID.
- 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
getPropertyWithStringValue
public String getPropertyWithStringValue(long guid,
int propertyId,
String defaultValue)
- Retrieves property with String value.
- Parameters:
guid - Application GUID.propertyId - ID of property to retrieve.defaultValue - Default value.
- Returns:
- Value associated with provided property ID.
- 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
getPropertyWithObjectValue
public Object getPropertyWithObjectValue(long guid,
int propertyId,
Object defaultValue)
- Retrieves property with Object value.
- Parameters:
guid - Application GUID.propertyId - ID of property to retrieve.defaultValue - Default value.
- Returns:
- Value associated with provided property ID.
- 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
setProperty
public void setProperty(long guid,
int propertyId,
boolean value)
- Sets property with boolean value.
- Parameters:
guid - Application GUID.propertyId - ID of property to set.value - Value to set for property.- 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
setProperty
public void setProperty(long guid,
int propertyId,
int value)
- Sets property with integer value.
- Parameters:
guid - Application GUID.propertyId - ID of property to set.value - Value to set for property.- 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
setProperty
public void setProperty(long guid,
int propertyId,
String value)
- Sets property with String value.
- Parameters:
guid - Application GUID.propertyId - ID of property to set.value - Value to set for property.- 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
setProperty
public void setProperty(long guid,
int propertyId,
Object value)
- Sets property with Object value.
- Parameters:
guid - Application GUID.propertyId - ID of property to set.value - Value to set for priority.- 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
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal