|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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().
| Field Summary | ||
|
static int |
DISPLAY_STYLE
Property to handle display styles. |
|
static int |
STYLE_NO_VERTICAL_SCROLLBAR
Style to disable the vertical scrollbar. |
|
static int |
STYLE_OVERLAY_FOOTER
Style to ignore the footer height when calculating position on the screen. |
|
static int |
STYLE_SHOW_FOOTER_ALWAYS
Style to always show the footer. |
|
static int |
STYLE_SHOW_IN_FULL_SCREEN
Style to show page in full screen mode (no header and footer). |
|
static int |
STYLE_VERTICAL_SCROLL_ON_LEFT
Style to show the vertical scrollbar on the left hand side. |
| Method Summary | ||
|
boolean |
getPropertyWithBooleanValue(int id,
boolean defaultValue)
Retrieves value of specified property as a boolean value. |
|
int |
getPropertyWithIntValue(int id,
int defaultValue)
Retrieves value of specified property as a integer value. |
|
Object |
getPropertyWithObjectValue(int id,
Object defaultValue)
Retrieves value of specified property as an object. |
|
String |
getPropertyWithStringValue(int id,
String defaultValue)
Retrieves value of specified property as a string value. |
| Field Detail |
public static final int STYLE_NO_VERTICAL_SCROLLBAR
public static final int STYLE_SHOW_IN_FULL_SCREEN
public static final int STYLE_OVERLAY_FOOTER
public static final int STYLE_SHOW_FOOTER_ALWAYS
public static final int STYLE_VERTICAL_SCROLL_ON_LEFT
public static final int DISPLAY_STYLE
| Method Detail |
public boolean getPropertyWithBooleanValue(int id,
boolean defaultValue)
id - ID of property to query.defaultValue - Expected default value of property.public String getPropertyWithStringValue(int id, String defaultValue)
id - ID of property to query.defaultValue - Expected default value of property.
public int getPropertyWithIntValue(int id,
int defaultValue)
id - ID of property to query.defaultValue - Expected default value of property.public Object getPropertyWithObjectValue(int id, Object defaultValue)
id - ID of property to query.defaultValue - Expected default value of property.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2004 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.